diff options
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index f7b6cf9f..cffe98c5 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -24,6 +24,7 @@ apt-get -y install perl \ | |||
24 | libpq-dev \ | 24 | libpq-dev \ |
25 | libradcli-dev \ | 25 | libradcli-dev \ |
26 | libnet-snmp-perl \ | 26 | libnet-snmp-perl \ |
27 | libsnmp-dev \ | ||
27 | procps \ | 28 | procps \ |
28 | libdbi0-dev \ | 29 | libdbi0-dev \ |
29 | libdbd-sqlite3 \ | 30 | libdbd-sqlite3 \ |
@@ -111,6 +112,8 @@ mkdir -p /var/lib/snmp/mib_indexes | |||
111 | 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 |
112 | service snmpd start | 113 | service snmpd start |
113 | 114 | ||
115 | sed 's/^mibs ://' -i /etc/snmp/snmp.conf | ||
116 | |||
114 | # start cron, will be used by check_nagios | 117 | # start cron, will be used by check_nagios |
115 | cron | 118 | cron |
116 | 119 | ||