Hi Team,
Can we monitor number of sessions connecting to Web Server ?
Users will connect to web server using http and https.
How can we monitor it ?
Monitor number of sessions connecting to Web Server
Monitor number of sessions connecting to Web Server
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: Monitor number of sessions connecting to Web Server
What web server is being used?
How are sessions managed? Database? In-memory? Cookies?
Nagios Log Server can parse practically any web server logs to give you rough estimates of those numbers on a time interval.
How are sessions managed? Database? In-memory? Cookies?
Nagios Log Server can parse practically any web server logs to give you rough estimates of those numbers on a time interval.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: Monitor number of sessions connecting to Web Server
Another option would be to monitor the number of connections made on port 80 and 443. https://exchange.nagios.org/directory/P ... es/details looks like it can do this job.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Monitor number of sessions connecting to Web Server
Definitely would be useful. If Tomcat, check out https://exchange.nagios.org//directory/ ... ns/detailsmcapra wrote:What web server is being used?