[asterisk-commits] oej: trunk r178733 - /trunk/configs/res_snmp.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Feb 26 09:03:14 CST 2009
Author: oej
Date: Thu Feb 26 09:02:53 2009
New Revision: 178733
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=178733
Log:
Clarifications on the different models and reference to further docs.
Modified:
trunk/configs/res_snmp.conf.sample
Modified: trunk/configs/res_snmp.conf.sample
URL: http://svn.digium.com/svn-view/asterisk/trunk/configs/res_snmp.conf.sample?view=diff&rev=178733&r1=178732&r2=178733
==============================================================================
--- trunk/configs/res_snmp.conf.sample (original)
+++ trunk/configs/res_snmp.conf.sample Thu Feb 26 09:02:53 2009
@@ -1,6 +1,17 @@
;
; Configuration file for res_snmp
+;---------------------------------
;
+; Res_snmp can run as a subagent or standalone SNMP agent. The standalone snmp
+; agent is based on net-snmp and will read a configuration file called
+; asterisk.conf in the net-snmp configuration file path, starting with
+; /etc/snmp on many systems.
+;
+; If you use the subagent model, you need to enable agentx in snmpd.conf
+; Note that you can only run one Asterisk on the system in this case.
+;
+; Please read documentat in doc/snmp.txt to get more information about
+; snmp support in Asterisk
[general]
; We run as a subagent per default -- to run as a full agent
More information about the asterisk-commits
mailing list