snmpd.conf

服务器简易snmp配置文件
This commit is contained in:
toby 2022-11-24 20:52:11 +08:00
parent b31d66b83d
commit 432231fbb9
1 changed files with 49 additions and 0 deletions

49
snmpd.conf Normal file
View File

@ -0,0 +1,49 @@
###############################################################################
#
# snmpd.conf:
# An example configuration file for monitoring.
#
###############################################################################
## sec.name source community
#com2sec local localhost COMMUNITY
com2sec mynetwork 192.168.224.14 cacti_public
## group.name sec.model sec.name
#group MyRWGroup any local
group MyROGroup v2c mynetwork
## incl/excl subtree mask
view all included .1 80
view all included enterprises.ucdavis
## -or just the mib2 tree-
#view mib2 included .iso.org.dod.internet.mgmt.mib-2 fc
## context sec.model sec.level prefix read write notif
access MyROGroup "" v2c noauth prefix all none none
#access MyRWGroup "" any noauth 0 all all all
#view all included enterprises.ucdavis.diskTable
#view all included enterprises.ucdavis.loadTable
###############################################################################
# System contact information
#
# It is also possible to set the sysContact and sysLocation system
# variables through the snmpd.conf file:
syslocation Zhengzhou, Henan, China
syscontact tobyliu@139.com
###############################################################################
# Logging
#
# We do not want annoying "Connection from UDP: " messages in syslog.
# If the following option is commented out, snmpd will print each incoming
# connection, which can be useful for debugging.
dontLogTCPWrappersConnects yes