Search found 2 matches

by bmcwhirt
Thu Mar 29, 2012 5:31 pm
Forum: Open Source Nagios Projects
Topic: How do I set status based on check?
Replies: 3
Views: 1273

Re: How do I set status based on check?

Ok, I made those changes and restarted nagios and waited for an updated check to occur but the status remains 'OK' even when the return value is not 1
by bmcwhirt
Wed Mar 28, 2012 7:36 pm
Forum: Open Source Nagios Projects
Topic: How do I set status based on check?
Replies: 3
Views: 1273

How do I set status based on check?

I am having trouble understanding exactly how I go about setting the status based on a check_snmp. Here is my service definitions define service{ use generic-service host_name cisco1760 service_description FastEthernet0/0 Status check_command check_snmp!-C public -o ifOperStatus.2 } What gets displa...