aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_shares
Commit message (Collapse)AuthorAgeFilesLines
* PEP8 + file correctionsnico2018-11-131-117/+0
| | | | | | - remove unused import * change file ending for Codacy * PEP8 corrections + added a requirements.txt file
* remove comment clutternico2018-10-211-1/+0
| | | | * remove unnecessary comments
* further code optimazationnico2018-10-201-27/+25
| | | | | | | * reduced code clutter - removed for iterations in result and config lists + added list comprehension * updated config
* optimization and simplificationnico2018-10-201-40/+39
| | | | | | | | | | + added min value + added version check for the updates_available graph * all plugin configs updated * optimized requests.session code * used os.environ.get to simplify code * simplified run code - removed os.environ code
* * missed some multigraph lines in the basic pluginsnico2018-09-161-1/+0
|
* refactor and optimizationsnico2018-09-161-39/+69
| | | | | | | * refactored all plugins to use the same methods * optimized api calls in the multigraph plugin to reduce load * used dict instead of list for performance + added munin dirtyconfig capability to all plugins
* added Multigraph, Licencenico2018-09-121-7/+8
| | | | | | | | | + added ICS Licence to repo + added multiggraph plugin variant with all features included + added nextcloud 14 pending app updates plugin * updated README.md * updated requests.sessions handeling to reduce keepalive sessions - removed keepalive header for all plugins
* Nextcloud Munin DB Pluginnico2018-09-091-2/+2
| | | | | + added nextcloud db size plugin * removed some unnecessary code
* I really need unit testsnico2018-09-061-1/+1
| | | | * spelling correction in the info/label collum
* plugin description mprovementsnico2018-09-061-4/+32
| | | | | | | | + added munin specific header with magic markers added + added value info to all values + added autoconf capability * sessions are now closed after use * moved allocation of url, username and password into plugin class
* removed hardcoded variablesnico2018-09-041-2/+3
| | | | | + added env variable support to remove hardcoded elements from plugin code * updated readme to represent thse changes
* Initial Commitnico2018-09-041-0/+62
+ inital plugins for nextcloud shares and user activity graphs