fix(mode): rename Kaspersky protection metric (#2585)
This commit is contained in:
parent
282e536d2d
commit
e1b954824d
|
@ -92,7 +92,7 @@ sub set_counters {
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ label => 'too-many-threats', nlabel => 'protection.hosts.2manythreats.count', set => {
|
{ label => 'too-many-threats', nlabel => 'protection.hosts.toomanythreats.count', set => {
|
||||||
key_values => [ { name => 'hostsTooManyThreats' } ],
|
key_values => [ { name => 'hostsTooManyThreats' } ],
|
||||||
output_template => '%d host(s) with too many threats',
|
output_template => '%d host(s) with too many threats',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
|
|
Loading…
Reference in New Issue