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

mysqlconnect.ini

Blame
  • mysqlconnect.ini 747 B
    ; =======================================================================
    ;
    ; APPMONITOR CLI CLIENT
    ;
    ; for the checks see its parameters
    ; <https://os-docs.iml.unibe.ch/appmonitor/PHP_client/Plugins/Checks/index.html>
    ;
    ; =======================================================================
    
    
    ; -----------------------------------------------------------------------
    ; CHECKS
    ; -----------------------------------------------------------------------
    
    ["Mysqlconnect"]
    description="Test Mysql database connection"
    function="Mysqlconnect"
    params='{
        "server": "127.0.0.1",
        "user": "root",
        "password": "12345678",
        "db": "ahcrawler",
        "port": "13306"
    }'
    
    ; -----------------------------------------------------------------------