Parcourir la source

Updated edir-version.py with more instructions

Michael Honkoop il y a 5 mois
Parent
commit
09ac4d04f9
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 6 1
      edir-version.py

+ 6 - 1
edir-version.py

@@ -1,6 +1,11 @@
 #!/usr/bin/python
+#
+# Version 0.1
+#
+# Initial release of localcheck in python to get version information of ndsd
+#
+# This check should be placed in /usr/lib/check_mk_agent/local and made executable with `chmod +x edir-version.py`
 
-# 
 import subprocess
 
 myexec = "ndsd"