home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20120305.etc.tar.gz / bradford.20120305.etc.tar / etc / sysconfig / net-snmp < prev    next >
Text File  |  2007-02-24  |  1KB  |  37 lines

  1. ## Path:        System/Net-SNMP
  2. ## Description: Log level of the snmp server.
  3. ## Type:        string(!,a,c,e,w,n,i,d,0,1,2,3,4,5,6,7)
  4. ## Default:     d
  5. #
  6. # Defines the log level for the snmpd.
  7. #
  8. # The default is set to d (7, LOG_DEBUG)
  9. # This reflects the default for old init script.
  10. #
  11. SNMPD_LOGLEVEL="d"
  12.  
  13. ## Path:        System/Net-SNMP
  14. ## Description: En-/Disables SNMP SMUX support.
  15. ## Type:        yesno
  16. ## Default:     yes
  17. #
  18. # If this setting is set to "no" the snmpd will no longer bind
  19. # the TCP Port 199.
  20. #
  21. # The default is set to "yes" to provide backward compatibility.
  22. #
  23. SNMPD_USE_SMUX="yes"
  24.  
  25. ## Path:        System/Net-SNMP
  26. ### Description: Connecion logging.
  27. ### Type:        yesno
  28. ### Default:     yes
  29. ##
  30. ## If this settings is yes, net-snmp will not log any successfull connections.
  31. ## If it is set to no, "--dontLogTCPWrappersConnects" will added to the
  32. ## snmpd cmdline. (see "man 5 snmpd.conf")
  33. ##
  34. ## The default is set to "yes" to provide backward compatibility.
  35. ##
  36. SNMPD_LOG_SUCCESSFUL_CONNECTIONS="yes"
  37.