[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 09/16: apache2 tends to be a bit chatty during restart, shut it up

Jan Wagner waja at moszumanska.debian.org
Mon Dec 5 09:45:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins-contrib.

commit cd76f3a86542ee68258d55a3c9ba22df4705f999
Author: Evgeni Golov <evgeni at debian.org>
Date:   Sun Dec 4 18:13:49 2016 +0100

    apache2 tends to be a bit chatty during restart, shut it up
---
 check_httpd_status/tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/check_httpd_status/tests b/check_httpd_status/tests
index 370e188..e4a46ae 100644
--- a/check_httpd_status/tests
+++ b/check_httpd_status/tests
@@ -1,2 +1,2 @@
 Depends: apache2, liblocale-gettext-perl, libmonitoring-plugin-perl, liblwp-useragent-determined-perl
-Test-Command: service apache2 restart && /usr/lib/nagios/plugins/check_httpd_status -H localhost
+Test-Command: service apache2 restart 2>/dev/null && /usr/lib/nagios/plugins/check_httpd_status -H localhost

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins-contrib.git



More information about the Pkg-nagios-changes mailing list