Hi, FYI: In the 1.9.8 appliance, the frontend login check seems unchanged from the 1.8.4 appliance, but this check no longer works due to changes in the frontend. For us, this was handled by updating the check as follows:
Configuration > Web
> group=Zabbix-servers > host=Zabbix-server
> Zabbix-Frontend
> Steps
- Change Step 1 required string from "SIA Zabbix" to "Zabbix SIA".
This is to accommodate the updated frontend page text.
- Change Step3 url from "http://localhost/zabbix/index.php"
to "http://localhost/zabbix/index.php?request=&name={username}&password={passw ord}&autologin=1&enter=Sign+in".
Also clear Step3 POST string, turning this step into a GET.
These are to accommodate the new frontend login process.
- Add Step4 required string "Remember me for 30 days".
Also, delete Step5, since this check can now be included in Step4.
- Add Step2 required string "Profile".
Also, delete Step3, since this check can now be included in Step2.
Here's the resulting check:

Regards,
Joel
Configuration > Web
> group=Zabbix-servers > host=Zabbix-server
> Zabbix-Frontend
> Steps
- Change Step 1 required string from "SIA Zabbix" to "Zabbix SIA".
This is to accommodate the updated frontend page text.
- Change Step3 url from "http://localhost/zabbix/index.php"
to "http://localhost/zabbix/index.php?request=&name={username}&password={passw ord}&autologin=1&enter=Sign+in".
Also clear Step3 POST string, turning this step into a GET.
These are to accommodate the new frontend login process.
- Add Step4 required string "Remember me for 30 days".
Also, delete Step5, since this check can now be included in Step4.
- Add Step2 required string "Profile".
Also, delete Step3, since this check can now be included in Step2.
Here's the resulting check:
Regards,
Joel

Comment