Search found 3 matches

by mrb
Thu Sep 22, 2011 2:11 pm
Forum: Open Source Nagios Projects
Topic: check_snmp checking entire hostgroup
Replies: 2
Views: 1596

Re: check_snmp checking entire hostgroup

In the service definition you are telling nagios to run the command against the hostgroup.

Change the hostgroup_name in the service definition to the host_name of the single host you want to check and that should only run the check against the one host instead of the hostgroup.
by mrb
Fri Sep 09, 2011 1:58 pm
Forum: Open Source Nagios Projects
Topic: windows file log monitoring
Replies: 6
Views: 2433

Re: windows file log monitoring

How about creating a batch file to parse the log?
http://www.computing.net/answers/progra ... 16018.html
by mrb
Tue Aug 30, 2011 9:53 am
Forum: Open Source Nagios Projects
Topic: Double nagios install issue
Replies: 1
Views: 946

Double nagios install issue

Ok here is the issue. I had installed Nagios 3.2.3 and the upgrade to 3.3.1 per the Nagios quicksetup docs. Using ubuntu server 11.04. Wanted to install the NRPE plugin so that I could monitor a second Nagios box. Ran the command apt-get install nagios-nrpe-plugin. I did not know that this was going...