diff options
author | harti <harti@FreeBSD.org> | 2006-02-27 16:31:01 +0000 |
---|---|---|
committer | harti <harti@FreeBSD.org> | 2006-02-27 16:31:01 +0000 |
commit | f81b88c7e82c71c626d84c38472ed2494893ffb1 (patch) | |
tree | 40d224306f477f7f3d558c2dce9ae3076788dc11 /etc/snmpd.config | |
parent | b8eec2340b0536c3d915e6572a0bc2aad96a65ac (diff) | |
download | FreeBSD-src-f81b88c7e82c71c626d84c38472ed2494893ffb1.zip FreeBSD-src-f81b88c7e82c71c626d84c38472ed2494893ffb1.tar.gz |
Document how to change the polling interval for the 64-bit interface
counters in case an interface reports the wrong speed via if_mib.
Diffstat (limited to 'etc/snmpd.config')
-rw-r--r-- | etc/snmpd.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/snmpd.config b/etc/snmpd.config index 34dd094..eba575b 100644 --- a/etc/snmpd.config +++ b/etc/snmpd.config @@ -66,6 +66,12 @@ snmpEnableAuthenTraps = 2 # begemotSnmpdModulePath."mibII" = "/usr/lib/snmp_mibII.so" +# Force a polling rate for the 64-bit interface counters in case +# the automatic computation is wrong (which may be the case if an interface +# announces the wrong bit rate via its MIB). +#%mibII +#begemotIfForcePoll = 2000 + # # Netgraph module # |