mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
fix typo
This commit is contained in:
parent
f117854438
commit
667e8c0b98
@ -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