Hello Forum,
I've been using Zabbix 5 LTS and had setup a Web Scenario to monitor our websites. Along with the scenario I had setup triggers for each website and in Zabbix 5 my Trigger Expression was as follows:
I've now installed Zabbix 6 on a new Debian server and I'm once again setting up Web Scenario's to monitor our websites. I used the same Trigger expression as above but in Zabbix 6 I receive the following error:
Secondly, I also noticed that in Zabbix 5 I specified an Application to be used (HTTP or HTTPS) in creating the Web Scenario for each website. In Zabbix 6 I don't see an option to choose an Application. How does Zabbix 6 know to use the HTTP or HTTPS application to check monitoring for our websites?
Can anyone provide direction or assistance for me on what needs to change in this expression to have it work properly in Zabbix 6?
Thank you in advance for any advice or direction you can provide me.
I've been using Zabbix 5 LTS and had setup a Web Scenario to monitor our websites. Along with the scenario I had setup triggers for each website and in Zabbix 5 my Trigger Expression was as follows:
Code:
{Website Monitoring:web.test.error[Website-Check].strlen()}>0 and {Website Monitoring:web.test.fail[Website-Check].last()}>0
I've now installed Zabbix 6 on a new Debian server and I'm once again setting up Web Scenario's to monitor our websites. I used the same Trigger expression as above but in Zabbix 6 I receive the following error:
Invalid parameter "/1/expression": incorrect expression starting from "{Website Monitoring:web.test.error[Website-Check].strlen()}>0 and {Website Monitoring:web.test.fail[Website-Check].last()}>0".
Secondly, I also noticed that in Zabbix 5 I specified an Application to be used (HTTP or HTTPS) in creating the Web Scenario for each website. In Zabbix 6 I don't see an option to choose an Application. How does Zabbix 6 know to use the HTTP or HTTPS application to check monitoring for our websites?
Can anyone provide direction or assistance for me on what needs to change in this expression to have it work properly in Zabbix 6?
Thank you in advance for any advice or direction you can provide me.
I am not yet on newest versions, so I overlooked the function issues, just translated directly from old to new..
Comment