userdoc:tt_asterisk_snmp_monitoring

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
userdoc:tt_asterisk_snmp_monitoring [2013/05/08 15:10]
abelbeck [Asterisk SNMP Configuration]
userdoc:tt_asterisk_snmp_monitoring [2013/05/08 15:17]
abelbeck [Asterisk SNMP Configuration]
Line 56: Line 56:
 ===== Asterisk SNMP Configuration ===== ===== Asterisk SNMP Configuration =====
  
-Enable SNMP in Asterisk using /etc/asterisk/res_snmp.conf+Enable SNMP in Asterisk by editing ''/etc/asterisk/res_snmp.conf'' in the ''[general]'' section:
  
   ;   ;
Line 63: Line 63:
   ;   ;
   ; -- snip --   ; -- snip --
-  ; See https://wiki.asterisk.org/wiki/display/AST/Simple+Network+Management+Protocol+(SNMP)+Support  
-  ; to get more information about 
-  ; snmp support in Asterisk 
      
   [general]   [general]
Line 73: Line 70:
   ; SNMP must be explicitly enabled to be active   ; SNMP must be explicitly enabled to be active
   enabled = yes   enabled = yes
-\\+ 
 +Apply the res_snmp.conf change in Asterisk, unload and load the res_snmp.so module, or restart the asterisk service. 
 + 
 +With both the system snmpd.conf and Asterisk res_snmp.conf changes applied, you should see useful information with the following commands.
  
 Example snmp commands using CLI: Example snmp commands using CLI:
  • userdoc/tt_asterisk_snmp_monitoring.txt
  • Last modified: 2016/06/28 18:48
  • by abelbeck