* hosted  	: Your label shown in alerts and logs
* interval	: Check interval in seconds  
* cpuhighthreshold	: CPU HIGH usage threshold percentage
* cpuhighnum	: Number of consecutive high CPU checks before sending a CPU alert
* memhighthreshold	: Memory HIGH usage threshold percentage
* memhighnum	: Number of consecutive high memory checks before sending a memory alert
* cpulowthreshold	: CPU LOW usage threshold percentage
* cpulownum	: Number of consecutive low CPU checks before sending a CPU alert
* memlowthreshold	: Memory LOW usage threshold percentage
* memlownum	: Number of consecutive low memory checks before sending a memory alert

hostid   : "192.168.1.2 MYSQL Server"
interval : "20"
cputhreshold : "85"
cpuhighnum : "3"
memthreshold : "85"
memhighnum : "5"
cpulowthreshold : "10"
cpulownum : "10"
memlowthreshold : "15"
memlownum : "15"