135ba232ca
* Adding support for V2 in SNMP/LLDP (-sv2 postfix) * Fixes for V1 containers: logging * Fixes for V1 LLDP: limit LLDP to Front-panel or MGMT interfaces.
20 lines
563 B
Plaintext
20 lines
563 B
Plaintext
[supervisord]
|
|
nodaemon=true
|
|
|
|
[program:lldpd]
|
|
# https://github.com/vincentbernat/lldpd/commit/9856f2792c301116cc4a3fcfba91b9672ee5db1f
|
|
# - `-d` means to stay in foreground, log to syslog
|
|
# - `-dd` means to stay in foreground, log warnings to console
|
|
# - `-ddd` means to stay in foreground, log warnings and info to console
|
|
# - `-dddd` means to stay in foreground, log all to console
|
|
command=/usr/sbin/lldpd -d -I Ethernet*,eth*
|
|
priority=100
|
|
|
|
[program:lldpsyncd]
|
|
command=/usr/sbin/lldpsyncd
|
|
priority=200
|
|
|
|
[program:rsyslogd]
|
|
command=/usr/sbin/rsyslogd -n
|
|
priority=1
|