add mod_snmp to modules.conf.in and modules.conf.xml (commented out)
This commit is contained in:
parent
e0ed0008b1
commit
f5dafc9911
|
@ -78,6 +78,7 @@ event_handlers/mod_cdr_sqlite
|
||||||
#event_handlers/mod_cdr_pg_csv
|
#event_handlers/mod_cdr_pg_csv
|
||||||
#event_handlers/mod_radius_cdr
|
#event_handlers/mod_radius_cdr
|
||||||
#event_handlers/mod_erlang_event
|
#event_handlers/mod_erlang_event
|
||||||
|
#event_handlers/mod_snmp
|
||||||
formats/mod_native_file
|
formats/mod_native_file
|
||||||
formats/mod_sndfile
|
formats/mod_sndfile
|
||||||
#formats/mod_shout
|
#formats/mod_shout
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
<load module="mod_event_socket"/>
|
<load module="mod_event_socket"/>
|
||||||
<!-- <load module="mod_zeroconf"/> -->
|
<!-- <load module="mod_zeroconf"/> -->
|
||||||
<!-- <load module="mod_erlang_event"/> -->
|
<!-- <load module="mod_erlang_event"/> -->
|
||||||
|
<!-- <load module="mod_snmp"/> -->
|
||||||
|
|
||||||
<!-- Directory Interfaces -->
|
<!-- Directory Interfaces -->
|
||||||
<!-- <load module="mod_ldap"/> -->
|
<!-- <load module="mod_ldap"/> -->
|
||||||
|
|
Loading…
Reference in New Issue