mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
snmp__netscaler_connections: fixed syntax error
proposed by Cyclenerd (see #853)
This commit is contained in:
parent
451af405b7
commit
864863c203
@ -148,7 +148,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") {
|
||||
print "ssl.draw LINE2\n";
|
||||
print "ssl.info Currently active SSL sessions.\n";
|
||||
|
||||
for my $field qw(client server ssl) {
|
||||
for my $field (qw(client server ssl)) {
|
||||
print_thresholds($field);
|
||||
}
|
||||
exit 0;
|
||||
|
Loading…
Reference in New Issue
Block a user