Move to an envfile for the debian package
This commit is contained in:
15
govpp-snmp-agentx.default
Normal file
15
govpp-snmp-agentx.default
Normal file
@ -0,0 +1,15 @@
|
||||
# Default configuration for govpp-snmp-agentx
|
||||
# This file contains environment variables for the GoVPP SNMP AgentX daemon
|
||||
#
|
||||
# Command line flags for govpp-snmp-agentx
|
||||
GOVPP_SNMP_AGENTX_FLAGS="-agentx.addr /var/agentx/master -vppcfg /etc/vpp/vppcfg.yaml -vppstats.period 10"
|
||||
|
||||
# Additional options that can be added to GOVPP_SNMP_AGENTX_FLAGS:
|
||||
# -debug Enable debug logging
|
||||
# -agentx.addr host:port SNMPd Agentx address (example: localhost:705)
|
||||
# -vppstats.api.addr PATH VPP API socket path (default: /var/run/vpp/api.sock)
|
||||
# -vppstats.stats.addr PATH VPP stats socket path (default: /var/run/vpp/stats.sock)
|
||||
# -vppstats.ifindex-offset NUM Interface index offset (default: 1000)
|
||||
#
|
||||
# Example with debug logging:
|
||||
# GOVPP_SNMP_AGENTX_FLAGS="-agentx.addr localhost:705 -vppcfg /etc/vpp/vppcfg.yaml -vppstats.period 10 -debug"
|
Reference in New Issue
Block a user