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


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

["Cert plugin"]
description="SSL certificate of www.example.com"
function="Cert"
params='{
    "url": "https://www.example.com"
}'

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