summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2006-02-26 20:46:11 +0000
committerMark Spencer <markster@digium.com>2006-02-26 20:46:11 +0000
commit6a86c7c5c90c3452e8a85141b87bdffec40dd914 (patch)
treedc11dea95379b474e67d6e7b12cff34e6154e4e4 /configs
parent16109b9d2ce63dbc484665b31f6de94f4a7dfbd4 (diff)
Add SNMP support (bug #6439)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11193 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/res_snmp.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/res_snmp.conf.sample b/configs/res_snmp.conf.sample
new file mode 100644
index 000000000..5ca09d576
--- /dev/null
+++ b/configs/res_snmp.conf.sample
@@ -0,0 +1,10 @@
+;
+; Configuration file for res_snmp
+;
+
+[general]
+; We run as a subagent per default -- to run as a full agent
+; we must run as root (to be able to bind to port 161)
+;subagent = yes
+; SNMP must be explicitly enabled to be active
+;enabled = yes