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

update project

parent cb7ba81b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -10,4 +10,5 @@
'title': u'monitor Cisco WLC temperatur sensor',
'version': '20180805.v.0.0.1',
'version.min_required': '1.2.8b8',
'version.packaged': '1.4.0p35'}
\ No newline at end of file
'version.packaged': '1.6.0p12',
'version.usable_until': None}
\ No newline at end of file
......@@ -13,8 +13,8 @@ register_check_parameters(
Tuple(
title=_('Cisco WLC temperatur sensor thresholds'),
elements=[
Integer(title=_('warning at'), unit=_('° celsius'), default_value=50),
Integer(title=_('critical at'), unit=_('° celsius'), default_value=60),
Integer(title=_('warning at'), unit=_(u'° celsius'), default_value=50),
Integer(title=_('critical at'), unit=_(u'° celsius'), default_value=60),
]
),
None,
......
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