diff options
Diffstat (limited to 'tools/ping-graph.pl')
-rwxr-xr-x | tools/ping-graph.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ping-graph.pl b/tools/ping-graph.pl index 44b8250..2cd6996 100755 --- a/tools/ping-graph.pl +++ b/tools/ping-graph.pl @@ -17,7 +17,7 @@ BEGIN { my $dbh = db_connect(); my $switches = $dbh->selectall_hashref('SELECT sysname,switch FROM switches ORDER BY sysname', 'sysname'); -if (0) { +if (1) { my %switchfds = (); while (my ($sysname, $switch) = each %$switches) { print "$sysname -> $switch->{switch}\n"; |