diff options
author | jim-p <jimp@pfsense.org> | 2013-08-14 11:24:16 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2013-08-14 11:25:20 -0400 |
commit | bb9868cafa6bc1be95bf2a1ae80b0bccc1dfc7fa (patch) | |
tree | 2fc5cc3208729a5358fac7dfc67c1ce530571cc8 /config/nrpe2/nrpe2.xml | |
parent | f8d6395415784c7a9ca20d76d61942b7906d5e17 (diff) | |
download | pfsense-packages-bb9868cafa6bc1be95bf2a1ae80b0bccc1dfc7fa.tar.gz pfsense-packages-bb9868cafa6bc1be95bf2a1ae80b0bccc1dfc7fa.tar.bz2 pfsense-packages-bb9868cafa6bc1be95bf2a1ae80b0bccc1dfc7fa.zip |
For NRPE2, honor the "sudo" checkbox if it's checked and sudo exists on the system. Also, only add -w and -c if the boxes are filled in. Fixes #3145
Diffstat (limited to 'config/nrpe2/nrpe2.xml')
-rw-r--r-- | config/nrpe2/nrpe2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nrpe2/nrpe2.xml b/config/nrpe2/nrpe2.xml index e013b47c..5b84b97f 100644 --- a/config/nrpe2/nrpe2.xml +++ b/config/nrpe2/nrpe2.xml @@ -3,7 +3,7 @@ <description>Nagios NRPEv2</description> <requirements>Describe your package requirements here</requirements> <name>nrpe2</name> - <version>2.11</version> + <version>2.2</version> <title>NRPEv2</title> <aftersaveredirect>/pkg_edit.php?xml=nrpe2.xml&id=0</aftersaveredirect> <include_file>/usr/local/pkg/nrpe2.inc</include_file> |