; =======================================================================
;
; APPMONITOR CLI CLIENT
;
; for the checks see its parameters
; <https://os-docs.iml.unibe.ch/appmonitor/PHP_client/Plugins/Checks/index.html>
;
; =======================================================================


; -----------------------------------------------------------------------
; CHECKS
; -----------------------------------------------------------------------

["Apache status"]
description="Worker status of Apache httpd"
function="ApacheProcesses"
; params=
worstresult=0

; -----------------------------------------------------------------------