MKP 3.2.0 released, fixed bugs when users are deleted and rules without levels are active
This commit is contained in:
12
README.md
12
README.md
@@ -1,11 +1,16 @@
|
||||
# Nextcloud CheckMK Special Agent
|
||||
Monitors various aspects of Nextcloud instances like state, quota and disk usage of all users, number of apps with available updates, database php opcache hit rate and so on.
|
||||
Gives additional information regarding versions of Nextcloud, database, number of storages and active users etc.
|
||||
Tested only with Nextcloud versions 29/30
|
||||
|
||||
Tested only with Nextcloud versions 29/30/31/32
|
||||
|
||||
Tested only with MariaDB as database backend
|
||||
|
||||
The whole plugin is now migrated to the new plugin API version, introduced with CheckMK 2.3
|
||||
|
||||
Feel free to report other working environments.
|
||||
|
||||
|
||||
Upgrade from older MKPs (before 3.1.1):
|
||||
|
||||
If you upgrade from a already installed MKP version before 3.1.0, you have to re-create your rules for the "Nextcloud Server Information" (reason: some parameter changes combined with the migration to the new plugin API).
|
||||
@@ -18,7 +23,7 @@ Hint: It is always a good idea to create screenshots from all other Nextcloud ru
|
||||
5. Re-create your rules with the previously saved information from steps 1 and 2
|
||||
6. Apply your changes
|
||||
|
||||
Hint: You have to create an app password now for accessing your Nextcloud instance. For this to accomplish login to your Nextcloud server with an administrative user account. Go to "Personal Settings|Security" and take note of the section "Devices & Sessions". Create the app password via clicking the button "create new app password". You may use this password explicitly within the rule or store it first in the password safe of CheckMK.
|
||||
Hint: You have to create an app password now for accessing your Nextcloud instance. For this to accomplish login to your Nextcloud server with an administrative user account. Go to "Personal Settings|Security" and take note of the section "Devices & Sessions". Create the app password via clicking the button "create new app password". You may use this password explicitly within the rule or store it first in the password safe of CheckMK (recommended).
|
||||
|
||||
|
||||
General installation instructions:
|
||||
@@ -40,7 +45,8 @@ Version History:
|
||||
--
|
||||
|Date|Version|Changes|
|
||||
|----|-------|-------|
|
||||
|2025/03/30|3.1.1|Migration to the new plugin API version finished, (hopefully) ready for CheckMK version 2.4
|
||||
|2026/03/09|3.2.0|Fixed bugs when: Users are deleted, quotas not set, rules with no levels are active|
|
||||
|2025/03/30|3.1.1|Migration to the new plugin API version finished, (hopefully) ready for CheckMK version 2.4|
|
||||
|2023/01/13|2.5.2|Repackaged only to set the minimum required version back to 2.1.0p1, due to serveral user requests|
|
||||
|2023/01/12|2.5.1|Added versions for apps with available updates|
|
||||
|2023/01/12|2.4.1|Removed Parameter "token", switched to parameter "app password" only|
|
||||
|
||||
Reference in New Issue
Block a user