From eed877a5ba847ddfe569b0bcc2407ac8e2ed6990 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Fri, 27 Mar 2020 13:01:03 +0100 Subject: [PATCH] fix palo alto sessions --- network/paloalto/snmp/mode/sessions.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/paloalto/snmp/mode/sessions.pm b/network/paloalto/snmp/mode/sessions.pm index 157130103..78567fd68 100644 --- a/network/paloalto/snmp/mode/sessions.pm +++ b/network/paloalto/snmp/mode/sessions.pm @@ -148,7 +148,7 @@ sub set_counters { }, { label => 'vsys-active-other', nlabel => 'vsys.sessions.active.other.count', set => { key_values => [ { name => 'panVsysActiveOtherIpCps' }, { name => 'display' } ], - output_template => 'Other : %s', + output_template => 'other: %s', perfdatas => [ { label => 'active_other', value => 'panVsysActiveOtherIpCps_absolute', template => '%s', label_extra_instance => 1, min => 0 }