[monitoring-plugins] Remove dead code from test machine prepare script
Lorenz Kästle
git at monitoring-plugins.org
Tue Aug 29 08:30:12 CEST 2023
Module: monitoring-plugins
Branch: master
Commit: 70d0457562d58c16acd2a3514c9e4cc3f07ec923
Author: Lorenz Kästle <lorenz.kaestle at netways.de>
Date: Mon Aug 28 13:05:44 2023 +0200
URL: https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=70d0457
Remove dead code from test machine prepare script
---
.github/prepare_debian.sh | 6 ------
1 file changed, 6 deletions(-)
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index a1e65c0..9611670 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -109,12 +109,6 @@ disown %1
# snmpd
service snmpd stop
-#for DIR in /usr/share/snmp/mibs /usr/share/mibs; do
-# rm -f $DIR/ietf/SNMPv2-PDU \
-# $DIR/ietf/IPSEC-SPD-MIB \
-# $DIR/ietf/IPATM-IPMC-MIB \
-# $DIR/iana/IANA-IPPM-METRICS-REGISTRY-MIB
-#done
mkdir -p /var/lib/snmp/mib_indexes
sed -e 's/^agentaddress.*/agentaddress 127.0.0.1/' -i /etc/snmp/snmpd.conf
service snmpd start
More information about the Commits
mailing list