mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
do not set a lower limit for percentages, but a higher limit
This commit is contained in:
parent
6871dd842d
commit
03302b38aa
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ while ( $content =~ /table\s*<([^>]+)>\s*{([^}]+)}/g) {
|
|||
if ($cmd eq 'config') {
|
||||
print("multigraph relayd_avail\n");
|
||||
print("graph_title Relayd host availability\n");
|
||||
print("graph_args --lower-limit 0\n");
|
||||
print("graph_args --upper-limit 100\n");
|
||||
print("graph_vlabel % availability\n");
|
||||
print("graph_category Load balancer\n");
|
||||
print("graph_info Ratio of time when this host was up. This is provided by relayd itself (not averaged by this plugin)\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue