Monitor Vue.js and Angular Applications
Posted: Wed Oct 09, 2019 7:34 am
How do I monitor Vue.js and Angular applications built using modern javascript frameworks that load on client side in the browser?
Old Struts/SpringMVC/ASP.NET MVC based applications that generated the HTML on server side could be monitored by generating appropriate HTTP requests and performing regex on responses, but modern javascript application supply HTML and JS to the browser to render the controls and HTML view on the client side.
Does Nagios support this type of monitoring?
For example, If I want to make sure the all systems related to 'Logging in' are working, I would like it to login using a predefined account, verify the resulting login page has certain keywords in it, and then Log out.
Old Struts/SpringMVC/ASP.NET MVC based applications that generated the HTML on server side could be monitored by generating appropriate HTTP requests and performing regex on responses, but modern javascript application supply HTML and JS to the browser to render the controls and HTML view on the client side.
Does Nagios support this type of monitoring?
For example, If I want to make sure the all systems related to 'Logging in' are working, I would like it to login using a predefined account, verify the resulting login page has certain keywords in it, and then Log out.