mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Category Tree: Reduce number of categories
rackspace -> cloud (rackspace) openvpn -> network (openvpn) rethinkdb -> db (rethinkdb) glance -> cloud (glance)
This commit is contained in:
parent
eaf6c2d7ce
commit
6aa977b250
14 changed files with 17 additions and 17 deletions
|
@ -69,7 +69,7 @@ def print_config(servername):
|
|||
print("graph_title RethinkDB on '%s'- Local Database IOPS and Queries" % servername)
|
||||
print("graph_args --base 1000 -l 0")
|
||||
print("graph_vlabel Operations / second")
|
||||
print("graph_category rethinkdb")
|
||||
print("graph_category db")
|
||||
print("total_qps.label queries per sec")
|
||||
print("total_qps.type COUNTER")
|
||||
print("total_rdps.label read docs per sec")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue