mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 18:07:20 +00:00
To get rid of non ascii characters in graphs
This commit is contained in:
parent
2590bb356c
commit
5884bddab1
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ if [ "$1" = "config" ]; then
|
|||
echo "graph_vlabel Seed ratio %"
|
||||
echo "graph_category torrent"
|
||||
echo "graph_info This plugin shows your transmission ratios per torrent"
|
||||
transmission-remote -n $user:$pass -l | gawk -f /usr/share/munin/plugins/tr_ratios_labels
|
||||
transmission-remote -n $user:$pass -l | gawk -f /usr/share/munin/plugins/tr_ratios_labels | iconv -f utf-8 -t ascii//translit
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue