services.heartbeat.extraConfig
NixOS option
Any other configuration options you want to add
type: strings concatenated with "\n"Default
declared in: nixos/modules/services/logging/heartbeat.nixView source on NixOS/nixpkgs →''
heartbeat.monitors:
- type: http
urls: ["http://localhost:9200"]
schedule: '@every 10s'
''