mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
snmp__netscaler_connections: fixed syntax error
proposed by Cyclenerd (see #853)
This commit is contained in:
parent
451af405b7
commit
864863c203
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue