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
e4cd049b01
Fix trivial instances of wrong autoconf exitcodes
2018-09-16 04:03:31 +02: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
d4558aa7de
Add example-graphs
2017-06-25 08:18:48 +02: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
dipohl
99542938b1
Reduce number of categories
2017-02-23 20:45:01 +01:00
Diego Elio Pettenò
0a1524f27f
More housecleaning.
...
Collapse some categories; remove duplicates; move plugins in where
they belong, remove files that are not really plugins at all.
2012-08-06 21:55:44 -07:00
Steve Schnepp
08346aac58
- have some dirs
2012-02-13 18:24:46 +01:00