Search found 3 matches

by arushgiri
Fri Sep 12, 2014 1:48 am
Forum: Open Source Nagios Projects
Topic: SERVICE EVENTHANDLER job 96 from worker Core Worker 22957 is
Replies: 3
Views: 6839

Re: SERVICE EVENTHANDLER job 96 from worker Core Worker 2295

Thanks for reply. this is the command definition m using:

define command{
command_name myhandler
command_line /usr/local/nagios/libexec/eventhandlers/myhandler.sh $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$
}
by arushgiri
Thu Sep 11, 2014 7:37 am
Forum: Open Source Nagios Projects
Topic: SERVICE EVENTHANDLER job 96 from worker Core Worker 22957 is
Replies: 3
Views: 6839

SERVICE EVENTHANDLER job 96 from worker Core Worker 22957 is

i am getting below error while running event handler on Nagios core: [1410418646] SERVICE EVENT HANDLER: eej758;Remote check disk;CRITICAL;SOFT;1;myhandler [1410418646] wproc: SERVICE EVENTHANDLER job 96 from worker Core Worker 22957 is a non-check helper but exited with return code 2 can anyone hel...
by arushgiri
Thu Sep 11, 2014 12:22 am
Forum: Open Source Nagios Projects
Topic: Nagios Event handling not working
Replies: 1
Views: 1096

Nagios Event handling not working

Hi , I am trying to handle the event when ever the CRITICAL alert is generated as per disk_space I have done following configurations on Nagios core Monitoring server: I have set enable_event_handlers=1 contents of hosts.cfg file: define host{ name linux-box ; Name of this template use generic-host ...