How to monitor a webpage specific number?
How to monitor a webpage specific number?
There's a webpage which after successful login(username & password) then will display a number, is there a way to monitor this number if higher than specific value then will alert?
Re: How to monitor a webpage specific number?
Are you currently monitoring this website? If so, how?
What authentication mechanisms are being used by this website?
check_http can do regex matching on a page's content via the -r / --regex argument:
What authentication mechanisms are being used by this website?
check_http can do regex matching on a page's content via the -r / --regex argument:
Assuming basic authentication credentials were provided via the -a / --authorization argument to handle the login, this would allow you to craft a regex that matches "values greater than a number".-r, --regex, --ereg=STRING
Search page for regex STRING
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: How to monitor a webpage specific number?
The steps are ...
1. Access to a webpage address
2. A login page display
3. Enter username and password
4. The page will generate and display a number
1. Access to a webpage address
2. A login page display
3. Enter username and password
4. The page will generate and display a number
Re: How to monitor a webpage specific number?
Check out the web transaction wizard:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
It uses webinject(http://www.webinject.org) to create web requests and monitor the results.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
It uses webinject(http://www.webinject.org) to create web requests and monitor the results.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.