I am configuring Zabbix for my company and I just want to make sure I have the webchecks configured correctly. They appear to be working by reporting when a site is not responding, but it would be nice to have another set of eyes on it.
I have a string that the webcheck runs against. This runs along side an ICMP check as well. I am assuming that a return of 0 means the string was found, and 1 indicates that it was not found.
{<HOST>:web.test.fail[Web Interface Check].last()}>0
Thanks for the input
I have a string that the webcheck runs against. This runs along side an ICMP check as well. I am assuming that a return of 0 means the string was found, and 1 indicates that it was not found.
{<HOST>:web.test.fail[Web Interface Check].last()}>0
Thanks for the input
Comment