freemobile-munin: Fix typos, indentation, documentation
This commit is contained in:
parent
4422a25421
commit
d806585109
1 changed files with 115 additions and 117 deletions
|
|
@ -3,8 +3,8 @@
|
||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
freemobile - Plugin to monitor a freemobile subscription
|
freemobile - A plugin to monitor a freemobile subscription
|
||||||
copy this script to /etc/munin/plugins/freemobile
|
create a link to this script in /etc/munin/plugins/
|
||||||
|
|
||||||
=note1
|
=note1
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ env.HOME /home/florent
|
||||||
user florent
|
user florent
|
||||||
group florent
|
group florent
|
||||||
|
|
||||||
You can configure the list of monitored data with the ligne:
|
You can configure the list of monitored data with the line:
|
||||||
env.freemonitored voice sms mms data
|
env.freemonitored voice sms mms data
|
||||||
|
|
||||||
Others monitored options: voicetoint voiceint smsint mmsint dataint
|
Others monitored options: voicetoint voiceint smsint mmsint dataint
|
||||||
|
|
@ -29,8 +29,6 @@ Others monitored options: voicetoint voiceint smsint mmsint dataint
|
||||||
The cache timeout is 3 hours by default. You can change this value
|
The cache timeout is 3 hours by default. You can change this value
|
||||||
with env.cache_expire.
|
with env.cache_expire.
|
||||||
|
|
||||||
WARNING: Some monitored options are *not* tested by author
|
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
use warnings;
|
use warnings;
|
||||||
# Munin doesn't like utf-8 :-(
|
# Munin doesn't like utf-8 :-(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue