mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 18:38:30 +00:00
added some documentation
This commit is contained in:
parent
ac7a7ccf75
commit
97c567b284
1 changed files with 7 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
||||||
Plugin to monitor icecast2 streaming servers.
|
Plugin to monitor icecast2 streaming servers.
|
||||||
|
|
||||||
Author: Markus Lindenberg <markus.lindenberg@gmail.com>
|
Author: Markus Lindenberg <markus.lindenberg@gmail.com>
|
||||||
|
COntributors: Julien 'Lta' BALLET <elthariel@gmail.com>
|
||||||
Version: 2009111101
|
Version: 2009111101
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
@ -29,6 +30,7 @@ Configuration:
|
||||||
(The plugin does not need to run on
|
(The plugin does not need to run on
|
||||||
the same host as your icecast2 server)
|
the same host as your icecast2 server)
|
||||||
- Optionally provide hosts to exclude.
|
- Optionally provide hosts to exclude.
|
||||||
|
- Optionally provide sources to exclude.
|
||||||
|
|
||||||
Possible TODOs:
|
Possible TODOs:
|
||||||
- use autoconf
|
- use autoconf
|
||||||
|
@ -39,16 +41,17 @@ Possible TODOs:
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
|
|
||||||
server = "radio.schlag.fr:2342"
|
server = "localhost:8000"
|
||||||
user = "lta-admin"
|
user = "admin"
|
||||||
pw = "suckm3g00dyaoldbitch"
|
pw = "yourpassword"
|
||||||
|
|
||||||
# Exclude these hosts when calculating listening duration / listeners count
|
# Exclude these hosts when calculating listening duration / listeners count
|
||||||
# (we use this to prevent our aircheck recording system from appearing in the stats)
|
# (we use this to prevent our aircheck recording system from appearing in the stats)
|
||||||
#exclude = ("123.123.123.123",)
|
#exclude = ("123.123.123.123",)
|
||||||
exclude = ()
|
exclude = ()
|
||||||
|
|
||||||
# Exclude these sources from calcultation
|
# Exclude these sources from calculation. This is usefull to excluse special sources like
|
||||||
|
# fallback sources which doesn't expose the same informations and then break this script
|
||||||
# Ever add fallback sources to this list
|
# Ever add fallback sources to this list
|
||||||
#source_exclude = ["/fallback.mp3", "/fallback.ogg"]
|
#source_exclude = ["/fallback.mp3", "/fallback.ogg"]
|
||||||
source_exclude = ("/fallback.mp3", "/fallback.ogg")
|
source_exclude = ("/fallback.mp3", "/fallback.ogg")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue