aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4 from mightyBroccoli/spaceconversionHEADmasternico2019-10-257-696/+696
|\ | | | | space conversion
| * * change to spacesnico2019-10-257-696/+696
|/
* bad documentationnico2019-09-221-13/+27
| | | | | + add more documentation * correct bad documentation
* CodeFactor badgenico2019-06-261-1/+1
| | | | + add CodeFactor Badge to repository
* code optimizationsnico2019-06-267-379/+358
| | | | | | * memory optimization * runtime reduction * code cleanup
* update Licencenico2019-06-261-12/+12
| | | | * update Licence
* serverinfo share hold more infonico2019-05-262-18/+30
| | | | | + add mail shares to plugin + add room shares to plugin
* ajustments and multigraph additionsnico2018-11-214-16/+82
| | | | | + add storages and filecount to multigraph plugin * ajust dictkeys to match over all plugins * update Readme
* Merge pull request #3 from alejandroscf/updates-warningnico2018-11-201-1/+2
|\ | | | | Add warning to nextcloud_apps.py
| * Add comma to nextcloud_apps warningnico2018-11-181-1/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_apps.pyAlejandro Suarez2018-11-161-0/+1
|/
* optimizationsnico2018-11-132-9/+6
| | | | - removed unnecessary list comprehension * automated whitespace/ newline correction
* Merge pull request #1 from alejandroscf/feature/filesnico2018-11-132-0/+205
|\ | | | | | | + add plugin to monitor total number of files + add plugin to monitor number of storages
| * Fixed tabs and extensionAlejandro Suarez2018-11-132-2/+2
| |
| * Update nextcloud_storagenico2018-11-131-0/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_storagenico2018-11-131-1/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_filesnico2018-11-131-0/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_filesnico2018-11-131-1/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_filesnico2018-11-131-1/+1
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_storagenico2018-11-011-1/+0
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_storagenico2018-11-011-1/+0
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_filesnico2018-11-011-1/+0
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_filesnico2018-11-011-1/+0
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Added plugins to monitor number of files and storagesAlejandro Suarez2018-10-312-0/+207
| |
* | fix Windows filemode messupnico2018-11-135-1/+2
| | | | | | | | | | * set +x to all scripts ( damn windows ) + added nextcloud num_updates_available warning to 1
* | PEP8 + file correctionsnico2018-11-136-4/+5
| | | | | | | | | | | | - remove unused import * change file ending for Codacy * PEP8 corrections + added a requirements.txt file
* | add total user count to multigraph pluginnico2018-11-132-6/+11
| | | | | | | | | | | | | | | | - remove doubled config lines in _users config + added total user count to multigraph plugin * variable assignment cleanup * improved code comment still related to #2
* | pep 8 correctionsnico2018-11-131-7/+6
| | | | | | * correct pep8 mistakes introduces by #2
* | Merge pull request #2 from alejandroscf/feature/usersnico2018-11-131-1/+11
|\ \ | |/ |/| + add total number of users to nextcloud_users plugin
| * Update nextcloud_usersnico2018-11-011-1/+2
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Update nextcloud_usersnico2018-11-011-1/+3
| | | | | | Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
| * Monitor total number of users in _users pluginAlejandro Suarez2018-10-311-1/+8
|/
* Merge branch 'dev'nico2018-10-235-195/+176
|\ | | | | | | | | | | | | | | | | | | | | | | | | + 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 self.run code * reduced code clutter * replaced for iterations with list comprehension * updated config - removed code clutter
| * remove comment clutternico2018-10-215-5/+0
| | | | | | | | * remove unnecessary comments
| * further code optimazationnico2018-10-205-118/+121
| | | | | | | | | | | | | | * reduced code clutter - removed for iterations in result and config lists + added list comprehension * updated config
| * optimization and simplificationnico2018-10-205-208/+191
|/ | | | | | | | | | + 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-162-2/+0
|
* 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