From b418181dfe80dd75169b6e8a619ac1932155dea2 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Mon, 20 Jan 2014 00:54:34 +0100 Subject: renamed module into Monitoring::Plugin since the complete monitoring team has been renamed, we also rename this module. Signed-off-by: Sven Nierlein --- t/check_stuff.t | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 't/check_stuff.t') diff --git a/t/check_stuff.t b/t/check_stuff.t index 2815b76..6a1d845 100755 --- a/t/check_stuff.t +++ b/t/check_stuff.t @@ -1,5 +1,5 @@ #!/usr/local/bin/perl -# +# use strict; use warnings; #use Test::More qw(no_plan); use Test::More tests => 14; @@ -10,7 +10,7 @@ $s = "$^X -Ilib $s"; my $n = 'STUFF'; -# Nagios status strings and exit codes +# Monitoring status strings and exit codes my %e = qw( OK 0 WARNING 1 @@ -58,9 +58,3 @@ sub test_expected { like $r, qr/^$n $expected->{$_}/i, "looks $expected->{$_} with $_"; } } - - - - - - -- cgit v1.2.3-74-g34f1