-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Network and rrdcached plugin description
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -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}}" | ||
} | ||
} |
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 |
---|---|---|
@@ -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}}" | ||
} | ||
} |