services.riemann-tools.extraArgs

NixOS option

A list of commandline-switches forwarded to a riemann-tool. See for example riemann-health --help for available options.

type: list of string
Default
[ ]
Example
[
  "-p 5555"
  "--timeout=30"
  "--attribute=myattribute=42"
]
declared in: nixos/modules/services/monitoring/riemann-tools.nixView source on NixOS/nixpkgs →