diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-08 09:31:04 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-07-08 09:31:04 (GMT) |
commit | b93562e6e235eabbe620dc969702bb381d3a0a07 (patch) | |
tree | ced6323b0cb4f863b30a33cfd1dbe029b588efec /NEWS | |
parent | 830f3cc38a0b7ddcb80dc322f7f60f7f73ac9bfe (diff) | |
download | monitoring-plugins-b93562e6e235eabbe620dc969702bb381d3a0a07.tar.gz |
check_procs captures stderr and adds to plugin output. This is
from a merge of branch nagiosplug/branches/new_threshold_syntax 1979:1982
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2019 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ This file documents the major additions and syntax changes between releases. | |||
6 | Updated Nagios::Plugin to 0.27 | 6 | Updated Nagios::Plugin to 0.27 |
7 | Fix Debian bug #479013: check_dig's -l is mandatory now (sf.net #1986306) | 7 | Fix Debian bug #479013: check_dig's -l is mandatory now (sf.net #1986306) |
8 | check_dig now returns CRITICAL instead of WARNING when no answer section is found | 8 | check_dig now returns CRITICAL instead of WARNING when no answer section is found |
9 | check_procs now captures stderr in external command and adds to plugin output | ||
9 | 10 | ||
10 | 1.4.12 27th May 2008 | 11 | 1.4.12 27th May 2008 |
11 | Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren) | 12 | Added ./check_nt -v INSTANCES to count number of instances (Alessandro Ren) |