mikepea / tessen

Tessen is a terminal based Uchiwa/Sensu interface, in golang, based on termui
Apache License 2.0
5 stars 0 forks source link

Make backends pluggable #3

Open sarguru opened 8 years ago

sarguru commented 8 years ago

Currently the codebase seems to be more sensu based (since its intended to be an uchiwa replacement), but it would be cool to add an ability to plug in multiple backends (eg: pagerduty, riemann, circonus, datadog, nagios etc etc) and define templates for them so it can become a more general purpose visualiser than it is at the moment.

mikepea commented 8 years ago

PagerDoody added. It's still very much dependent on 'things that have a REST API that returns a list of events in JSON', but it's a start. And having PD integration is super useful.

sarguru commented 8 years ago

awesome :+1: