-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
cert.ini 661 B
; =======================================================================
;
; 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"
}'
; -----------------------------------------------------------------------