diff --git a/plugins/eginnovations/v1/data_streams.json b/plugins/eginnovations/v1/data_streams.json index a2e0dc9..22734d1 100644 --- a/plugins/eginnovations/v1/data_streams.json +++ b/plugins/eginnovations/v1/data_streams.json @@ -249,14 +249,14 @@ }, { "name": "getAlarmCount", - "displayName": "alarms", - "description": "Current Status", + "displayName": "Alarms Count", + "description": "Count of Alarms", "supportedScope": "none" }, { "name": "getAlerts", - "displayName": "Alerts", - "description": "Infrastructure Health", + "displayName": "Open Alarms", + "description": "List of Alarms", "supportedScope": "none" }, @@ -572,8 +572,8 @@ ] }, { - "displayName": "Alarms", - "description": "Current Status", + "displayName": "Alarms Count", + "description": "Count of Alarms", "dataSourceName": "getAlarmCount", "definition": { "timeframes": false, @@ -587,8 +587,8 @@ } }, { - "displayName": "Alerts", - "description": "Infrastructure Health", + "displayName": "Open Alarms", + "description": "List of Alarms", "dataSourceName": "getAlerts", "definition": { "name": "Alerts", diff --git a/plugins/eginnovations/v1/metadata.json b/plugins/eginnovations/v1/metadata.json index b92abe3..508c340 100644 --- a/plugins/eginnovations/v1/metadata.json +++ b/plugins/eginnovations/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "eGInnovations", "displayName": "eG Enterprise", - "version": "1.1.5", + "version": "1.1.6", "author": "eG Innovations Pvt Ltd", "description": "Monitor key application metrics from your eG environment", "category": "APM",