diff options
-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 | ||