Module: sip-router Branch: 3.1 Commit: 4669e348b2ab8fc251afed538971efb55cdc77fd URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4669e348...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Sun Oct 16 11:33:16 2011 +0200
snmpstats: control exporting registrar records
- exporting of large location database may result in out of shared memory, as well as when the records are not pulled - might be the case of out of memory messages reported by Klaus Darilion - new parameter export_registrar was added to enable/disable location records export (off by default) - fixed missing exporting the counter with all processed dialogs (discussion from March 2011 with Stefan Tiedje)
---
modules_k/snmpstats/README | 746 +++++++++++++++------------ modules_k/snmpstats/doc/snmpstats_admin.xml | 25 + modules_k/snmpstats/mibs/OPENSER-MIB | 13 +- modules_k/snmpstats/snmpObjects.c | 28 + modules_k/snmpstats/snmpObjects.h | 1 + modules_k/snmpstats/snmpstats.c | 40 +- 6 files changed, 496 insertions(+), 357 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=4669...