fix typo
This commit is contained in:
parent
ccfa6d9f8d
commit
0f338b8763
|
@ -50,7 +50,7 @@ sub set_counters {
|
|||
min => 0, max => 100, unit => '%' },
|
||||
],
|
||||
}
|
||||
},
|
||||
}
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ sub set_counters {
|
|||
$self->{maps_counters}->{global} = [
|
||||
{ label => 'total', nlabel => 'interfaces.total.count', display_ok => 0, set => {
|
||||
key_values => [ { name => 'total' } ],
|
||||
output_template => 'total interaces: %s',
|
||||
output_template => 'total interfaces: %s',
|
||||
perfdatas => [
|
||||
{ value => 'total_absolute', template => '%s', min => 0 },
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue