Skip to content

Instantly share code, notes, and snippets.

@alexdean
Forked from gerhard/ganglia_view.json
Created November 23, 2011 23:32
Show Gist options
  • Save alexdean/1390246 to your computer and use it in GitHub Desktop.
Save alexdean/1390246 to your computer and use it in GitHub Desktop.
{
"view_name": "routers",
"items": [
{
"vertical_label": "Percent",
"title": "Routers CPU",
"metric_regex": [
{
"regex": "cpu_(system|user)"
}
],
"graph_type": "line",
"aggregate_graph": "true",
"host_regex": [
{
"regex": "router"
}
]
},
{
"vertical_label": "Connections",
"title": "Routers nginx",
"metric_regex": [
{
"regex": "nginx_(active|reading|waiting)"
}
],
"graph_type": "line",
"aggregate_graph": "true",
"host_regex": [
{
"regex": "router"
}
]
}
],
"view_type": "standard"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment