Skip to content

Instantly share code, notes, and snippets.

@gerhard
Created November 23, 2011 22:45
Show Gist options
  • Save gerhard/1390161 to your computer and use it in GitHub Desktop.
Save gerhard/1390161 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