mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-04-13 09:42:01 +00:00
15 lines
361 B
JSON
15 lines
361 B
JSON
{
|
|
"service": {
|
|
"name": "db-elasticsearch-staging",
|
|
"tags": [
|
|
"db"
|
|
],
|
|
"port": 9200,
|
|
"checks": [{
|
|
"id": "es-ping",
|
|
"http": "http://{{ ansible_host }}:5579/db_check/elasticsearch?consul=1",
|
|
"interval": "15s",
|
|
"failures_before_critical": 4
|
|
}]
|
|
}
|
|
}
|