Search found 5 matches

by FierUser
Wed Jun 03, 2015 8:30 pm
Forum: Open Source Nagios Projects
Topic: Nagios not sending out notifications HARD
Replies: 3
Views: 1388

Re: Nagios not sending out notifications HARD

Thank you Box293, I think I figured it out. I had a stray host_notification_options service_nofication_options declared else where with the n options which overrode everything else and was why it was stopping everything. D'oh. Thank you for pointing out objects.cache though Will help in the future!
by FierUser
Wed Jun 03, 2015 7:03 pm
Forum: Open Source Nagios Projects
Topic: Nagios not sending out notifications HARD
Replies: 3
Views: 1388

Nagios not sending out notifications HARD

I've been trying to setup inheritance for large scale deployment and along the way it seems I screwed up my configuration. It doesn't seem to work anymore for explicit configuration files. There's nothing wrong with the sendmail and the commands.cfg since I haven't change anything there. I suspect I...
by FierUser
Mon Jun 01, 2015 4:39 pm
Forum: Open Source Nagios Projects
Topic: Custom NRPE Port
Replies: 7
Views: 14565

Re: Custom NRPE Port

Awesome that fixed it. Thank you all.
by FierUser
Mon Jun 01, 2015 3:36 pm
Forum: Open Source Nagios Projects
Topic: Custom NRPE Port
Replies: 7
Views: 14565

Re: Custom NRPE Port

On your check_nrpe command on the XI system, did you edit the command to add the switch -p <port> and add the port that you want to use for that specific host? Is the port open on the remote system? I've opened the port on the remote system via iptables, I don't believe I edited the command to add ...
by FierUser
Mon Jun 01, 2015 3:21 pm
Forum: Open Source Nagios Projects
Topic: Custom NRPE Port
Replies: 7
Views: 14565

Custom NRPE Port

Hi I'm trying to change the default NRPE port from 5666 to something else. However everytime I try to use check_nrpe it still uses the default 5666 port. I'm not sure which file I should be changing, but I've changed the nrpe.cfg file to have server_port=#### on both the client and server. Not sure ...