Skip to content

Instantly share code, notes, and snippets.

@thijsc
Created July 6, 2023 10:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thijsc/9a197cd5c9f9b88a8a4e15af886ca718 to your computer and use it in GitHub Desktop.
Save thijsc/9a197cd5c9f9b88a8a4e15af886ca718 to your computer and use it in GitHub Desktop.
Custom dashboard for reporting hosts
{
"title": "Reporting hosts",
"description": "",
"visuals": [
{
"title": "All",
"line_label": "%name%",
"display": "LINE",
"format": "number",
"draw_null_as_zero": true,
"metrics": [
{
"name": "reporting_hosts",
"fields": [
{
"field": "COUNTER"
}
],
"tags": []
}
],
"type": "timeseries"
},
{
"title": "Per role",
"line_label": "%role%",
"display": "LINE",
"format": "number",
"draw_null_as_zero": true,
"metrics": [
{
"name": "reporting_hosts",
"fields": [
{
"field": "COUNTER"
}
],
"tags": [
{
"key": "role",
"value": "*"
}
]
}
],
"type": "timeseries"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment