mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
fix dubios format errors
This commit is contained in:
parent
c5c3bfdb0d
commit
3fab7aca7a
1 changed files with 4 additions and 4 deletions
|
@ -69,11 +69,11 @@ def print_config():
|
||||||
print("graph_args --base 1000 -l 0")
|
print("graph_args --base 1000 -l 0")
|
||||||
print("graph_vlabel Operations / second")
|
print("graph_vlabel Operations / second")
|
||||||
print("graph_category rethinkdb")
|
print("graph_category rethinkdb")
|
||||||
print("total_qps.label queries per
|
print("total_qps.label queries per sec")
|
||||||
print("total_qps.type COUNTER")
|
print("total_qps.type COUNTER")
|
||||||
print("total_rdps.label read docs
|
print("total_rdps.label read docs per sec")
|
||||||
print("total_rdps.type COUNTER")
|
print("total_rdps.type COUNTER")
|
||||||
print("total_wdps.label written do
|
print("total_wdps.label written docs per sec")
|
||||||
print("total_wdps.type COUNTER")
|
print("total_wdps.type COUNTER")
|
||||||
exit(0)
|
exit(0)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue