aboutsummaryrefslogtreecommitdiffstats
path: root/config/nrpe2/nrpe2.inc
Commit message (Collapse)AuthorAgeFilesLines
* Tighten the input validation to make sure 'Bind IP Address' is configured on ↵doktornotor2015-11-201-2/+3
| | | | the local system
* nrpe2 package fixesdoktornotor2015-11-151-34/+64
| | | | | | - Add input validations - Fix package install/deinstall - Fix disabling the service - Code style fixes
* Remove useless remount callsdoktornotor2015-08-251-9/+0
| | | These are dealt with by install_package() from pkg-utils.inc. Also, the nrpe2_custom_php_deinstall_command() function was completely useless, doing nothing else but remounts.
* nrpe2.inc - code style and other fixesdoktornotor2015-08-061-38/+44
| | | | | - Fix copyright header - Code style - FIx NRPE_BASE for pfSense 2.3
* Fix path reference (missing a /)jim-p2015-02-131-1/+1
|
* Fix rcvar declaration that I broke yesterday and bump necessary package versionsRenato Botelho2015-02-101-1/+1
|
* Use php variable here, not shell one, this should proper fix #4391Renato Botelho2015-02-091-1/+1
|
* Fix nrpe2 startup script, it should fix #4391Renato Botelho2015-02-091-3/+12
|
* Modifications to allow nrpe arguments (dont_blame_nrpe) in the config editionYuki (aka Ruben Gomez)2014-09-171-1/+8
| | | | | | | | With this change we can allow pass arguments from Nagios server to pfsense, and allow them or not from the NRPE config web. To get a config file with $ARG1$ $ARG2$... we must scape them in the "Extra options" input and put \$ARG1\$ \$ARG2\$...
* fix duplicate definition of server_addressbenny2014-05-231-1/+0
|
* nrpe server_address should be optional, so any bind worksbenny2014-05-191-1/+4
|
* For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the ↵jim-p2013-08-141-1/+5
| | | | system. Also, only add -w and -c if the boxes are filled in. Fixes #3145
* Fix nrpe2 for 2.1, also fix service status.jim-p2012-07-031-11/+22
|
* 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