add env.humanid
add check if device exist
add if no limitations administered via 'quota' for the device the total line is shown only
fix some nitpicking details
add some comments
add env.humanid
add check if device exist
add if no limitations administered via 'quota' for the device the total line is shown only
fix some nitpicking details
add some comments
- Der Batch-Job fritzbox7490.sh wird durch cron gestartet und liest alle relevanten Daten aus dem AVM-Router aus.
- Die Daten werden aufbereitet und in der Datei /var/log/fritzbox7490.log gespeichert.
- Das Plugin bereitet die Daten für Munin auf.
--------------------------------------------------------------------------------------------------------------------------
- The batch job fritzbox7490.sh is started by cron and reads all relevant data from the AVM router.
- The data are processed and stored in the /var/log/fritzbox7490.log file.
- The plugin prepares the data for Munin.
- Der Batch-Job fritzbox7490.sh wird durch cron gestartet und liest alle relevanten Daten aus dem AVM-Router aus.
- Die Daten werden aufbereitet und in der Datei /var/log/fritzbox7490.log gespeichert.
- Das Plugin bereitet die Daten für Munin auf.
--------------------------------------------------------------------------------------------------------------------------
- The batch job fritzbox7490.sh is started by cron and reads all relevant data from the AVM router.
- The data are processed and stored in the /var/log/fritzbox7490.log file.
- The plugin prepares the data for Munin.
Use expr to extract values and names from the OpenWeather API xml instead of the - when using a city with spaces in its name not correctly working - fgrep | tr | cut construct.
Munin 1.0 supports fieldnames of at most 19 characters. For domain names
longer than that, this plugin simply truncate the names in its own cache
down to 19.
This creates an issue with the `response` graph, which appends the HTTP
status code to the hostname to make multiple variables. Truncating to
this string loses this information, leading to an empty graph.
Signed-off-by: Olivier Mehani <shtrom@ssji.net>