eastham / adsb_actions

A package for taking actions based on live or recorded ADS-B data.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Removed Prometheus exporter stuff #23

Closed harpermann closed 6 months ago

harpermann commented 6 months ago

Removed Prom stuff to simplify. The metrics collected by exporter are already in Appsheet so don't want them in 2 places. The plan is to create alerts from syslog output. Production hosts eed rsyslog installed which will write by default to /var/log/user.log and to a file in .../adsb_actions/log for lack of a better idea. Logger output is already correct in adsb_actions to use syslog and alerting. Better to not change that particular code.