Skip to content

Commit

Permalink
Add Network and rrdcached plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
Poil committed Aug 11, 2015
1 parent bb1c824 commit 2e9d361
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions plugin/network.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"if_octets": {
"title": "network if_octets on {{HOST}}"
},
"if_packets": {
"title": "network if_packets on {{HOST}}"
},
"queue_length": {
"title": "network queue_length on {{HOST}}"
},
"total_values": {
"title": "network total_values on {{HOST}}"
}
}
14 changes: 14 additions & 0 deletions plugin/rrdcached.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"counter": {
"title": "rrdcached counter on {{HOST}}"
},
"gauge": {
"title": "rrdcached gauge on {{HOST}}"
},
"operations": {
"title": "rrdcached operations on {{HOST}}"
},
"queue_length": {
"title": "rrdcached queue_length on {{HOST}}"
}
}

0 comments on commit 2e9d361

Please sign in to comment.