aboutsummaryrefslogtreecommitdiffstats
path: root/nextcloud_dbsize
Commit message (Collapse)AuthorAgeFilesLines
* refactor and optimizationsnico2018-09-161-21/+53
| | | | | | | * 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
* * missed chmod 755 on the new pluginnico2018-09-091-0/+0
|
* Nextcloud Munin DB Pluginnico2018-09-091-0/+70
+ added nextcloud db size plugin * removed some unnecessary code