2009/11/9 Dimitar Dechev <ddec...@nutel.cc>

>  Dear All,
>
>
>
> I couldn’t find much information about how to monitor Freeswitch via SNMP
> like how many calls/legs I have, how many CAPs, and etc. One of the thing I
> do currently is to make simple bash script which in general runs “fs_cli  -x
> ‘show calls count’” or some other command and call that script via
> snmpd.conf.
>
>
>
> I would appreciate if somebody tell me if they is snmp module in
> Freeswitch, or provide with link/method from where I can read some
> information.
>
>
>
> Thanks!
>
Sorry, no SNMP. However, there is something with a little more power: the
event socket. You can use the ESL (event socket library) to write your own
monitor script. More info:
http://wiki.freeswitch.org/wiki/Event_Socket

Also, if you really wanted to, you could do the "fs_cli -x 'foo bar'" stuff
but there are more elegant and powerful ways of handing this.
-MC
_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to