Linux & Windows 安裝 SNMP服務

2014-03-27 Cacti, CentOS, Windows

如上篇 CentOS 6.5 安裝 Cacti 0.8.8b 流量監控主機 安裝了流量主機,那麼在Client端也需要進行設定讓 Cacti 主機抓的到數據。

Linux :

SETP.1 安裝 snmp 服務
shell# yum install -y net-snmp*

SETP.2 設定 /etc/snmp/snmpd.conf


com2sec notConfigUser  default       public
group   notConfigGroup v1           notConfigUser
group   notConfigGroup v2c           notConfigUser

view    all             included        .1      80
access  notConfigGroup “”      any       noauth    exact  all none none

SETP.3 啟動snmp服務
shell# service snmpd start
shell# chkconfig snmpd on

SETP.4 設定 iptables
-A INPUT -m state –state NEW -m udp -p udp –dport 161 -j ACCEPT


Windows :

SETP.1 安裝 snmp 服務

  • Windows Server 2003: 新增或移除程式→ 新增/移除Windows元件→ Management and Monitoring Tools→ Simple Network Management Protocol (SNMP)
  • Windows Server 2008: 伺服器管理員→ 新增功能→ SNMP服務


SETP.2 允許連線資訊

打開【服務】,點選SNMP Service右鍵內容,設定以下代理程式、安全性。




參考資料:
http://www.net-snmp.org/docs/man/snmpd.conf.html

給 Mr. 沙先生一點建議

彙整

分類

展開全部 | 收合全部

License

訂閱 Mr. 沙先生 的文章

輸入你的 email 用於訂閱