1
0
Fork 0
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:
Antoine Beaupré 2012-03-21 15:31:07 -04:00
parent 6871dd842d
commit 03302b38aa

View file

@ -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");