Search found 12 matches

by bunker
Sun Mar 27, 2016 10:54 pm
Forum: Open Source Nagios Projects
Topic: notification are sent but not recieved
Replies: 2
Views: 748

Re: notification are sent but not recieved

I can provide other information too, If someone needed But please help me :(
by bunker
Sun Mar 27, 2016 11:28 am
Forum: Open Source Nagios Projects
Topic: notification are sent but not recieved
Replies: 2
Views: 748

notification are sent but not recieved

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. # 'notify-service-by-http' command definition define command{ command_name notify-servic...
by bunker
Sat Mar 19, 2016 10:28 am
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Heelpppp Pllleaaaseeee..... :cry: :roll:
by bunker
Sat Mar 19, 2016 2:33 am
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Well! i don't know the reason of not receiving notifications. If you think your solution will work in my case then please share your script. Thanks
by bunker
Sat Mar 19, 2016 1:28 am
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Hi @rkennedy, I tried as you told but unable to receive any notification at my service side. I have ensured thay my service is up and listening for the request. I checked the curl in command line before puting below code in /use/local/nagios/etc/objects/command.cfg. # 'notify-service-by-http' comman...
by bunker
Sat Mar 19, 2016 12:07 am
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Hey! I tried as you suggested. I checked the curl on command line and then it worked perfectly fine. Then I added that command in /usr/local/nagios/etc/objects/command.cfg file like below, # 'notify-service-by-http' command definition define command{ command_name notify-service-by-http command_line ...
by bunker
Mon Mar 14, 2016 2:15 pm
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Yeah! Thanks, but let me try.
by bunker
Mon Mar 14, 2016 1:57 pm
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

Sorry @rkennedy! I didn't understand your solution. And I do have a service to handle these notifications.
by bunker
Mon Mar 14, 2016 1:37 pm
Forum: Open Source Nagios Projects
Topic: Customizing Nagios to send http notifications
Replies: 18
Views: 9872

Re: Customizing Nagios to send http notifications

@bwallace Thanks for your reply, but I don't want to monitor www.prs.com I want to notify www.prs.com about the alerts.. Like somehow I need to replace notify-by-email with notify-by-http. How can I do this?