|
@@ -3,14 +3,19 @@
|
|
|
# Version 1.3
|
|
|
#
|
|
|
# v1.3 CHANGES:
|
|
|
-# - added check for configured apoache-user and basepath
|
|
|
+# - Added check for configured apoache-user and basepath exist.
|
|
|
# v1.2 CHANGES:
|
|
|
-# - updated nextcloud release check to actually get latest version from the release-url
|
|
|
+# - Updated nextcloud release check to actually get latest version from the release-url
|
|
|
# v1.1 CHANGES:
|
|
|
# - Updated query for installed version to versionstring instead of version
|
|
|
#
|
|
|
# WARNING: Current logic in the check will report wrong version as upgrade when a release is withdrawn from a/the release-url.
|
|
|
|
|
|
+# Installation:
|
|
|
+# This file should be place on a/the nextcloud host in /usr/lib/check_mk_agent/local
|
|
|
+# Also do not forget to make this file executable with chmod +x /usr/lib/check_mk_agent/local/nextcloud-updates.sh
|
|
|
+#
|
|
|
+
|
|
|
RELEASEURL="https://download.nextcloud.com/server/releases/"
|
|
|
|
|
|
#basepath of Nextcloud's occ executable
|