1 Star 0 Fork 0

葱先生/gosnmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build_tests.sh 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
if [ "${GOSNMP_SNMPD}" != "" ]; then
echo "Using $(snmpd --version | awk /version:/)"
./snmp_users.sh
sed -i -e 's/^agentAddress.*/agentAddress udp:127.0.0.1:1024/' /etc/snmp/snmpd.conf
sed -i -e 's/ localhost / 127.0.0.1 /' /etc/snmp/snmpd.conf
sed -i -e 's/.*trapsink.*//' /etc/snmp/snmpd.conf
sed -i -e 's/.*master\s*agentx//' /etc/snmp/snmpd.conf
snmpd
else
echo "Using snmpsimd simulator"
snmpsimd.py --logging-method=null --agent-udpv4-endpoint=127.0.0.1:1024 &
fi
go test -v -tags helper
go test -v -tags marshal
go test -v -tags misc
go test -v -tags api
go test -v -tags end2end
go test -v -tags trap
go test -v -tags all -race
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/himrcong/gosnmp.git
git@gitee.com:himrcong/gosnmp.git
himrcong
gosnmp
gosnmp
master

搜索帮助