Révision 17f78427
Whitespace cleanup
- remove trailing whitespace
- remove empty lines at the end of files
| plugins/darwin/dar_vpnd | ||
|---|---|---|
| 32 | 32 |
|
| 33 | 33 |
if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
|
| 34 | 34 |
print "graph_category network\n"; |
| 35 |
print "graph_args --base 1024 -r --lower-limit 0\n";
|
|
| 35 |
print "graph_args --base 1024 -r --lower-limit 0\n"; |
|
| 36 | 36 |
print "graph_title Number of VPN Connections\n"; |
| 37 | 37 |
print "graph_vlabel VPN Connections\n"; |
| 38 |
print "graph_info The Graph shows the Number of VPN Connections\n";
|
|
| 38 |
print "graph_info The Graph shows the Number of VPN Connections\n"; |
|
| 39 | 39 |
print "connections.label Number of VPN Connections\n"; |
| 40 |
print "connections.type GAUGE\n";
|
|
| 40 |
print "connections.type GAUGE\n"; |
|
| 41 | 41 |
} else {
|
| 42 | 42 |
my $output = `$cmd`; |
| 43 | 43 |
print "connections.value $output"; |
Formats disponibles : Unified diff