diff --git a/checks/cisco_asa_temp b/checks/cisco_asa_temp index a01ef03fb4874c8bc2d8263c7f1b7a1168bf574c..73724680da8050c6998b622cf2e59b66eae92816 100644 --- a/checks/cisco_asa_temp +++ b/checks/cisco_asa_temp @@ -9,6 +9,9 @@ # 02.07.2016: fixed crit/warn to >= # 09.01.2018: minimum temp value added # 03.05.2018: fixed inventory for empty sensorname (asa context) +# 24.02.2020: rewritten for cmk 1.6.x, includes "temperature.include" +# Note: item has ben changed from "Environment: <sensorname" to "Temperature <sensorname> +# Note: wato/metrics changed to CMK build in template # # warn, crit, minimum temp value factory_settings['cisco_asa_temp_default_levels'] = {'levels_lower': (0.0, -10.0), diff --git a/cisco_asa_temp.mkp b/cisco_asa_temp.mkp index cdbe298b4040c185e9ad63e2c007cf0f65edb85b..5b3f495b45427d1d13eddb4ef1c5b43381f911c1 100644 Binary files a/cisco_asa_temp.mkp and b/cisco_asa_temp.mkp differ