Browse Source

Corrected comments in the header

Michael Honkoop 2 days ago
parent
commit
36c2c0e6db
1 changed files with 3 additions and 2 deletions
  1. 3 2
      localchecks/directadmin.sh

+ 3 - 2
localchecks/directadmin.sh

@@ -10,10 +10,11 @@
 # Updated output to have updateable compontents comma-sepoarated.
 
 # Installation:
-# This file should be place on a/the nextcloud host in /usr/lib/check_mk_agent/local
-#
+# This file should be place on a/the DirectAdmin host in /usr/lib/check_mk_agent/local
+# 
 # (optional) if you want the check to run on a different schedule (like once per hour) put it in a subdirectory of above path
 # named to the number of seconds of the interval wanted, so 3600/ for once an hour, 86400 for once per day.
+# Suggestion for this check is to run this once a day to minimize processing cost.
 #
 # Also do not forget to make this file executable with chmod +x /usr/lib/check_mk_agent/local/direactadmin.sh