Skip to content

Commit

Permalink
feat: adding the ems doc link in the Health dashboard table
Browse files Browse the repository at this point in the history
  • Loading branch information
Hardikl authored and cgrinds committed Nov 15, 2024
1 parent 4a58c35 commit 543feaa
Showing 1 changed file with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions grafana/dashboards/cmode/health.json
Original file line number Diff line number Diff line change
Expand Up @@ -688,30 +688,18 @@
{
"matcher": {
"id": "byName",
"options": "Volumes protected"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "green",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Volumes not protected"
"options": "EMS"
},
"properties": [
{
"id": "color",
"value": {
"fixedColor": "yellow",
"mode": "fixed"
}
"id": "links",
"value": [
{
"targetBlank": true,
"title": "",
"url": "https://mysupport.netapp.com/site/bugs-online/syslog-translator?product=ontap&syslog=${__data.fields.EMS}"
}
]
}
]
}
Expand Down Expand Up @@ -4136,6 +4124,24 @@
]
}
]
},
{
"matcher": {
"id": "byName",
"options": "Message"
},
"properties": [
{
"id": "links",
"value": [
{
"targetBlank": true,
"title": "",
"url": "https://mysupport.netapp.com/site/bugs-online/syslog-translator?product=ontap&syslog=${__data.fields.Message}"
}
]
}
]
}
]
},
Expand Down

0 comments on commit 543feaa

Please sign in to comment.