[BACK]Return to host2rrd CVS log [TXT][DIR] Up to [local] / nagios / check_rrd / bin

Diff for /nagios/check_rrd/bin/host2rrd between version 1.1 and 1.2

version 1.1, 2007/01/10 18:01:11 version 1.2, 2007/01/10 18:05:31
Line 1 
Line 1 
 #!/usr/bin/perl -T  #!/usr/bin/perl -T
 # $RedRiver$  # $RedRiver: host2rrd,v 1.1 2007/01/10 18:01:11 andrew Exp $
 ########################################################################  ########################################################################
 # hostalias2filename *** figures out the filename for a wireless  # hostalias2filename *** figures out the filename for a wireless
 #                        customer to pass to a script.  #                        customer to pass to a script.
Line 25 
Line 25 
         "rrd|r=s"       => \$RRD,          "rrd|r=s"       => \$RRD,
 );  );
   
 die "No host passes!" unless $Host  die "No host passes!" unless $Host;
 die "No RRD passed!"  unless $RRD;  die "No RRD passed!"  unless $RRD;
   
 my ($server, $client) = split /-/, $Host, 2;  my ($server, $client) = split /-/, $Host, 2;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>