mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-13 09:14:25 +00:00
Extract tarballs committed to git as plugins.
This commit is contained in:
parent
2dad4c6f70
commit
038c3ce96b
15 changed files with 352 additions and 0 deletions
8
plugins/other/transmission/tr_ratios_labels
Normal file
8
plugins/other/transmission/tr_ratios_labels
Normal file
|
@ -0,0 +1,8 @@
|
|||
BEGIN { FIELDWIDTHS = "7 4 13 10 7 9 7 13 40" }
|
||||
NR > 1 {
|
||||
split($1,torrentid," ")
|
||||
if(torrentid[1] != "Sum:") {
|
||||
print "ID" torrentid[1] ".label " $9
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue