mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
Plugin ag241-adsl: improve documentation formatting and add author
This commit is contained in:
parent
c6f88968d1
commit
0253df6f5e
1 changed files with 37 additions and 21 deletions
|
@ -2,36 +2,52 @@
|
||||||
|
|
||||||
=begin
|
=begin
|
||||||
|
|
||||||
munin plugin to retrieve connection statistics from the web admin interface
|
=head1 NAME
|
||||||
on a Linksys AG241v2 ADSL modem
|
|
||||||
Makes use of the http://modemaddress/ADSLCStatus.htm page
|
|
||||||
|
|
||||||
This plugin has only been tested on a Debian testing system
|
ag241-adsl - retrieve connection statistics from the web admin interface of a Linksys AG241v2 ADSL modem
|
||||||
|
|
||||||
|
=head1 DESCRIPTION
|
||||||
|
|
||||||
|
Data is extracted from the http://modemaddress/ADSLCStatus.htm page.
|
||||||
|
|
||||||
|
This plugin has only been tested on a Debian testing system.
|
||||||
|
|
||||||
This modem also has some basic SNMP support so you can configure it
|
This modem also has some basic SNMP support so you can configure it
|
||||||
as per the instructions on the munin wiki
|
as per the instructions on the munin wiki:
|
||||||
http://munin.projects.linpro.no/wiki/Using_SNMP_plugins
|
|
||||||
By default the SNMP server is disabled, you can enable it in the web admin
|
|
||||||
You will need to set up the "virtual node" configuration as detailed
|
|
||||||
for snmp plugins
|
|
||||||
|
|
||||||
Plugin will require some configuration in /etc/munin/plugin-conf.d/ag241_MODEMADDRESS
|
http://munin.projects.linpro.no/wiki/Using_SNMP_plugins
|
||||||
|
|
||||||
|
By default the SNMP server is disabled, you can enable it in the web admin.
|
||||||
|
You will need to set up the "virtual node" configuration as detailed
|
||||||
|
for snmp plugins.
|
||||||
|
|
||||||
|
=head1 CONFIGURATION
|
||||||
|
|
||||||
|
The plugin requires some configuration in /etc/munin/plugin-conf.d/ag241_MODEMADDRESS
|
||||||
e.g.
|
e.g.
|
||||||
[ag241_vocume.stargate_*]
|
|
||||||
env.user admin
|
[ag241_vocume.stargate_*]
|
||||||
env.pass password
|
env.user admin
|
||||||
#env.port 80
|
env.pass password
|
||||||
|
#env.port 80
|
||||||
|
|
||||||
Once you have the above config set you will need to symlink the plugin to
|
Once you have the above config set you will need to symlink the plugin to
|
||||||
/etc/munin/plugins/ag241_MODEMADDRESS_syncrate
|
|
||||||
/etc/munin/plugins/ag241_MODEMADDRESS_attenutation
|
|
||||||
/etc/munin/plugins/ag241_MODEMADDRESS_noise
|
|
||||||
now restart munin-node.
|
|
||||||
hopefully in 20-30mins you will have some nice graphs
|
|
||||||
|
|
||||||
Some magical munin foo...
|
/etc/munin/plugins/ag241_MODEMADDRESS_syncrate
|
||||||
|
/etc/munin/plugins/ag241_MODEMADDRESS_attenutation
|
||||||
|
/etc/munin/plugins/ag241_MODEMADDRESS_noise
|
||||||
|
|
||||||
|
Restart munin-node afterwards.
|
||||||
|
|
||||||
|
Hopefully in 20-30mins you will have some nice graphs.
|
||||||
|
|
||||||
|
=head1 AUTHORS
|
||||||
|
|
||||||
|
Copyright (C) 2010 David Leggett
|
||||||
|
|
||||||
|
=head1 MAGIC MARKERS
|
||||||
|
|
||||||
#%# family=manual
|
#%# family=manual
|
||||||
#%# capabilities=
|
|
||||||
|
|
||||||
=end
|
=end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue