mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-03-23 10:53:03 -04:00
Activate mib parsing in Debian CI pipeline
This commit is contained in:
parent
c382768530
commit
76e1a1fa8c
1 changed files with 2 additions and 0 deletions
2
.github/prepare_debian.sh
vendored
2
.github/prepare_debian.sh
vendored
|
|
@ -112,6 +112,8 @@ mkdir -p /var/lib/snmp/mib_indexes
|
|||
sed -e 's/^agentaddress.*/agentaddress 127.0.0.1/' -i /etc/snmp/snmpd.conf
|
||||
service snmpd start
|
||||
|
||||
sed 's/^mibs ://' -i /etc/snmp/snmp.conf
|
||||
|
||||
# start cron, will be used by check_nagios
|
||||
cron
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue