mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-29 00:24:46 +02:00
add instance for mikrotik temperature
This commit is contained in:
parent
436cdf688d
commit
d0c65d4700
@ -53,6 +53,7 @@ sub check {
|
||||
$self->{output}->perfdata_add(
|
||||
label => 'temperature', unit => 'C',
|
||||
nlabel => 'hardware.temperature.celsius',
|
||||
instances => 'system',
|
||||
value => $result->{mtxrHlTemperature} / 10,
|
||||
warning => $warn,
|
||||
critical => $crit
|
||||
|
Loading…
x
Reference in New Issue
Block a user