projects
/
infodrom
/
icinga-plugins
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc26680
)
Bugfix
author
Joey Schulze
<joey@infodrom.org>
Thu, 8 May 2014 11:39:20 +0000
(13:39 +0200)
committer
Joey Schulze
<joey@infodrom.org>
Thu, 8 May 2014 11:39:20 +0000
(13:39 +0200)
check_uucp
patch
|
blob
|
history
diff --git
a/check_uucp
b/check_uucp
index
0526dd6
..
af956cd
100755
(executable)
--- a/
check_uucp
+++ b/
check_uucp
@@
-97,7
+97,7
@@
unless (defined $oldlist) {
}
if (scalar @$oldlist > 0) {
- printf "UUCP WARNING - %s: %d jobs older than %d hours\n", $host, scalar @$list,
scalar @$list,
$config->{crit_hours};
+ printf "UUCP WARNING - %s: %d jobs older than %d hours\n", $host, scalar @$list, $config->{crit_hours};
exit $ERRORS{WARNING};
}