Hi,
I've run into a problem with web.page.regexp monitoring on Windows. I get NOT SUPPORTED with result Unsupported scheme: https.
Only issue I can thing of is that agent is not compiled with curl ssl support.
Here is example from actual discovery item.
Here is item:
Can anybody help me figure out what is causing this?
Thanks
Installed versions:
Zabbix Server: 4.2.4
Zabbix Agent: 4.2.4 OpenSSL (from Zabbix download page)
OS: 6.3.9600 Microsoft Windows Server 2012 R2 Standard x64
I've run into a problem with web.page.regexp monitoring on Windows. I get NOT SUPPORTED with result Unsupported scheme: https.
Only issue I can thing of is that agent is not compiled with curl ssl support.
Here is example from actual discovery item.
Code:
{
"{#SCHEME}": "https",
"{#SSL}": true,
"{#SITEPORT}": 443,
"{#SITEPATH}": "",
"{#SITEDNS}": "hidden-url.ltd"
},
Code:
web.page.regexp[{#SCHEME}://{#SITEDNS}:{#SITEPORT}/{#SITEPATH},,,"(HTTP/1\.1 )([0-9]{3})( .*)",12,"\2"]
Thanks
Installed versions:
Zabbix Server: 4.2.4
Zabbix Agent: 4.2.4 OpenSSL (from Zabbix download page)
OS: 6.3.9600 Microsoft Windows Server 2012 R2 Standard x64
Comment