Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 1ebbfe4e authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 66c824cf
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,15 @@
# 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),
'levels': (60, 80),
'output_unit': 'c',
'device_levels_handling': 'usr',
'levels': (60, 80),
'output_unit': 'c',
'device_levels_handling': 'usr',
}
def inventory_cisco_asa_temp(info):
for sensorname, sensortype, sensorvalue, sensorstatus, sensorunits in info:
if sensortype == '8' and sensorstatus == '1' and sensorname != '':
......@@ -38,7 +38,7 @@ def check_cisco_asa_temp(item, params, info):
)
check_info['cisco_asa_temp'] = {
check_info['cisco_asa_temp'] = {
'check_function' : check_cisco_asa_temp,
'inventory_function' : inventory_cisco_asa_temp,
'service_description' : 'Temperature %s',
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment