Hi there,
I recently inherited a Zabbix 2.2.0 system from a leaving System Admin.
Anyways, I am using a POST method to upload a database file. On the application, when the user submits, it goes into a Processing page and then finally a Confirm and submit page.
I am trying to create a web scenario check to issue me an OKAY check when it gets to the Confirm page.
The Steps are
Upload database file -> Processing page -> Confirm page
Once I submit the file, the subsequent two pages should show up in order by itself.
I want to check that it gets to the confirm page, how do i do that?
I recently inherited a Zabbix 2.2.0 system from a leaving System Admin.
Anyways, I am using a POST method to upload a database file. On the application, when the user submits, it goes into a Processing page and then finally a Confirm and submit page.
I am trying to create a web scenario check to issue me an OKAY check when it gets to the Confirm page.
The Steps are
Upload database file -> Processing page -> Confirm page
Once I submit the file, the subsequent two pages should show up in order by itself.
I want to check that it gets to the confirm page, how do i do that?
Comment