<br><br><div class="gmail_quote">2009/11/9 Dimitar Dechev <span dir="ltr">&lt;ddechev@nutel.cc&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">









<div link="blue" vlink="purple" lang="BG">

<div>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US">Dear All, </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US"> </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US">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. </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US"> </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US">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. </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US"> </span></p>

<p class="MsoNormal" style="margin-left: 35.4pt;"><span lang="EN-US">Thanks!</span></p></div></div></blockquote><div>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:<br>
<a href="http://wiki.freeswitch.org/wiki/Event_Socket">http://wiki.freeswitch.org/wiki/Event_Socket</a><br><br>Also, if you really wanted to, you could do the &quot;fs_cli -x &#39;foo bar&#39;&quot; stuff but there are more elegant and powerful ways of handing this.<br>
-MC<br></div></div><br>