Search found 2 matches
- Wed Feb 06, 2013 12:30 pm
- Forum: Open Source Nagios Projects
- Topic: Nagios PHP Plugin Wont Scrape Remotely
- Replies: 4
- Views: 2060
Re: Nagios PHP Plugin Wont Scrape Remotely
The problem ended up being what a lot of weird problems come from - SELinux. Creating a module for the plugin and then installing it with semodule fixed the issue.
- Wed Feb 06, 2013 8:47 am
- Forum: Open Source Nagios Projects
- Topic: Nagios PHP Plugin Wont Scrape Remotely
- Replies: 4
- Views: 2060
Nagios PHP Plugin Wont Scrape Remotely
I created a nagios plugin written in php that scrapes a website for json, parses for a value and returns the result. This plugin works fine when I run it locally but whenever I trying to run it remotely using check_nrpe the scrape portion of the plugin fails. Trying to debug this, I stopped the NRPE...