Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix path reference (missing a /) | jim-p | 2015-02-13 | 1 | -1/+1 |
| | |||||
* | Fix rcvar declaration that I broke yesterday and bump necessary package versions | Renato Botelho | 2015-02-10 | 1 | -1/+1 |
| | |||||
* | Use php variable here, not shell one, this should proper fix #4391 | Renato Botelho | 2015-02-09 | 1 | -1/+1 |
| | |||||
* | Fix nrpe2 startup script, it should fix #4391 | Renato Botelho | 2015-02-09 | 1 | -3/+12 |
| | |||||
* | Modifications to allow nrpe arguments (dont_blame_nrpe) in the config edition | Yuki (aka Ruben Gomez) | 2014-09-17 | 2 | -2/+16 |
| | | | | | | | | 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_address | benny | 2014-05-23 | 1 | -1/+0 |
| | |||||
* | nrpe server_address should be optional, so any bind works | benny | 2014-05-19 | 2 | -3/+5 |
| | |||||
* | Fixup URLs: | Renato Botelho | 2014-03-18 | 1 | -1/+1 |
| | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config | ||||
* | For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the ↵ | jim-p | 2013-08-14 | 2 | -2/+6 |
| | | | | system. Also, only add -w and -c if the boxes are filled in. Fixes #3145 | ||||
* | Merge pull request #214 from namezero111111/patch-7 | Ermal Luçi | 2013-01-21 | 1 | -0/+5 |
|\ | | | | | Added SUDO checkbox for script | ||||
| * | Added SUDO checkbox for script | Namezero | 2012-02-14 | 1 | -0/+5 |
| | | |||||
* | | Fix nrpe2 for 2.1, also fix service status. | jim-p | 2012-07-03 | 2 | -12/+23 |
|/ | |||||
* | Only add default settings for nrpe2 if there are no settings. Otherwise the ↵ | jim-p | 2012-02-09 | 1 | -46/+50 |
| | | | | config is overwritten. | ||||
* | Move this variable away from being a global. For some reason PHP refuses to ↵ | jim-p | 2011-10-17 | 1 | -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-p | 2011-09-12 | 1 | -0/+1 |
| | | | | implode() below the loop will fail. (nrpe2) | ||||
* | Accidentally missed this file for the previous commit. | jim-p | 2011-06-09 | 1 | -26/+30 |
| | |||||
* | NRPE2, cleanup code a little, dynamically grab list of valid check_foo commands. | jim-p | 2011-06-08 | 1 | -60/+33 |
| | |||||
* | Use require_once. Fixes #854. | jim-p | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | NRPE2. It's impossible to stop/start/restart service from Services page. | Eugene | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | NRPE2. When you click Save in Services->NRPEv2 nothing is changed in ↵ | Eugene | 2010-03-25 | 1 | -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 ↵ | Eugene | 2010-03-25 | 1 | -2/+2 |
| | | | | service is actually running. | ||||
* | Make rc script executable, otherwise the service never starts. | jim-p | 2009-10-11 | 1 | -0/+1 |
| | |||||
* | Add rw/ro calls to NRPE config write. Should fix on nano | jim-p | 2009-10-11 | 1 | -0/+2 |
| | |||||
* | Rename /usr/local/etc/rc.d/nrpe to nrpe.sh, as it wasn't starting at boot. | jim-p | 2009-08-20 | 1 | -4/+4 |
| | | | | Reported by a user on IRC | ||||
* | NRPE command definitions fix, place command alias in the brackets instead of ↵ | Erik | 2009-05-18 | 1 | -1/+1 |
| | | | | command name | ||||
* | Adding the tbz files and include files for the Nagios NRPE v2.11 package | Erik | 2009-05-18 | 2 | -0/+354 |