mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
fix missing quote
This commit is contained in:
parent
7405ade2b1
commit
f7282a83d4
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ function get_bad_blocks_label {
|
|||
print "graph_category mikrotik";
|
||||
print "graph_args -l 0 --upper-limit 5";
|
||||
print "bad_blocks.label bad_blocks";
|
||||
print "bad_blocks.warning 3;
|
||||
print "bad_blocks.warning 3";
|
||||
print "bad_blocks.critical 4";
|
||||
print "graph_info Percentage of Bad Blocks."
|
||||
}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue