* ========================================================================================
* interval       : Normal check interval in seconds
* fast_retry_interval :	Shorter retry interval any port in failure state 
* pingcount     : Number of ping to be sent
* workers       : Number of parallel port checks. Default is 2. Maximum safe limit is 50.
* host          : Host name or IP address to monitor
* timeoutsec    : Ping timeout for each check
* alertcount    : Number of consecutive failures before sending a DOWN alert
* pinglossmsg   : Custom DOWN alert text. Use default for built-in wording
* pingbackmsg   : Custom RECOVERY alert text. Use default for built-in wording
* ========================================================================================

interval:"10"
fast_retry_interval:"5"
pingcount : "2"
workers : "2"

host:"google.com"
timeoutsec:"3"
alertcount:"3"
pinglossmsg:"default"
pingbackmsg:"default"

*host:"yahoo.com"
*timeoutsec:"3"
*alertcount:"5"
*pinglossmsg:"pingalert test - Yahoo.com is DOWN"
*pingbackmsg:"default"

host        : "192.168.3.3"
timeoutsec  : "5"
alertcount  : "3"
pinglossmsg : "192.168.3.3 ORACLE Server PING Loss"
pingbackmsg : "default"