Skip to content
Snippets Groups Projects
Forked from asapo / asapo
486 commits behind the upstream repository.
monitoring_server.json.tpl 326 B
{
    "ThisClusterName": "asapo",
    "ServerPort": {{ env "NOMAD_PORT_monitoring_server" }},
    "LogLevel": "{{ keyOrDefault "log_level" "debug" }}",
    "InfluxDbUrl":"http://localhost:8400/influxdb",
    "InfluxDbDatabase": "asapo_monitoring",
    "RetentionPolicyTime": "12h",
	"GroupingTime": "10m",
	"MaxPoints": 500
}