mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 09:06:49 -04:00
Add a (disabled) configuration line to enable the HOST-RESOURCES MIB.
This commit is contained in:
parent
d3e64681d6
commit
dcee472476
1 changed files with 6 additions and 0 deletions
|
|
@ -65,3 +65,9 @@ begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so"
|
|||
# pf(4) module
|
||||
#
|
||||
#begemotSnmpdModulePath."pf" = "/usr/lib/snmp_pf.so"
|
||||
|
||||
#
|
||||
# Host resources module
|
||||
# This requires the mibII module.
|
||||
#
|
||||
#begemotSnmpdModulePath."hostres" = "/usr/lib/snmp_hostres.so"
|
||||
|
|
|
|||
Loading…
Reference in a new issue