mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 15:44:21 +02:00
fix palo alto sessions
This commit is contained in:
parent
a3ff375f7c
commit
1d55a188e0
@ -148,7 +148,7 @@ sub set_counters {
|
|||||||
},
|
},
|
||||||
{ label => 'vsys-active-other', nlabel => 'vsys.sessions.active.other.count', set => {
|
{ label => 'vsys-active-other', nlabel => 'vsys.sessions.active.other.count', set => {
|
||||||
key_values => [ { name => 'panVsysActiveOtherIpCps' }, { name => 'display' } ],
|
key_values => [ { name => 'panVsysActiveOtherIpCps' }, { name => 'display' } ],
|
||||||
output_template => 'Other : %s',
|
output_template => 'other: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
{ label => 'active_other', value => 'panVsysActiveOtherIpCps_absolute', template => '%s',
|
{ label => 'active_other', value => 'panVsysActiveOtherIpCps_absolute', template => '%s',
|
||||||
label_extra_instance => 1, min => 0 }
|
label_extra_instance => 1, min => 0 }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user