| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
space conversion
|
|/ |
|
|
|
|
|
| |
+ add more documentation
* correct bad documentation
|
|
|
|
| |
+ add CodeFactor Badge to repository
|
|
|
|
|
|
| |
* memory optimization
* runtime reduction
* code cleanup
|
|
|
|
| |
* update Licence
|
|
|
|
|
| |
+ add mail shares to plugin
+ add room shares to plugin
|
|
|
|
|
| |
+ add storages and filecount to multigraph plugin
* ajust dictkeys to match over all plugins
* update Readme
|
|\
| |
| | |
Add warning to nextcloud_apps.py
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
|/ |
|
|
|
|
| |
- removed unnecessary list comprehension
* automated whitespace/ newline correction
|
|\
| |
| |
| | |
+ add plugin to monitor total number of files
+ add plugin to monitor number of storages
|
| | |
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| | |
|
| |
| |
| |
| |
| | |
* set +x to all scripts ( damn windows )
+ added nextcloud num_updates_available warning to 1
|
| |
| |
| |
| |
| |
| | |
- remove unused import
* change file ending for Codacy
* PEP8 corrections
+ added a requirements.txt file
|
| |
| |
| |
| |
| |
| |
| |
| | |
- remove doubled config lines in _users config
+ added total user count to multigraph plugin
* variable assignment cleanup
* improved code comment
still related to #2
|
| |
| |
| | |
* correct pep8 mistakes introduces by #2
|
|\ \
| |/
|/| |
+ add total number of users to nextcloud_users plugin
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
| |
| |
| | |
Co-Authored-By: alejandroscf <alejandroscf@gmail.com>
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
+ 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 unnecessary comments
|
| |
| |
| |
| |
| |
| |
| | |
* reduced code clutter
- removed for iterations in result and config lists
+ added list comprehension
* updated config
|
|/
|
|
|
|
|
|
|
|
| |
+ 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
|
| |
|
|
|
|
|
|
|
| |
* 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 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
|
| |
|
|
|
|
|
| |
+ added nextcloud db size plugin
* removed some unnecessary code
|
|
|
|
| |
* spelling correction in the info/label collum
|
|
|
|
|
|
|
|
| |
+ 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
|
|
|
|
|
| |
+ added env variable support to remove hardcoded elements from plugin code
* updated readme to represent thse changes
|
|
+ inital plugins for nextcloud shares and user activity graphs
|