Skip to content

Commit 63a3c2a

Browse files
authored
Merge pull request #14 from eginnovations/add-eginnovations-plugin
minor changes in naming data streams
2 parents 34f3760 + 812cad7 commit 63a3c2a

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

plugins/eginnovations/v1/data_streams.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@
249249
},
250250
{
251251
"name": "getAlarmCount",
252-
"displayName": "alarms",
253-
"description": "Current Status",
252+
"displayName": "Alarms Count",
253+
"description": "Count of Alarms",
254254
"supportedScope": "none"
255255
},
256256
{
257257
"name": "getAlerts",
258-
"displayName": "Alerts",
259-
"description": "Infrastructure Health",
258+
"displayName": "Open Alarms",
259+
"description": "List of Alarms",
260260
"supportedScope": "none"
261261
},
262262

@@ -572,8 +572,8 @@
572572
]
573573
},
574574
{
575-
"displayName": "Alarms",
576-
"description": "Current Status",
575+
"displayName": "Alarms Count",
576+
"description": "Count of Alarms",
577577
"dataSourceName": "getAlarmCount",
578578
"definition": {
579579
"timeframes": false,
@@ -587,8 +587,8 @@
587587
}
588588
},
589589
{
590-
"displayName": "Alerts",
591-
"description": "Infrastructure Health",
590+
"displayName": "Open Alarms",
591+
"description": "List of Alarms",
592592
"dataSourceName": "getAlerts",
593593
"definition": {
594594
"name": "Alerts",

plugins/eginnovations/v1/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eGInnovations",
33
"displayName": "eG Enterprise",
4-
"version": "1.1.5",
4+
"version": "1.1.6",
55
"author": "eG Innovations Pvt Ltd",
66
"description": "Monitor key application metrics from your eG environment",
77
"category": "APM",

0 commit comments

Comments
 (0)