shuijingping 发表于 2017-4-20 07:24:00

opensuse cacti snmpd.conf的配置

  cacti在centos下配置成功.
  但是在opensuse折腾了好一段时间.

# Please see /usr/share/doc/packages/net-snmp/EXAMPLE.conf for a
# more complete example and snmpd.conf(5).
#
# Writing is disabled by default for security reasons.If you'd like
# to enable it uncomment the rwcommunity line and change the community
# name to something nominally secure (keeping in mind that this is
# transmitted in clear text).
# don't use ' < > in strings for syslocation or syscontact
# Note that if you define the following here you won't be able to change
# them with snmpset
syslocation Server Room
syscontact Sysadmin (root@localhost)
# These really aren't meant for production use.They include all MIBS
# and can use considerable resources.See snmpd.conf(5) for information
# on setting up groups and limiting MIBS.
#rocommunity public 127.0.0.1
agentaddress 161
rocommunity public
rwcommunity private
trapsink 192.168.102.90 public 162
rocommunity corporate 192.168.102.90 #your server for snmp
  为啥这样配置,我不懂,但是这样能出数据...
  很郁闷,为什么和RedHat的不一样呢?
页: [1]
查看完整版本: opensuse cacti snmpd.conf的配置