aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* refactor and optimizationsnico2018-09-165-212/+350
| | | | | | | * 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
* * misspelled graph namenico2018-09-121-1/+1
|
* added Multigraph, Licencenico2018-09-127-27/+300
| | | | | | | | | + 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-093-4/+74
| | | | | + added nextcloud db size plugin * removed some unnecessary code
* I really need unit testsnico2018-09-062-2/+2
| | | | * spelling correction in the info/label collum
* plugin description mprovementsnico2018-09-062-8/+61
| | | | | | | | + 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-043-8/+12
| | | | | + added env variable support to remove hardcoded elements from plugin code * updated readme to represent thse changes
* Initial Commitnico2018-09-044-0/+268
+ inital plugins for nextcloud shares and user activity graphs