diff --git a/checkpoint_securexl.mkp b/checkpoint_securexl.mkp index 5df0c7d463d535e45a23a4b48349cfad085b6623..7e7251bf3e12ecfbb3731529633b84ac046d57f2 100644 Binary files a/checkpoint_securexl.mkp and b/checkpoint_securexl.mkp differ diff --git a/checks/checkpoint_securexl b/checks/checkpoint_securexl index 6a87022989e368202a769e9310695d50537d19ec..f1790095e08e761e850db683cd7e168c1bedc53a 100644 --- a/checks/checkpoint_securexl +++ b/checks/checkpoint_securexl @@ -46,8 +46,8 @@ def check_checkpoint_securexl(_no_item, _no_params, info): now_time = time.time() fwSXLConnsExisting = int(fwSXLConnsExisting) - fwSXLConnsAdded = get_rate('checkpoint_securexl.%s.%s' % ('fwSXLConnsAdded', item), now_time, int(fwSXLConnsAdded), onwrap=SKIP) - fwSXLConnsDeleted = get_rate('checkpoint_securexl.%s.%s' % ('fwSXLConnsDeleted', item), now_time, int(fwSXLConnsDeleted), onwrap=SKIP) + fwSXLConnsAdded = get_rate('checkpoint_securexl.%s' % 'fwSXLConnsAdded', now_time, int(fwSXLConnsAdded), onwrap=SKIP) + fwSXLConnsDeleted = get_rate('checkpoint_securexl.%s' % 'fwSXLConnsDeleted', now_time, int(fwSXLConnsDeleted), onwrap=SKIP) # Counters infotext = 'Connections: Active %d, Added: %0.2f/s, Deleted: %0.2f/s' % (fwSXLConnsExisting, fwSXLConnsAdded, fwSXLConnsDeleted) diff --git a/web/plugins/metrics/checkpoint_securexl.py b/web/plugins/metrics/checkpoint_securexl.py index 1a501e066432819f271d1c36763701d26e686a60..8b6e2ed07302387adef4404481eda26737b5b4af 100644 --- a/web/plugins/metrics/checkpoint_securexl.py +++ b/web/plugins/metrics/checkpoint_securexl.py @@ -13,7 +13,7 @@ metric_info['checkpoint_securexl_connections_active'] = { 'title': _('Connections active'), 'unit': 'count', - 'color': '11/a', + 'color': '26/a', } metric_info['checkpoint_securexl_connections_added'] = { 'title': _('Connections added'),