Files
SNMP-Influx-collector/cont/contLogs.sh

8 lines
123 B
Bash
Raw Normal View History

2026-02-26 17:11:18 +01:00
#!/bin/sh
while true; do
docker container logs snmpython-dev -f
# Added to have time to ctrl+C
sleep 0.5
done