Showing 1 changed files with 3 additions and 0 deletions
+3
monitoring.d/common-tests
... ...
@@ -37,6 +37,9 @@ function sys_state () {
37 37
     fi
38 38
 }
39 39
 
40
+function autotest () {
41
+    local testfile=/dev/shm/monitoring.autotest
42
+    test -e $testfile && echo "it works" && rm -f $testfile
40 43
 }
41 44
 
42 45
 function certificates () {