Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/ping/multiping | ||
|---|---|---|
| 82 | 82 |
print "graph_category network\n"; |
| 83 | 83 |
print "graph_info This graph shows ping RTT statistics.\n"; |
| 84 | 84 |
for (my $site=1; $site<=$#hosts+1; $site++) {
|
| 85 |
my $item = lc($hosts[$site-1]);
|
|
| 85 |
my $item = lc($hosts[$site-1]); |
|
| 86 | 86 |
$item =~ s/\.//g; |
| 87 | 87 |
print "$item.label $names[$site-1]\n"; |
| 88 | 88 |
print "$item.info Ping RTT statistics for $hosts[$site-1].\n"; |
| ... | ... | |
| 94 | 94 |
} |
| 95 | 95 |
|
| 96 | 96 |
for (my $site=1; $site<=$#hosts+1; $site++) {
|
| 97 |
my $item = lc($hosts[$site-1]);
|
|
| 97 |
my $item = lc($hosts[$site-1]); |
|
| 98 | 98 |
$item =~ s/\.//g; |
| 99 | 99 |
my $host = $hosts[$site-1]; |
| 100 | 100 |
my @ping = `$ping_cmd $ping_args $host $ping_args2`; |
Formats disponibles : Unified diff