mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-05 22:55:17 +01:00
IP address added to output
This commit is contained in:
@@ -109,11 +109,11 @@ else { $state = 'CRITICAL' }
|
|||||||
|
|
||||||
if (%listed)
|
if (%listed)
|
||||||
{
|
{
|
||||||
print "Listed at";
|
print "IP $host is listed at";
|
||||||
foreach (keys(%listed)) { print " $_" }
|
foreach (keys(%listed)) { print " $_" }
|
||||||
print "\n";
|
print "\n";
|
||||||
}
|
}
|
||||||
else { print "Not black-listed\n" }
|
else { print "IP $host Not black-listed\n" }
|
||||||
|
|
||||||
exit $ERRORS{$state};
|
exit $ERRORS{$state};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user