360 提供 SNMP 一键安装 (过程中常见问题)
作者: Mr.Xuan
分类: 技术交流
发布时间: 2015-04-29 21:50
ė
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/users/HA292220/WEB/wp-content/themes/TangStyle-master/single.php on line 11
17,795 views 6 没有评论
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in /www/users/HA292220/WEB/wp-content/themes/TangStyle-master/single.php on line 11
17,795 views 6 没有评论
360很慷慨,直接送20个主机监控,并且监控频率也只有5分钟。比某些监控x的要好,服务器信息就算要被采集了做360大数据,其实也没有多少隐私。
主要服务器在国外,所以测试环境为:北美
摘自官方:
1 2 3 |
wget http://download.cloud.360.cn/yjk/snmp_install.sh;chmod u+x snmp_install.sh ./snmp_install.sh -v 2 -p password ./snmp_install.sh -v 3 -u username -p password |
问题
1. wget 不到, 请尝试ping download.cloud.360.cn 如果无法获得IP, 请修改DNS 到8.8.8.8 8.8.4.4
2. 安装错误 error: file program not found although it is needed by libtool. 请直接
1 |
yum install -y file |
3. 编译错误 contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 . 请直接
1 |
yum install perl-ExtUtils* |
总结
建议运行一键安装之前
1 2 3 4 5 6 7 |
yum update yum upgrade yum install -y file yum install perl-ExtUtils* |
本文出自Mr.Xuan,转载时请注明出处及相应链接。
本文永久链接: https://www.xuanlove.cn/jishujiaoliu/1190.html