{ "addr": "127.0.0.1", "port": 8090, "start_delta": "-PT3H", "end_delta": "P60D", "cache": "PT3M", "tz": "Europe/Zurich", "calendars": { "tlstest": { "interval": "PT5M", "url": "https://localhost/private.ics", "ca": "/home/sebastian/tlstest/ca/ca/ca.crt", "auth": { "type": "tls", "keyfile": "/home/sebastian/tlstest/client/combined.pem" } }, "filetest": { "interval": "PT1M", "url": "file:///srv/http/private.ics" } }, "key_replace": { "summary": "a_summary", "description": "b_description" }, "value_replace": { "summary": "{{ summary|truncate(100, end=' \\N{HORIZONTAL ELLIPSIS}') }}", "description": "{{ description|truncate(100, end=' \\N{HORIZONTAL ELLIPSIS}') }}", "useless_metric": "{{ start.timestamp() + end.timestamp() }}" } }