使用如下命令配置
./configure --with-openssl=internal --with-default-snmp-version="3" --with-sys-contact="mfc42d@sohu.com" --with-sys-location="beijingNS" --with-logfile=/var/log/snmpd.log --with-persistent-directory=/var/net-snmp --without-perl-modules --disable-embedded-perl
如果不用perl必须加上--without-perl-modules --disable-embedded-perl两个选项,否则make会出错
然后make
make install
也可以安装perl
sudo apt install libperl-devel
配置文件路径
Config search path: /etc/snmp:/usr/share/snmp:/usr/lib/x86_64-linux-gnu/snmp:/home/hongrui/.snmp
Run "snmpconf -g basic_setup" to help you configure the snmpd.conf file for this agent.
在用户目录下运行 snmpconf -g basic_setup,会生成snmpd.conf 文件,将文件copy到/etc/snmp目录下。
sudo cp snmpd.conf /etc/snmp/
阅读(921) | 评论(0) | 转发(0) |