itamae/cookbooks/prometheus/files/etc/consul.d/service-prometheus.json

14 lines
241 B
JSON
Raw Normal View History

2019-03-03 08:50:49 +00:00
{
"service": {
"name": "prometheus",
2020-10-17 05:25:45 +00:00
"port": 9090,
"check":{
"http": "http://localhost:9090/",
"tls_skip_verify": false,
"interval": "60s",
"timeout": "1s",
"success_before_passing": 3
}
2019-03-03 08:50:49 +00:00
}
}