MyNixOS website logo
option

services.riemann-tools.extraArgs

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

Declarations
Type
list of string
Default
[ ]
Example
[
  "-p 5555"
  "--timeout=30"
  "--attribute=myattribute=42"
]