Posts

Showing posts from July, 2021

Monitoring-Scripts-Monitoing-Webapp

To clone the project kindly use this link https://github.com/Lloyduct/Monitoring-Scripts-Monitoing-Webapp.git You can also visit my github page https://github.com/Lloyduct/Monitoring-Scripts-Monitoing-Webapp  For this project there are a number of monitoring tools that can provide comprehensive monitoring capacity - The most common in AWS cloud is cloudwatch, my current project in AWS was for one of the leading retail giant in the UK - a web appilcation, all the logs are ingest into S3 with WAF rules configured to push all external logs to clouwatch and I leverage Athena to read WAF log. I used cloudwatch to get realtime statistic of system resources. In AWS i strongly recommend pushing all logs to cloudwatch. For none AWS lightweight monitoring I recommend monit and Netdata they can provide comprehensive monitoring capability. Understanding the state of your application and the percentage of system resources it consumes enable you to plan for capacity expansion and isola...