OPTIONAL feature
in progress
Prometheus stack
- Prometheus
- Alarm manager
- Blackbox exporter (use icmp, http and tcp probe)
- SmartYard-Server custom exporter. Get domophone vendor specific metrics
- Grafana
- Karma (alarm dashboard)
Configuration SmartYard-Server
- Edit server config file:
/opt/server/config/config.json
add servers and "service_discovery_token"
example:
"monitoring": {
"backend": "prometheus",
"service_discovery_token": "EXAMPLE_TOKEN",
"servers": [
{
"name": "prometheus-01",
"url": "http://172.28.0.16:9090",
"username": "admin",
"password": "prometheus"
},
{
"name": "prometheus-02",
"url": "http://172.28.0.17:9090",
"username": "admin",
"password": "prometheus"
}
]
}
Configure Prometheus
coming soon