Skip to content
Snippets Groups Projects
Select Git revision
  • a371992826b2b0e33bd8bbfa848d562ee50e66c4
  • main default protected
  • v0.1
3 results

cert.ini

Blame
  • 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"
    }'
    
    ; -----------------------------------------------------------------------