-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
54,059 additions
and
9 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,217 @@ | ||
{"title":"Alerts View","description":"Alerts View dashboard provides multi-level metrics regarding alerts and their states of warning, errors and critical as well as info","widgets":[{"id":5221527285160222,"definition":{"type":"image","url":"/static/images/logos/aerospike_small.svg","sizing":"cover","has_background":true,"has_border":true,"vertical_align":"center","horizontal_align":"center"},"layout":{"x":0,"y":0,"width":2,"height":1}},{"id":7521843932970594,"definition":{"type":"note","content":"Overview","background_color":"vivid_purple","font_size":"14","text_align":"center","show_tick":false,"tick_pos":"50%","tick_edge":"left"},"layout":{"x":2,"y":0,"width":10,"height":1}},{"id":2860830786402142,"definition":{"title":" ","type":"manage_status","display_format":"counts","color_preference":"background","hide_zero_counts":true,"show_status":true,"last_triggered_format":"relative","query":"group:($aerospike_cluster AND $aerospike_service)","sort":"name,desc","count":50,"start":0,"summary_type":"groups","show_priority":false,"show_last_triggered":false},"layout":{"x":0,"y":1,"width":12,"height":2}},{"id":2082687482227100,"definition":{"type":"note","content":"Critical","background_color":"vivid_purple","font_size":"14","text_align":"center","show_tick":false,"tick_pos":"50%","tick_edge":"left"},"layout":{"x":0,"y":3,"width":12,"height":1}},{"id":3185098878215232,"definition":{"title":" ","type":"manage_status","display_format":"list","color_preference":"background","hide_zero_counts":false,"show_status":true,"last_triggered_format":"relative","query":"group_status:\"alert\" AND group:($aerospike_cluster AND $aerospike_service)","sort":"name,asc","count":50,"start":0,"summary_type":"groups","show_priority":false,"show_last_triggered":false},"layout":{"x":0,"y":4,"width":12,"height":4}},{"id":3428715335584372,"definition":{"type":"note","content":"Warning","background_color":"vivid_purple","font_size":"14","text_align":"center","show_tick":false,"tick_pos":"50%","tick_edge":"left"},"layout":{"x":0,"y":8,"width":12,"height":1}},{"id":7091709491570682,"definition":{"title":" ","type":"manage_status","display_format":"list","color_preference":"background","hide_zero_counts":false,"show_status":true,"last_triggered_format":"relative","query":"group_status:\"Warn\" group:($aerospike_cluster AND $aerospike_service)","sort":"name,asc","count":50,"start":0,"summary_type":"groups","show_priority":false,"show_last_triggered":false},"layout":{"x":0,"y":9,"width":12,"height":4}},{"id":352893055343236,"definition":{"type":"note","content":"Ok","background_color":"vivid_purple","font_size":"14","text_align":"center","show_tick":false,"tick_pos":"50%","tick_edge":"left"},"layout":{"x":0,"y":13,"width":12,"height":1}},{"id":3141260706502906,"definition":{"title":" ","type":"manage_status","display_format":"list","color_preference":"background","hide_zero_counts":false,"show_status":true,"last_triggered_format":"relative","query":"group_status:\"Ok\" group:($aerospike_cluster AND $aerospike_service)","sort":"name,asc","count":50,"start":0,"summary_type":"groups","show_priority":false,"show_last_triggered":false},"layout":{"x":0,"y":14,"width":12,"height":4}}],"template_variables":[{"name":"aerospike_cluster","prefix":"aerospike_cluster","available_values":[],"default":"*"},{"name":"aerospike_service","prefix":"aerospike_service","available_values":[],"default":"*"}],"layout_type":"ordered","notify_list":[],"reflow_type":"fixed"} | ||
{ | ||
"title": "Alerts View", | ||
"description": "Alerts View dashboard provides multi-level metrics regarding alerts and their states of warning, errors and critical as well as info", | ||
"widgets": [ | ||
{ | ||
"id": 5221527285160222, | ||
"definition": { | ||
"type": "image", | ||
"url": "/static/images/logos/aerospike_small.svg", | ||
"sizing": "cover", | ||
"has_background": true, | ||
"has_border": true, | ||
"vertical_align": "center", | ||
"horizontal_align": "center" | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 0, | ||
"width": 2, | ||
"height": 1 | ||
} | ||
}, | ||
{ | ||
"id": 7521843932970594, | ||
"definition": { | ||
"type": "note", | ||
"content": "**Overview**", | ||
"background_color": "vivid_purple", | ||
"font_size": "24", | ||
"text_align": "center", | ||
"show_tick": false, | ||
"tick_pos": "50%", | ||
"tick_edge": "left" | ||
}, | ||
"layout": { | ||
"x": 2, | ||
"y": 0, | ||
"width": 10, | ||
"height": 1 | ||
} | ||
}, | ||
{ | ||
"id": 2860830786402142, | ||
"definition": { | ||
"title": " ", | ||
"type": "manage_status", | ||
"display_format": "counts", | ||
"color_preference": "background", | ||
"hide_zero_counts": true, | ||
"show_status": true, | ||
"last_triggered_format": "relative", | ||
"query": "group:($cluster_name AND $aerospike_service)", | ||
"sort": "name,desc", | ||
"count": 50, | ||
"start": 0, | ||
"summary_type": "groups", | ||
"show_priority": false, | ||
"show_last_triggered": false | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 1, | ||
"width": 12, | ||
"height": 2 | ||
} | ||
}, | ||
{ | ||
"id": 2082687482227100, | ||
"definition": { | ||
"type": "note", | ||
"content": "**Critical**", | ||
"background_color": "vivid_purple", | ||
"font_size": "24", | ||
"text_align": "center", | ||
"show_tick": false, | ||
"tick_pos": "50%", | ||
"tick_edge": "left" | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 3, | ||
"width": 12, | ||
"height": 1 | ||
} | ||
}, | ||
{ | ||
"id": 3185098878215232, | ||
"definition": { | ||
"title": " ", | ||
"type": "manage_status", | ||
"display_format": "list", | ||
"color_preference": "background", | ||
"hide_zero_counts": false, | ||
"show_status": true, | ||
"last_triggered_format": "relative", | ||
"query": "group_status:\"alert\" AND group:($cluster_name AND $aerospike_service)", | ||
"sort": "name,asc", | ||
"count": 50, | ||
"start": 0, | ||
"summary_type": "groups", | ||
"show_priority": false, | ||
"show_last_triggered": false | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 4, | ||
"width": 12, | ||
"height": 4 | ||
} | ||
}, | ||
{ | ||
"id": 3428715335584372, | ||
"definition": { | ||
"type": "note", | ||
"content": "**Warning**", | ||
"background_color": "vivid_purple", | ||
"font_size": "24", | ||
"text_align": "center", | ||
"show_tick": false, | ||
"tick_pos": "50%", | ||
"tick_edge": "left" | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 8, | ||
"width": 12, | ||
"height": 1 | ||
} | ||
}, | ||
{ | ||
"id": 7091709491570682, | ||
"definition": { | ||
"title": " ", | ||
"type": "manage_status", | ||
"display_format": "list", | ||
"color_preference": "background", | ||
"hide_zero_counts": false, | ||
"show_status": true, | ||
"last_triggered_format": "relative", | ||
"query": "group_status:\"Warn\" group:($cluster_name AND $aerospike_service)", | ||
"sort": "name,asc", | ||
"count": 50, | ||
"start": 0, | ||
"summary_type": "groups", | ||
"show_priority": false, | ||
"show_last_triggered": false | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 9, | ||
"width": 12, | ||
"height": 4 | ||
} | ||
}, | ||
{ | ||
"id": 352893055343236, | ||
"definition": { | ||
"type": "note", | ||
"content": "**Ok**", | ||
"background_color": "vivid_purple", | ||
"font_size": "24", | ||
"text_align": "center", | ||
"show_tick": false, | ||
"tick_pos": "50%", | ||
"tick_edge": "left" | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 13, | ||
"width": 12, | ||
"height": 1 | ||
} | ||
}, | ||
{ | ||
"id": 3141260706502906, | ||
"definition": { | ||
"title": " ", | ||
"type": "manage_status", | ||
"display_format": "list", | ||
"color_preference": "background", | ||
"hide_zero_counts": false, | ||
"show_status": true, | ||
"last_triggered_format": "relative", | ||
"query": "group_status:\"Ok\" group:($cluster_name AND $aerospike_service)", | ||
"sort": "name,asc", | ||
"count": 50, | ||
"start": 0, | ||
"summary_type": "groups", | ||
"show_priority": false, | ||
"show_last_triggered": false | ||
}, | ||
"layout": { | ||
"x": 0, | ||
"y": 14, | ||
"width": 12, | ||
"height": 4 | ||
} | ||
} | ||
], | ||
"template_variables": [ | ||
{ | ||
"name": "cluster_name", | ||
"prefix": "cluster_name", | ||
"available_values": [], | ||
"default": "*" | ||
}, | ||
{ | ||
"name": "aerospike_service", | ||
"prefix": "aerospike_service", | ||
"available_values": [], | ||
"default": "*" | ||
} | ||
], | ||
"layout_type": "ordered", | ||
"notify_list": [], | ||
"reflow_type": "fixed" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.