1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Commit graph

17 commits

Author SHA1 Message Date
Lars Kruse
a7139bcaee Unify shebang for python scripts 2020-10-28 23:38:41 +01:00
Lars Kruse
f9d8ce70ed Plugin tor_: fix perlpod formatting 2020-10-05 21:54:36 +02:00
Pierre-Alain TORET
71f9280576 change Python iteritems by items 2020-04-21 19:23:18 +02:00
Pierre-Alain TORET
168f6f924f display units for tor_traffic 2020-04-21 19:23:18 +02:00
Lars Kruse
8713eb3722 Fix spelling mistakes in comments and descriptions
Thanks, codespell!
2020-03-26 04:23:21 +01:00
Lars Kruse
a3319a6dc9 Plugin tor_: switch to python3 2019-08-13 23:47:39 +02:00
Lars Kruse
24ab44ca23 Plugin tor_: fix code style issues reported by flake8 2019-08-13 23:47:39 +02:00
wodry
e1731c787e Remove quotes in plugin env parameters
Setting
`env.torconnectmethod 'port'`
leads to the error:
```
munin-run tor_bandwidth 
env.torconnectmethod contains an invalid value. Please specify either 'port' or 'socket'.
```
Removing the quotes solves that, because the quotes are part of the variable value.
["There is no need to quote the variable content."](http://guide.munin-monitoring.org/en/stable-2.0/plugin/use.html)
2019-06-02 22:28:15 +02:00
wodry
832ecbad40
Fix "TabError: inconsistent use of tabs and spaces in indentation"
Fixes

```
munin-run tor_bandwidth 
  File "/etc/munin/plugins/tor_bandwidth", line 450
    if router[0] == "r":
     ^
IndentationError: expected an indented block
```
ans use single quotes constantly also for GeoIP.dat filename
2019-03-18 07:18:44 +01:00
Lars Kruse
17f784270a Whitespace cleanup
* remove trailing whitespace
* remove empty lines at the end of files
2018-08-02 02:33:25 +02:00
Pierre-Alain TORET
452003a398 Update tor_ plugin author
Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
2017-12-15 14:47:29 +01:00
daftaupe
ef91313921 Fix import error message for GeoIP 2017-06-25 00:14:48 +02:00
daftaupe
b21eb6aab5 Fix repo url after ownership transfer 2017-06-24 19:29:29 +02:00
daftaupe
ec2d1fea94 Fix import error messages and a tab 2017-06-24 18:33:56 +02:00
daftaupe
f14887f5c8 Fix plugin names due to category change 2017-06-22 10:39:11 +02:00
daftaupe
8732576473 fixes after @sumpfraller comments on pr #849 2017-06-21 15:11:58 +02:00
daftaupe
0d549a44e4 Add tor/tor_ all-in-one plugin
Available from this plugin :
tor_bandwidth
tor_connections
tor_countries
tor_dormant
tor_flags
tor_routers
tor_traffic
2017-06-17 19:30:39 +02:00