reactjs application monitoring as a service

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
durgaprasadbalivada
Posts: 2
Joined: Wed Aug 12, 2020 5:42 am

reactjs application monitoring as a service

Post by durgaprasadbalivada »

Hi,

m completely new to nagios environment so my requirement is to monitor the react.js application not sure how to achieve this i have install nagios and added the windows host and my server is up and running now i just want to monitor my reactjs application i caoun't find any plugin and m not sure how to create a custom plugin any help should be highly appreciated.

Thanks.
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: reactjs application monitoring as a service

Post by benjaminsmith »

Hi,

That's a great question and haven't seen this come up too much. However, if you can get at some of the critical performance metrics of your application over an API, you could use a plugin like check_json to setup monitoring.

Check JSON Plugin
https://exchange.nagios.org/directory/P ... on/details

I'm not a React developer, so I'm not too familiar with the methods of getting data out of the application and would be certainly interested in what you find out. Let me know!

https://reactjs.org/docs/optimizing-performance.html
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked