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

update project

parent 7a9b9f01
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -3,7 +3,7 @@
'download_url': 'https://thl-cmk.hopto.org',
'files': {'checks': ['checkpoint_remoteaccess'],
'web': ['plugins/metrics/checkpoint_remoteaccess.py',
'plugins/mwato/checkpoint_remoteaccess.py']},
'plugins/wato/checkpoint_remoteaccess.py']},
'name': 'checkpoint_remoteaccess',
'num_files': 3,
'title': u'Check Point remote access',
......
......@@ -6,15 +6,18 @@ register_check_parameters(
help=_(''),
elements=[
('raUsers',
Tuple(
title = _("Number of RA users"),
help = _("warn/crit"),
elements = [
Integer(title = _("Warning at"), unit = _("sessions"), default_value = 100),
Integer(title = _("Critical at"), unit = _("sessions"), default_value = 200),
],
),
),
Tuple(
title=_("war/crit levels for number of RA users"),
help=_("warn/crit"),
elements=[
Integer(title=_("Warning at"), unit=_("sessions"), default_value=40),
Integer(title=_("Critical at"), unit=_("sessions"), default_value=100),
],
),
),
('raMaxUsers',
Integer(title=_('max. RA users for perfdata'), unit=_("sessions"), default_value=250)
)
],
),
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