Added supercap monitoring for megaraid plugins

This commit is contained in:
Patrick Van der Veken
2019-07-19 11:46:54 +02:00
parent bab155e752
commit 30693afe5d
4 changed files with 254 additions and 58 deletions
@@ -27,6 +27,10 @@ check_controller="yes"
# [default: yes]
check_bbu="yes"
# specify whether to check the BBU (supercap) state (yes|no)
# [default: yes]
check_supercap="yes"
# specify whether to check the physical devices (yes|no)
# [default: yes]
check_physical="yes"
@@ -35,6 +39,14 @@ check_physical="yes"
# [default: yes]
check_virtual="yes"
# individual checks that should be disabled (wildcards are not supported)
# cell_exclude:<cell_server>:<controller|bbu|supercap|physical|virtual>
# Examples:
# disable controller check on mycell1
# cell_exclude:mycell1:controller
# disable bbu check on mycell2
# cell_exclude:mycell2:bbu
#******************************************************************************
# End of FILE
@@ -19,6 +19,10 @@ check_controller="yes"
# [default: yes]
check_bbu="yes"
# specify whether to check the BBU (supercap) state (yes|no)
# [default: yes]
check_supercap="yes"
# specify whether to check the physical devices (yes|no)
# [default: yes]
check_physical="yes"