; ======================================================================= ; ; APPMONITOR CLI CLIENT ; ; for the checks see its parameters ; <https://os-docs.iml.unibe.ch/appmonitor/PHP_client/Plugins/Checks/index.html> ; ; ======================================================================= ; ----------------------------------------------------------------------- ; CHECKS ; ----------------------------------------------------------------------- ["Check dir /tmp"] description="Check existing dir" function="File" params='{ "filename": "/tmp", "exists": true, "flag": "dir", "readable": true, "writable": true }' ["No maintenance"] description="Check non existing maintenance flag file" function="File" params='{ "filename": "/some/where/maintenance.txt", "exists": false, "flag": "file" }' ; -----------------------------------------------------------------------