aboutsummaryrefslogtreecommitdiffstats
path: root/config/nrpe2
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
|
* NRPE2, cleanup code a little, dynamically grab list of valid check_foo commands.jim-p2011-06-081-60/+33
|
* Use require_once. Fixes #854.jim-p2010-08-271-1/+1
|
* NRPE2. It's impossible to stop/start/restart service from Services page.Eugene2010-03-261-1/+1
|
* NRPE2. When you click Save in Services->NRPEv2 nothing is changed in ↵Eugene2010-03-251-0/+2
| | | | /usr/local/etc/nrpe.cfg and the service is not restarted. To make changes active you have to press Save the second time. This patch addresses both issues.
* 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-182-0/+354
273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311