Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document monitoring architecture and plan #5

Open
3 tasks
anjackson opened this issue Nov 6, 2017 · 1 comment
Open
3 tasks

Document monitoring architecture and plan #5

anjackson opened this issue Nov 6, 2017 · 1 comment

Comments

@anjackson
Copy link
Contributor

anjackson commented Nov 6, 2017

Switching away from using custom code approach here, to configuring off the shelf monitoring tools.

Prometheus and Grafana as overall monitoring of statistics and alerts.

See https://github.com/ukwa/ukwa-documentation/blob/master/Monitoring-Services.md for details.

Areas to monitor:

  • Check HTTP-based services are up and responsive (in groups)
  • Check HDFS storage status and increase. (Means scraping HTML tags)
  • Check Crawler status (Means scanning Docker containers and re-formatting JSON)
  • Check Crawler local disk space etc.
  • Check AMQP or Kafka queues.

Logs and other events (like crawl events) routed from servers e.g. using filebeat into a monitoring-events Kafka that logstash can consume and push to elasticsearch. This acts as a 'debugging console' where last few days of logs are kept and can be used to debug what's happening.

To Do:

There's some useful example Docker stuff here

@anjackson
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant