Alexandre Morignot
75f196e4d5
Adapt munin script to python3
...
print is a function in Python 3
closes #1421
2015-08-13 08:19:35 +02:00
Florent
60c551ae29
contrib: fix object listing when tomonitore is not set
2015-07-03 08:03:18 +02:00
Florent
b3aabdeeaf
Be consistent in enable state: use human readable values
2015-03-17 22:16:15 +01:00
Laurent Bachelier
448c06d125
pep8 blank lines fixes
...
flake8 --select W391,E302,E301,E304
autopep8 can't fix W391 even though it claims it can.
Fixed using a simple custom script.
2014-10-10 23:41:44 +02:00
Laurent Bachelier
6161a0aacd
pep8 fixes, modernizations
...
autopep8 -a -r -i --select E711,E712,W601,W602,W603,W604,W690,E304,E401,E502 .
Also includes some manual reindentations (many are left after the print()
changes).
Manually checked, some modernizations not commited here.
2014-10-10 23:41:43 +02:00
Florent
628c63f899
Remove backend for do() calls
2014-10-10 14:11:45 +02:00
Florent
dea6f1cf76
Fix printing of categories
2014-10-08 14:52:45 +02:00
Florent
e32a45b187
Update BrowserIncorrectPassword import
2014-10-08 10:27:59 +02:00
Camille Dehecq
3bfa13e64e
Add graph_total
2014-10-01 19:13:47 +02:00
Camille Dehecq
6450c91647
Add category option to weboob-generic
2014-10-01 19:12:16 +02:00
Florent
58b0977ad9
Rename generic-munin to weboob-generic. Move documentation
...
Fixes #1355
2014-09-01 12:30:29 +02:00
Florent
3493cd0e9d
Move munin scripts in munin folder
2014-09-01 12:30:29 +02:00
Florent
3ab0cf2899
Remove a useless file
2014-07-07 16:28:13 +02:00
Florent
3bb28b9b80
Update the README of munin-generic
2014-07-07 16:12:26 +02:00
Florent
be1f8707ff
Encode and decode ID's in generic-munin
2014-05-20 23:07:40 +02:00
Florent
965dcfc60b
Do not crash if one value is NotAvailable
2013-10-31 16:47:29 +01:00
Florent
edbe8b454d
Add get_object_list in generic-munin
2013-08-12 17:08:22 +02:00
Florent
4f10915546
Do not start every graph to 0 / Use rigid
2013-06-11 13:39:43 +02:00
Florent
3e1a2d3c50
Allow float values
2013-05-30 16:21:42 +02:00
Florent
1a72642fa8
A picture is sometime better than 1000 words
2013-03-04 13:39:09 +01:00
Florent
2e1551f426
Fix regression insert by exclude option
2013-03-04 13:33:02 +01:00
Florent
cee13a9be8
Introduce env.exclude
2013-03-02 10:31:34 +01:00
Florent
bbfaac15f6
Copy example from reals configurations
2013-03-02 10:31:34 +01:00
Florent
3a0a8969e9
Fix encoding of title and vlabel
2013-03-02 10:31:34 +01:00
Florent
a41d1a70ee
Fix bug in test.sh
2013-03-02 10:31:34 +01:00
Florent
f756189417
Add an example in test.sh
2013-03-02 10:31:34 +01:00
Florent
35b1df511a
Take the first element of an list
...
And fix encoding issue
2013-03-02 10:31:33 +01:00
Florent
4ed99f75bb
Always more examples
2013-03-02 10:31:33 +01:00
Florent
98b847664c
A new example
2013-03-02 10:31:33 +01:00
Florent
d4ffbf8c1f
More documentation
2013-03-02 10:31:33 +01:00
Florent
fecc040148
Add a README with examples
2013-03-02 10:31:33 +01:00
Florent
78bea66884
Allow to get attributs on more than one levels
...
Add an example for that
And fix minors bugs
2013-03-02 10:31:33 +01:00
Florent
ea46631f0a
Add a generic munin plugin
...
See test.sh for examples
2013-03-02 10:31:33 +01:00