mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-22 21:24:53 +02:00
fix typo
This commit is contained in:
parent
b722dfd3c5
commit
d33c11ff6c
@ -33,7 +33,7 @@ sub set_counters {
|
|||||||
];
|
];
|
||||||
|
|
||||||
$self->{maps_counters}->{global} = [
|
$self->{maps_counters}->{global} = [
|
||||||
{ label => 'temperature', nlabel => 'system.temperature.celsus', set => {
|
{ label => 'temperature', nlabel => 'system.temperature.celsius', set => {
|
||||||
key_values => [ { name => 'temperature' } ],
|
key_values => [ { name => 'temperature' } ],
|
||||||
output_template => 'system temperature: %s C',
|
output_template => 'system temperature: %s C',
|
||||||
perfdatas => [
|
perfdatas => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user