64 | | {{{ |
65 | | # munin-run tahoe_stats_storage_disk_used config |
66 | | graph_title Tahoe-LAFS Storage Server Disk Used |
67 | | graph_vlabel bytes |
68 | | graph_category Tahoe-LAFS Stats-Gatherer_storage_server |
69 | | graph_info This graph shows disk usage for Tahoe |
70 | | graph_args --base 1024 |
71 | | RM1X_gfsd.label RM1X_gfsd |
72 | | RM1X_gfsd.draw LINE1 |
73 | | [..] |
74 | | }}} |
| 63 | {{{ |
| 64 | # munin-run tahoe_diskleft config |
| 65 | graph_title Tahoe-LAFS Remaining Disk Space |
| 66 | graph_vlabel bytes remaining |
| 67 | graph_category Tahoe-LAFS |
| 68 | graph_info This graph shows the total amount of disk space left available in the grid |
| 69 | disk_left.label disk left |
| 70 | disk_left.draw LINE1 |
| 71 | }}} |