adam-singer / dart-carte-du-jour

Pub documentation generation system
www.dartdocs.org
Other
25 stars 8 forks source link

Accessible logs for monitoring/maintenance #40

Closed sethladd closed 10 years ago

sethladd commented 10 years ago

How can we monitor the system, read the logs, and determine if everything is working?

Perhaps this is just a documentation task.

adam-singer commented 10 years ago

documentation task + better logging settings. Going to think about this and see what could make this better over the next week. Ideally would be nice if the daemon exposes some health metrics.

sethladd commented 10 years ago

Curious what you find out, thanks for looking into it!

adam-singer commented 10 years ago

Looks like logstash with kibana+nginx+ssl is a workable solution. This will require building a new image that comes with the logstash client and a dedicated instance with logstash service. https://github.com/GoogleCloudPlatform/compute-logstash-install-shell

A simpler solution will be to provide some shell script functions. Going to go down this route for now and then move into logstash if it seems easy to maintain.

Still want to find something that does both monitoring and health that works within the compute engine platform.

adam-singer commented 10 years ago

https://github.com/financeCoding/dart-carte-du-jour#monitoring