Search found 7 matches

by kiklop
Mon Jul 18, 2016 7:30 am
Forum: Open Source Nagios Projects
Topic: command line check returns OK, GUI returns Warning
Replies: 4
Views: 2219

Re: command line check returns OK, GUI returns Warning

Hi, in command you have ARG1 & ARG2 but in service you are passing more arguments.. Also dont use quotes for this in command def. Didnt test it but, it should be something like this : /usr/lib/nagios/plugins/check_http --ssl -H example.co.uk -u /rpc/json.php -s 'Malformed' -e 400 define command{...
by kiklop
Mon Jul 18, 2016 7:18 am
Forum: Open Source Nagios Projects
Topic: Nagios Core notification query
Replies: 4
Views: 1829

Re: Nagios Core notification query

HI, If service changes state to non-OK, nagios will generate notification for contact-group (or contact) defined for this service (not host) If server goes down, nagios will generate notification for group defined in host cfg So you can define one contact group : Admins but you need to assign this g...
by kiklop
Wed Sep 25, 2013 1:04 pm
Forum: Open Source Nagios Projects
Topic: How to ignore Unkown state and return previous state?
Replies: 1
Views: 1976

How to ignore Unkown state and return previous state?

Hi, Maybe a stupid question and I missed something.. But I have a problem with my environment.. look a this log: 2013/09/23 21:30:56 WS00001 Dell_Storage WARNING NOTIF Controller 0 [PERC H710 Mini]: Firmware 21.1.0-0007 is out of date 2013/09/23 21:30:56 WS00001 Dell_Storage WARNING HARD Controller ...
by kiklop
Thu Jul 11, 2013 9:35 am
Forum: Open Source Nagios Projects
Topic: SNMP Trap - notification delay
Replies: 5
Views: 3024

Re: SNMP Trap - notification delay

OK, now it is more "stable". I receive critical trap every 2 minutes. and every 20minutes I receive OK trap. Yes, I know that I need to replace batteries or check this unit :) but anyway, I would like to find a solution, how to control duplicate traps.. Is there any way for example how to ...
by kiklop
Tue Jul 09, 2013 2:08 am
Forum: Open Source Nagios Projects
Topic: SNMP Trap - notification delay
Replies: 5
Views: 3024

Re: SNMP Trap - notification delay

Thanks for reply ! Yes, I know that I can modify the severity, but in this case it was a critical event (Batteries discharged). isVolatile is disabled - already checked this. Problem is, that UPS sends critical trap, then OK, Crit, OK.. so it looks that service is flapping but I dont want miss some ...
by kiklop
Thu Jul 04, 2013 6:32 am
Forum: Open Source Nagios Projects
Topic: SNMP Trap - notification delay
Replies: 5
Views: 3024

SNMP Trap - notification delay

Hi everyone, I have a problem with my nagios environment. I use SNMP traps for APC UPS units and sometimes APC unit generates more traps in a short period of a time. For example 10 critical traps in one minute so I receive 10 critical notifications. I would like to suppress this behaviour and would ...
by kiklop
Fri May 20, 2011 6:25 am
Forum: Nagios XI
Topic: How to configure delay for childs when Parent host comes up?
Replies: 1
Views: 900

How to configure delay for childs when Parent host comes up?

Hi, Imagine this situation: When power blackout occurs, and router & server go down.. Nagios shows: Router Down, Server- Unreachable. Then, when power is restored, router comes up. Nagios will say: Yes Router is up, so I can check all childs now. But server is just booting, so its offline for ne...