diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-04 17:41:53 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-04 17:41:53 (GMT) |
commit | 51ec51a8dcbe003a0fe5cd0ad1d78f5590f5d40f (patch) | |
tree | 8d7b3ba9abc238ff7f303f17d874d8935e52c846 /NEWS | |
parent | 47fddad5fd5808cd5540a9c8c1a72d8a66348546 (diff) | |
download | monitoring-plugins-51ec51a8dcbe003a0fe5cd0ad1d78f5590f5d40f.tar.gz |
Make extra-opts (C plugins) behave more like N::P:
N::P allows both '#' and ';' for comments. Extra-opts used to allow only '#', it now allows both (';' is the standard for ini files)
Extra-opts does not allow trailing comments anymore (like N::P)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2063 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ This file documents the major additions and syntax changes between releases. | |||
6 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) | 6 | check_ifoperstatus -n flag now works as expected (sf.net #1569488) |
7 | check_ifoperstatus now supports ifType based lookup for ifIndex | 7 | check_ifoperstatus now supports ifType based lookup for ifIndex |
8 | check_ups now sends a LOGOUT string (debian bug #387001) | 8 | check_ups now sends a LOGOUT string (debian bug #387001) |
9 | Extra-opts (C plugins) now allows both '#' and ';' for comments (like N::P) | ||
10 | Extra-opts (C plugins) does not allow trailing comments anymore (like N::P) | ||
9 | 11 | ||
10 | 1.4.13 25th Sept 2008 | 12 | 1.4.13 25th Sept 2008 |
11 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 13 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |