aboutsummaryrefslogtreecommitdiffstats
path: root/config/nrpe2/nrpe2.inc
Commit message (Collapse)AuthorAgeFilesLines
* Only add default settings for nrpe2 if there are no settings. Otherwise the ↵jim-p2012-02-091-46/+50
| | | | config is overwritten.
* Move this variable away from being a global. For some reason PHP refuses to ↵jim-p2011-10-171-5/+4
| | | | honor the global declaration here when it's run at boot time, and the variable ends up empty and writing an invalid config.
* Declare this array before use, otherwise if no commands are found the ↵jim-p2011-09-121-0/+1
| | | | implode() below the loop will fail. (nrpe2)
* Accidentally missed this file for the previous commit.jim-p2011-06-091-26/+30
|
* Use require_once. Fixes #854.jim-p2010-08-271-1/+1
|
* Make checkbox Services->NRPEv2->Enabled checked after installed as the ↵Eugene2010-03-251-2/+2
| | | | service is actually running.
* Make rc script executable, otherwise the service never starts.jim-p2009-10-111-0/+1
|
* Add rw/ro calls to NRPE config write. Should fix on nanojim-p2009-10-111-0/+2
|
* Rename /usr/local/etc/rc.d/nrpe to nrpe.sh, as it wasn't starting at boot.jim-p2009-08-201-4/+4
| | | | Reported by a user on IRC
* NRPE command definitions fix, place command alias in the brackets instead of ↵Erik2009-05-181-1/+1
| | | | command name
* Adding the tbz files and include files for the Nagios NRPE v2.11 packageErik2009-05-181-0/+188