(plugin) network::libraesva::snmp - mode system fix metric name (#3699)
This commit is contained in:
parent
72a4482375
commit
7aed995b9e
|
@ -97,7 +97,7 @@ sub set_counters {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'mails-queue-out', nlabel => 'system.mails.queue.ou.count', set => {
|
{ label => 'mails-queue-out', nlabel => 'system.mails.queue.out.count', set => {
|
||||||
key_values => [ { name => 'outgoingMailQueue' } ],
|
key_values => [ { name => 'outgoingMailQueue' } ],
|
||||||
output_template => 'mails queue out: %s',
|
output_template => 'mails queue out: %s',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
|
|
Loading…
Reference in New Issue