Hello I want to monitor a site where I need to login first.
After that I need to check if a string is there, for example
"Here's your recent email activity." (It always exists)
But in zabbix I receive Patter not found.
I've been trying per days
and I don't find examples in addition to the example in the documentation.
Here is a user and password to test.
I put these as variables
{username}=vasendgrid123
{password}=4xQyTiroQNWNWH6z0dsd
And in the step 2 "Login" I send them by POST as this
login_username={username}&login_password={password }&submit=Login
Any help is good
Thank you.
These are the steps
Step 1 checks connection
Step 2 makes login
Step 3 checks the Pattern
After that I need to check if a string is there, for example
"Here's your recent email activity." (It always exists)
But in zabbix I receive Patter not found.
I've been trying per days
and I don't find examples in addition to the example in the documentation. Here is a user and password to test.
I put these as variables
{username}=vasendgrid123
{password}=4xQyTiroQNWNWH6z0dsd
And in the step 2 "Login" I send them by POST as this
login_username={username}&login_password={password }&submit=Login
Any help is good
Thank you.
These are the steps
Step 1 checks connection
Step 2 makes login
Step 3 checks the Pattern
Comment