Select Git revision
mysqlconnect.ini
-
Hahn Axel (hahn) authoredHahn Axel (hahn) authored
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"
}'
; -----------------------------------------------------------------------