Skip to content

Monitoring

Yeti switch have designed to be used in pair with Prometheus monitoring stack.

Yeti-web

To enable yeti-web prometheus exporter change configuration in yeti_web.yml:

prometheus:
  enabled: true
  host: localhost
  port: 8080
  default_labels:
    host: yeti.example.com

Prometheus exporter require additional daemon yeti-prometheus to be started. To start and enable it run:

root@yeti:/# systemctl start yeti-prometheus
root@yeti:/# systemctl enable yeti-prometheus

SEMS

See SEMS prometheus module documentation for information how to enable SEMS prometheus exporter