- Add SearXNG syslog ingestion and blackbox health probes on miranda and rosalind for per-host attributable failure detection - Scrape Argos MCP application metrics from miranda - Add Pallas dashboard panels for downstream availability and turn error ratios
23 lines
413 B
YAML
23 lines
413 B
YAML
---
|
|
# Ariel Configuration - Graph Database Host
|
|
# Services: alloy, docker, neo4j
|
|
|
|
services:
|
|
- alloy
|
|
- docker
|
|
- neo4j
|
|
|
|
# Alloy
|
|
alloy_log_level: "warn"
|
|
neo4j_syslog_port: 51414
|
|
|
|
# Neo4j
|
|
neo4j_user: neo4j
|
|
neo4j_group: neo4j
|
|
neo4j_directory: /srv/neo4j
|
|
neo4j_password: "{{ vault_neo4j_cypher_password }}"
|
|
neo4j_http_port: 22084
|
|
neo4j_bolt_port: 22074
|
|
neo4j_metrics_port: 22094
|
|
neo4j_apoc_unrestricted: "apoc.*"
|