Search found 3 matches
- Fri Jun 07, 2013 2:00 am
- Forum: Open Source Nagios Projects
- Topic: NRPE: Unable to read output
- Replies: 3
- Views: 2664
NRPE: Unable to read output
Hi guys, I'm trying to get Nagios to check that some procs are running on a CentOS 5 server however when I get NRPE to check it, I get the output below: NRPE: Unable to read output The query in question is below: command[check_local_lfd]=sudo /usr/local/nagios/libexec/check_procs -c 1: -C lfd When I...
- Thu Mar 21, 2013 2:40 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Email Notification
- Replies: 3
- Views: 1504
Re: Nagios Email Notification
Thank you so much! I forgot that services had a different setting! For anyone else that sees this and wonders how I did it, setting up a custom service template fixed it. I used the following: define service{ name generic-service-examplegroup ; The name of this service template use generic-service c...
- Wed Mar 20, 2013 12:12 am
- Forum: Open Source Nagios Projects
- Topic: Nagios Email Notification
- Replies: 3
- Views: 1504
Nagios Email Notification
Hi guys, I'm trying to debug why Nagios only sends a notification to ONE person in a email group, it doesn't send it to the second? I really have no idea whats going on. I'll post my configs below contacts.cfg: define contact{ contact_name example1 ; Short name of user use generic-contact ; Inherit ...