Prechádzať zdrojové kódy

Refined comments and output

Michael Honkoop 2 mesiacov pred
rodič
commit
b33b53b3f4
1 zmenil súbory, kde vykonal 7 pridanie a 2 odobranie
  1. 7 2
      localchecks/nextcloud-updates.sh

+ 7 - 2
localchecks/nextcloud-updates.sh

@@ -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