mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-30 00:55:18 +02:00
+ Fix #348 : problem with onOff
This commit is contained in:
parent
b2c50e2716
commit
0402afe7aa
@ -191,7 +191,7 @@ $thresholds = {
|
|||||||
],
|
],
|
||||||
onoff => [
|
onoff => [
|
||||||
['unavailable', 'UNKNOWN'],
|
['unavailable', 'UNKNOWN'],
|
||||||
['ok', 'OK'],
|
['on', 'OK'],
|
||||||
['off', 'OK'],
|
['off', 'OK'],
|
||||||
],
|
],
|
||||||
contact => [
|
contact => [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user