services.smokeping.targetConfig

NixOS option

Target configuration

type: strings concatenated with "\n"
Default
''
  probe = FPing
  menu = Top
  title = Network Latency Grapher
  remark = Welcome to the SmokePing website of xxx Company. \
           Here you will learn all about the latency of our network.
  + Local
  menu = Local
  title = Local Network
  ++ LocalMachine
  menu = Local Machine
  title = This host
  host = localhost
''
declared in: nixos/modules/services/networking/smokeping.nixView source on NixOS/nixpkgs →