* ==================================================================================
* interval : Normal check interval in seconds.
* fast_retry_interval :	Shorter retry interval any port in failure state  
* workers : Number of parallel port checks. Default is 2. Maximum safe limit is 50.
* host :	Host name or IP address to monitor.
* port :	TCP port number to check.
* description : Your note for this target.
* timeoutsec : TCP connect timeout for each check.
* alertcount : Number of consecutive failures before sending a DOWN alert.
* put * in front to disable host TCP port monitoring 
* =================================================================================

interval : "15"
fast_retry_interval : "10"
workers : "2"

host : "google.com"
port : "80"
description : "portalert - test for Google port 80"
timeoutsec : "7"
alertcount : "3"

*host : "192.168.3.3"
*port : "53"
*description : "test port 53 DNS"
*timeoutsec : "5"
*alertcount : "3"

