diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 05:59:22 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-19 05:59:22 (GMT) |
commit | 53058522125ef86a65c241ad0a5f56df01d55d6a (patch) | |
tree | f9a2b4a51626b5660bf867c5ffd9388bd3e90638 /NEWS | |
parent | e77ddaf6db1621001634fb5602ea42a59cf0660c (diff) | |
download | monitoring-plugins-53058522125ef86a65c241ad0a5f56df01d55d6a.tar.gz |
check_disk: rerpopulate the mount list after doing a stat() on paths specified with -p for better automount support.
NB: There's a memory leak here - properly freeing the mount list would invlove
much more work - there's many other places where leaks can happen so it
should be a project on its own.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2085 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ This file documents the major additions and syntax changes between releases. | |||
15 | Add missing long options for check_nt (for use with extra-opts) | 15 | Add missing long options for check_nt (for use with extra-opts) |
16 | check_icmp now reports min and max round trip time perfdata (Steve Rader) | 16 | check_icmp now reports min and max round trip time perfdata (Steve Rader) |
17 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) | 17 | Fixed bug where additional headers with redirection caused a segfault (Dieter Van de Walle - 2089159) |
18 | check_disk: make autofs mount paths specified with -p before we determing the mount list (Erik Welch) | ||
18 | 19 | ||
19 | 1.4.13 25th Sept 2008 | 20 | 1.4.13 25th Sept 2008 |
20 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) | 21 | Fix Debian bug #460097: check_http --max-age broken (Hilko Bengen) |