diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-09 01:18:21 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-09 01:18:21 +0200 |
commit | 76e1a1fa8cbb11bc67fae55a0ae2b596faa66444 (patch) | |
tree | b2286a49fe5f97bfeb0128e25532a8f9ad0a9bdd | |
parent | c38276853057e2152de5106fc1de9c002b7d964b (diff) | |
download | monitoring-plugins-76e1a1fa8cbb11bc67fae55a0ae2b596faa66444.tar.gz |
Activate mib parsing in Debian CI pipeline
-rwxr-xr-x | .github/prepare_debian.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index b5cacd4a..cffe98c5 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -112,6 +112,8 @@ mkdir -p /var/lib/snmp/mib_indexes | |||
112 | sed -e 's/^agentaddress.*/agentaddress 127.0.0.1/' -i /etc/snmp/snmpd.conf | 112 | sed -e 's/^agentaddress.*/agentaddress 127.0.0.1/' -i /etc/snmp/snmpd.conf |
113 | service snmpd start | 113 | service snmpd start |
114 | 114 | ||
115 | sed 's/^mibs ://' -i /etc/snmp/snmp.conf | ||
116 | |||
115 | # start cron, will be used by check_nagios | 117 | # start cron, will be used by check_nagios |
116 | cron | 118 | cron |
117 | 119 | ||