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 fba53943 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

update project

parent 1d631112
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -11,4 +11,4 @@ ...@@ -11,4 +11,4 @@
'title': 'monitor Cisco ASA temperature sensors', 'title': 'monitor Cisco ASA temperature sensors',
'version': '20180503.v03a', 'version': '20180503.v03a',
'version.min_required': '1.2.6p12', 'version.min_required': '1.2.6p12',
'version.packaged': '1.4.0p35'} 'version.packaged': '1.6.0p8'}
\ No newline at end of file \ No newline at end of file
...@@ -13,9 +13,9 @@ register_check_parameters( ...@@ -13,9 +13,9 @@ register_check_parameters(
Tuple( Tuple(
title = _("Cisco ASA temperatur sensor thresholds"), title = _("Cisco ASA temperatur sensor thresholds"),
elements = [ elements = [
Integer(title = _("warning at"), unit = _("° celsius"), default_value = 60 ), Integer(title = _("warning at"), unit = _(u"° celsius"), default_value = 60 ),
Integer(title = _("critical at"), unit = _("° celsius"), default_value = 70 ), Integer(title = _("critical at"), unit = _(u"° celsius"), default_value = 70 ),
Integer(title = _("minium"), unit = _("° celsius"), default_value = 20 ), Integer(title = _("minium"), unit = _(u"° celsius"), default_value = 20 ),
] ]
), ),
TextAscii( TextAscii(
......
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