Search found 5 matches
- Mon Oct 28, 2013 1:23 pm
- Forum: Open Source Nagios Projects
- Topic: Plugin works as Nagios user but not in Nagios!
- Replies: 1
- Views: 754
Plugin works as Nagios user but not in Nagios!
Hello, I have a check email loop plugin that writes to a temp file some information it uses for comparison purposes. Long story short is that this USED to work, but of course something changed over time and now I have no idea where to start from. I can run the plugin from the CLI as root and as Nagi...
- Wed Sep 04, 2013 10:38 am
- Forum: Open Source Nagios Projects
- Topic: NRDP is not updating Nagios
- Replies: 4
- Views: 2025
Re: NRDP is not updating Nagios
SOLVED - It was the permissions as noted by Scott I realized files were being dropped into the checkresults folder now (that's why they weren't in any temp folder). Once I saw the files not being processed since they were as "www-data" had to set the user in the config, back to "nagio...
- Wed Sep 04, 2013 10:24 am
- Forum: Open Source Nagios Projects
- Topic: NRDP is not updating Nagios
- Replies: 4
- Views: 2025
Re: NRDP is not updating Nagios
I stand corrected. Those were old files in /tmp
Now I DON'T get any .ok files in /tmp or the one mentioned in my config.
Now I DON'T get any .ok files in /tmp or the one mentioned in my config.
- Wed Sep 04, 2013 10:19 am
- Forum: Open Source Nagios Projects
- Topic: NRDP is not updating Nagios
- Replies: 4
- Views: 2025
Re: NRDP is not updating Nagios
Thanks for the input Scott.
Unfortunately, that did not change anything. My .ok files are still being dropped in the /tmp folder regardless of what I put in the config.
Also, when monitoring the nagios.log via "tail -f" I don't see any passive checks submitted like I do for NSCA checks.
Unfortunately, that did not change anything. My .ok files are still being dropped in the /tmp folder regardless of what I put in the config.
Also, when monitoring the nagios.log via "tail -f" I don't see any passive checks submitted like I do for NSCA checks.
- Tue Sep 03, 2013 10:48 am
- Forum: Open Source Nagios Projects
- Topic: NRDP is not updating Nagios
- Replies: 4
- Views: 2025
NRDP is not updating Nagios
Hello, I am running Debian 7, with Nagios installed via the packages. I am using vshell as well as nconf. Passive checks are working successfully with NSCA and NRPE. I have followed the guide for the NRDP installation based on the PDF and even took note of the debian specific permissions changes as ...