[omd-commits] OMD Git: omd: mod-gearman: there is no lib/icinga/plugins
git version control
git at mathias-kettner.de
Tue Sep 11 08:22:49 CEST 2012
Module: omd
Branch: master
Commit: 1854de8f114f0a0478a66ed53af0d566fe15de26
URL: http://omdistro.org/projects/omd/repository/revisions/1854de8f114f0a0478a66ed53af0d566fe15de26
Author: Sven Nierlein <sven at nierlein.de>
Date: Tue Sep 11 08:22:20 2012 +0200
Commiter: Sven Nierlein <sven at nierlein.de>
Date: Tue Sep 11 08:22:20 2012 +0200
mod-gearman: there is no lib/icinga/plugins
---
t/31-mod-gearman.t | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/t/31-mod-gearman.t b/t/31-mod-gearman.t
index 61b77ac..68cfec3 100644
--- a/t/31-mod-gearman.t
+++ b/t/31-mod-gearman.t
@@ -60,8 +60,8 @@ for my $core (qw/nagios icinga/) {
{ cmd => "/usr/bin/test -s /omd/sites/$site/etc/mod-gearman/secret.key", "exit" => 0 },
{ cmd => $omd_bin." start $site", like => [ '/gearmand\.\.\.OK/', '/gearman_worker\.\.\.OK/'], sleep => 1 },
{ cmd => $omd_bin." status $site", like => [ '/gearmand:\s+running/', '/gearman_worker:\s*running/'] },
- { cmd => "/bin/su - $site -c './lib/$core/plugins/check_http -H localhost -a omdadmin:omd -u /$site/$core/cgi-bin/cmd.cgi -e 200 -P \"cmd_typ=7&cmd_mod=2&host=omd-$site&service=Dummy+Service&start_time=$now&force_check=on&btnSubmit=Commit\" -r \"Your command request was successfully submitted\"'", like => '/HTTP OK:/' },
- { cmd => "/bin/su - $site -c './lib/$core/plugins/check_http -H localhost -a omdadmin:omd -u /$site/$core/cgi-bin/cmd.cgi -e 200 -P \"cmd_typ=7&cmd_mod=2&host=omd-$site&service=perl+test&start_time=$now&force_check=on&btnSubmit=Commit\" -r \"Your command request was successfully submitted\"'", like => '/HTTP OK:/' },
+ { cmd => "/bin/su - $site -c './lib/nagios/plugins/check_http -H localhost -a omdadmin:omd -u /$site/$core/cgi-bin/cmd.cgi -e 200 -P \"cmd_typ=7&cmd_mod=2&host=omd-$site&service=Dummy+Service&start_time=$now&force_check=on&btnSubmit=Commit\" -r \"Your command request was successfully submitted\"'", like => '/HTTP OK:/' },
+ { cmd => "/bin/su - $site -c './lib/nagios/plugins/check_http -H localhost -a omdadmin:omd -u /$site/$core/cgi-bin/cmd.cgi -e 200 -P \"cmd_typ=7&cmd_mod=2&host=omd-$site&service=perl+test&start_time=$now&force_check=on&btnSubmit=Commit\" -r \"Your command request was successfully submitted\"'", like => '/HTTP OK:/' },
];
for my $test (@{$preps}) {
TestUtils::test_command($test) or TestUtils::bail_out_clean("no further testing without proper preparation");
More information about the omd-commits
mailing list