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:04]
abelbeck [Asterisk SNMP Monitoring]
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 by editing ''/etc/asterisk/res_snmp.conf'' in the ''[general]'' section:
 +
 +  ;
 +  ; Configuration file for res_snmp
 +  ;---------------------------------
 +  ;
 +  ; -- snip --
 +  
 +  [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
 +
 +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