]> git.pld-linux.org Git - packages/nagios-plugin-check_rbl.git/blob - verbose-reporting.patch
93227a007bb49c8b5b23a0ab42bdc731a8c08bb1
[packages/nagios-plugin-check_rbl.git] / verbose-reporting.patch
1 --- check_rbl-1.1.0/check_rbl~  2010-02-01 18:27:44.918315737 +0200
2 +++ check_rbl-1.1.0/check_rbl   2010-02-01 18:28:07.075134119 +0200
3 @@ -272,7 +275,7 @@
4  my $total = scalar @BLACKLISTED;
5  
6  my $status =
7 -  "BLACKLISTED on $total " . ( ( $total == 1 ) ? 'server' : 'servers' );
8 +  $OPTIONS->host. " BLACKLISTED on $total " . ( ( $total == 1 ) ? 'server' : 'servers' );
9  
10  if ( $total > 0 ) {
11      $status .= " (@BLACKLISTED)";
This page took 0.022187 seconds and 2 git commands to generate.