[Pkg-nagios-changes] [pkg-nagios-plugins-contrib] 06/16: stat daemons before running tests
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 a16fc7dafd51cbf32e02aa0490821b10d5118146
Author: Evgeni Golov <evgeni at debian.org>
Date: Sun Dec 4 17:41:19 2016 +0100
stat daemons before running tests
---
check_cups/tests | 2 +-
check_httpd_status/tests | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/check_cups/tests b/check_cups/tests
index a21dd7c..cd84c98 100644
--- a/check_cups/tests
+++ b/check_cups/tests
@@ -1,2 +1,2 @@
Depends: cups, libdate-manip-perl, libmonitoring-plugin-perl, libnet-cups-perl
-Test-Command: /usr/lib/nagios/plugins/check_cups -H localhost
+Test-Command: service cups restart && /usr/lib/nagios/plugins/check_cups -H localhost
diff --git a/check_httpd_status/tests b/check_httpd_status/tests
index ffb120d..370e188 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: /usr/lib/nagios/plugins/check_httpd_status -H localhost
+Test-Command: service apache2 restart && /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