services.keepalived.snmp.socket

NixOS option

Socket to use for connecting to SNMP master agent. If this value is set to null, keepalived’s default will be used, which is unix:/var/agentx/master, unless using a network namespace, when the default is udp:localhost:705.

type: null or string
Default
null
declared in: nixos/modules/services/networking/keepalived/default.nixView source on NixOS/nixpkgs →