2023-03-23 13:15:32 +01:00
# Nextcloud CheckMK Special Agent
2023-08-16 12:12:13 +02:00
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.
2023-03-11 13:44:47 +01:00
Gives additional information regarding versions of Nextcloud, database, number of storages and active users etc.
2024-01-12 12:23:21 +01:00
Tested with Nextcloud 25/26/27/28.
2023-08-16 12:12:13 +02:00
Tested only with MySQL/MariaDB as database backend.
Feel free to report other working environments.
2023-03-11 15:16:22 +01:00
2023-03-23 13:15:32 +01:00
Version History:
2023-03-23 13:26:44 +01:00
--
2023-03-23 13:24:36 +01:00
|Date|Version|Changes|
|----|-------|-------|
2024-01-12 12:23:21 +01:00
|2023/01/12|2.4.0|Integrated Password Store for App Password, some changes for compatibility with NC 28 added|
2023-11-26 13:06:12 +01:00
|2023/11/26|2.3.4|Fixed agent crash if opcache_get_status is disabled by server settings|
2023-08-16 12:12:13 +02:00
|2023/08/16|2.3.3|Fixed some misleading info strings regarding database opcache|
2023-08-12 16:38:05 +02:00
|2023/08/12|2.3.2|MKP now compatible with CheckMK 2.2|
2023-03-27 15:12:48 +02:00
|2023/03/27|2.3.1|Fixed bugs in parameter handling|
2023-03-23 13:24:36 +01:00
|2023/03/23|2.2.1|Adjusted parameter handling|
|||Added check for "free space on disk" (incl. adjustable levels)|
|||Added adjustable levels for "number of files"|
|2023/03/11|2.2.0|Upload initial public release|
2023-03-23 13:15:32 +01:00
2023-03-11 15:16:22 +01:00
Example how the checks look like:
2023-03-23 13:26:44 +01:00
--
2023-03-11 15:16:22 +01:00
![Nextcloud Checks ](images/Nextcloud-Checks.png )
Example of the details of the info check:
--
![Nextcloud Info Details ](images/Nextcloud-Info-Details.png )