[Imported from Trac: page Munin_local_plugins_README, version 3]

freestorm 2010-10-18 19:42:37 +00:00
parent c7fed728f4
commit 196153bd9c

@ -78,22 +78,19 @@ To test a plugin you can run: munin-run <plugin_file>
For example: For example:
``` ```
# munin-run tahoe_stats_storage_disk_used # munin-run tahoe_diskleft
RM1X_gfsd.value 28093239296 disk_left.value 670599436800
[..] ```
```
To display graph configuration add 'config' at the end of command line: To display graph configuration add 'config' at the end of command line:
``` ```
# munin-run tahoe_stats_storage_disk_used config # munin-run tahoe_diskleft config
graph_title Tahoe-LAFS Storage Server Disk Used graph_title Tahoe-LAFS Remaining Disk Space
graph_vlabel bytes graph_vlabel bytes remaining
graph_category Tahoe-LAFS Stats-Gatherer_storage_server graph_category Tahoe-LAFS
graph_info This graph shows disk usage for Tahoe graph_info This graph shows the total amount of disk space left available in the grid
graph_args --base 1024 disk_left.label disk left
RM1X_gfsd.label RM1X_gfsd disk_left.draw LINE1
RM1X_gfsd.draw LINE1 ```
[..]
```