Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
hi, few weeks back i asked a question that, 'how to send http notifications from nagios', i got a pretty good answer. i created a curl command and added like below in /use/local/nagios/objects/contacts.cfg file.
the curl command works fine on command line.but when i increase load to test nagios notifications then nagios.debug file shows me that contact is notified but no notification is received on the other side. again the curl command is tested before adding into commands.cfg.
any help and suggestion would be appreciated. thanks
Does your output, /tmp/notification.log show anything? If not, can you add a -v to the curl so we can see the output?
Just to make sure - did you change the host/service_notification_commands to your new option? If it's firing in Nagios, then I believe the issue is somewhere with the CURL command.