If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to REGISTER before you can post. To start viewing messages, select the forum that you want to visit from the selection below.
Could we perhaps clone this built-in key and make the clone SSL capable? Something like web.page.ssl.regexp? This would potentially solve HUGE amounts of stress with simple web tests for which the scenarios are overkill.
Our particular solution could be solved if web.page.regexp were also capable of doing SSL, precisely because it is templatable:
Code:
web.page.regexp[{HOSTNAME},PATH,80,STRING,6]
But this only works for non-ssl ports. We use such similar PATHs that we could easily extend Zabbix to use Discovery (not with this string) alongside our other discovered information to use templates to assign web checks. This is our greatest need and wish for Zabbix right now!!!
Comment