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

update project

parent 32bf697b
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -22,7 +22,7 @@
#####################################################################################################################
metric_info['checkpoint_remoteaccess_raUsers'] = {
'title': _('RA Connected users'),
'title': _('RA users connected'),
'unit': 'count',
'color': '26/a',
}
......@@ -58,7 +58,7 @@ metric_info['checkpoint_remoteaccess_raUsersInit'] = {
}
metric_info['checkpoint_remoteaccess_dtpsConnectedUsers'] = {
'title': _('Dtps Connected users'),
'title': _('DTPS users connected'),
'unit': 'count',
'color': '11/b',
}
......@@ -126,13 +126,13 @@ check_metrics['check_mk-checkpoint_remoteaccess'] = {
graph_info.append({
'title': _('Check Point remote access users status'),
'metrics': [
('checkpoint_remoteaccess_raUsers', 'line'),
('checkpoint_remoteaccess_raUsersActive', 'stack', ),
('checkpoint_remoteaccess_raUsersDestroy', 'stack', ),
('checkpoint_remoteaccess_raUsersIdle', 'stack', ),
('checkpoint_remoteaccess_raUsersPhase1', 'stack', ),
('checkpoint_remoteaccess_raUsersDown', 'stack', ),
('checkpoint_remoteaccess_raUsersInit', 'stack', ),
('checkpoint_remoteaccess_raUsersActive', '-stack', ),
('checkpoint_remoteaccess_raUsersDestroy', '-stack', ),
('checkpoint_remoteaccess_raUsersIdle', '-stack', ),
('checkpoint_remoteaccess_raUsersPhase1','-stack', ),
('checkpoint_remoteaccess_raUsersDown', '-stack', ),
('checkpoint_remoteaccess_raUsersInit', '-stack', ),
('checkpoint_remoteaccess_raUsers', 'area'),
],
'scalars': [
('checkpoint_remoteaccess_dtpsConnectedUsers:crit', _('crit')),
......
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