diff --git a/checkpoint_securexl.mkp b/checkpoint_securexl.mkp
index a42cccbcc5c030695af2b6958ce87dfe9b745d7e..5e354fd466179262b927ea49909fe66298ffb5cf 100644
Binary files a/checkpoint_securexl.mkp and b/checkpoint_securexl.mkp differ
diff --git a/web/plugins/metrics/checkpoint_securexl.py b/web/plugins/metrics/checkpoint_securexl.py
index c9bf78a6f368343aa87a3890fde3262ce16ee80a..fa238e9188576b8618f3745391094ca69e52b60b 100644
--- a/web/plugins/metrics/checkpoint_securexl.py
+++ b/web/plugins/metrics/checkpoint_securexl.py
@@ -10,7 +10,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'),
@@ -33,7 +33,6 @@ graph_info.append({
     'title': _('Check Point SecureXL Connections active'),
     'metrics': [
         ('checkpoint_securexl_connections_active', 'area'),
-
     ],
 })