Search found 7 matches
- Wed Jul 20, 2016 1:21 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
Yes, you can close the thread.
- Wed Jul 20, 2016 11:45 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
So in my service definition I was using "use local-service". I changed this to "use generic-service" which had no effect (kind of expected). I then remove the "use <service>" clause and put in only the relevant parts (i.e. host_name, service_description, check_command, ...
- Tue Jul 19, 2016 2:10 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
Yes, as both the nagios and root users.
- Tue Jul 19, 2016 1:35 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
I am using the generic check_disk plugin with -w, -c and -p arguments such as: command[check_disk1]=/path/to/plugins/check_disk -w 10% -c 5% -p disk1 command[check_disk2]=/path/to/plugins/check_disk -w 10% -c 5% -p disk2 command[check_disk3]=/path/to/plugins/check_disk -w 10% -c 5% -p disk3 etc. I a...
- Tue Jul 19, 2016 11:37 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
The other strange thing is that I have a number of custom commands defined. One of them works and some of the others do not.
- Tue Jul 19, 2016 11:14 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
Re: NRPE Not Working
The owner/permissions on check_nrpe were root/755. All the other plugins were nagios/755. Not sure how this happened but the permissions should have allowed this to work. I changed check_nrpe to nagios/755. As for the custom commands, they are merely common plugins with different arguments (i.e. che...
- Tue Jul 19, 2016 10:31 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Not Working
- Replies: 12
- Views: 6351
NRPE Not Working
I am using NRPE and have created a number of custom commands. I distributed the nrpe.cfg file and all seems to work fine with the exception of displaying the correct information in the browser when using Nagios. I can access and run the check_nrpe command successfully from the server to the remote s...