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

update project

parent 84fff491
Branches master
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/checkpoint_identity_awareness-0.3.0-20230529.mkp "checkpoint_identity_awareness-0.3.0-20230529.mkp" [PACKAGE]: ../../raw/master/mkp/checkpoint_identity_awareness-0.3.1-20240828.mkp "checkpoint_identity_awareness-0.3.1-20240828.mkp"
# Check Point Identity Awareness (IA) # Check Point Identity Awareness (IA)
This is a collection of Check Point Identity Awareness blade releated checks. This is a collection of Check Point Identity Awareness blade releated checks.
......
File added
...@@ -45,7 +45,8 @@ dc_metric.insert(0, ('checkpoint_ia_adquery_events_sum', 'line')) ...@@ -45,7 +45,8 @@ dc_metric.insert(0, ('checkpoint_ia_adquery_events_sum', 'line'))
graph_info['checkpoint_ia_adquery_dc'] = { graph_info['checkpoint_ia_adquery_dc'] = {
'title': _('Check Point Identity Awareness AD queries'), 'title': _('Check Point Identity Awareness AD queries'),
'metrics': dc_metric, 'metrics': dc_metric,
'range': (0, None), # this crashes CMK 2.3 graphs completely...
# 'range': (0, None),
'optional_metrics': [f'checkpoint_ia_adquery_dc_{num:d}' for num in range(0, _MAX_DCS + 1)] 'optional_metrics': [f'checkpoint_ia_adquery_dc_{num:d}' for num in range(0, _MAX_DCS + 1)]
} }
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
'metrics/checkpoint_ia_adquery.py']}, 'metrics/checkpoint_ia_adquery.py']},
'name': 'checkpoint_identity_awareness', 'name': 'checkpoint_identity_awareness',
'title': 'Check Point Identity Awareness checks', 'title': 'Check Point Identity Awareness checks',
'version': '0.3.0-20230529', 'version': '0.3.1-20240828',
'version.min_required': '2.1.0b1', 'version.min_required': '2.1.0b1',
'version.packaged': '2.2.0p24', 'version.packaged': 'cmk-mkp-tool 0.2.0',
'version.usable_until': None} 'version.usable_until': 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