MyNixOS website logo
option

services.heartbeat.extraConfig

Any other configuration options you want to add.

Declarations
Type
strings concatenated with "\n"
Default
''
  heartbeat.monitors:
  - type: http
    urls: ["http://localhost:9200"]
    schedule: '@every 10s'
''