mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +00:00
[tr_ratios] add documentation
This commit is contained in:
parent
1a25481e2c
commit
839d825afe
1 changed files with 36 additions and 0 deletions
|
@ -1,7 +1,43 @@
|
|||
#!/bin/sh
|
||||
# -*- sh -*-
|
||||
|
||||
user=''
|
||||
pass=''
|
||||
: <<=cut
|
||||
|
||||
=head1 NAME
|
||||
|
||||
tr_ratios - monitor transfer ratios of the "transmission" bittorent program
|
||||
|
||||
=head1 APPLICABLE SYSTEMS
|
||||
|
||||
Any system with "transmission" installed and a transmission daemon running.
|
||||
|
||||
=head1 CONFIGURATION
|
||||
|
||||
Maybe you need to configure access credentials and connection settings:
|
||||
|
||||
[tr_ratios]
|
||||
env.host localhost
|
||||
env.port 9091
|
||||
env.username alice
|
||||
env.password secret
|
||||
|
||||
=head1 MAGIC MARKERS
|
||||
|
||||
#%# family=auto
|
||||
#%# capabilities=autoconf
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
unspecified
|
||||
|
||||
=head1 LICENSE
|
||||
|
||||
unspecified
|
||||
|
||||
=cut
|
||||
|
||||
|
||||
if [ "$1" = "config" ]; then
|
||||
echo "graph_title Transmission seed ratios"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue