Hi,
Need your expertise here.
I have a requirement to monitor an Url endpoint where I need to hit the url and then pass username and password and if the credentials are correct then success else failed
For example,
- Go to www.gmail.com
- pass the username and password
- if the credentials are valid, return success else failed with the corresponding http response code
Can this be possible with blackbox exporter or any other suggestions please.
Thanks