+ fix typo in perfdata
This commit is contained in:
parent
1a38e97637
commit
093b0bcafb
|
@ -41,7 +41,7 @@ sub set_counters {
|
|||
],
|
||||
}
|
||||
},
|
||||
{ label => 'healthy', nlabel => 'ec2.spot.instances.unhealthy.count', set => {
|
||||
{ label => 'healthy', nlabel => 'ec2.spot.instances.healthy.count', set => {
|
||||
key_values => [ { name => 'healthy' } ],
|
||||
output_template => 'Healthy instances : %s',
|
||||
perfdatas => [
|
||||
|
|
Loading…
Reference in New Issue