<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] SNMP fs_cli: Permission denied&quot;</TITLE>
</HEAD>
<BODY>
<FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:11pt'>The user running snmpd does it have perms to execute fs_cli? Just because it can exec the shell script doesn&#8217;t mean it has perms to exec fs_cli<BR>
<BR>
<BR>
On 1/29/14 10:46 AM, &quot;Deon Vermeulen&quot; &lt;<a href="vermeulen.deon@gmail.com">vermeulen.deon@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial">Hi<BR>
<BR>
I'm trying to export calls count into snmp for graphing with zenoss.<BR>
I used this post for cacti. &nbsp;<a href="http://wiki.freeswitch.org/wiki/Snmp_Cacti">http://wiki.freeswitch.org/wiki/Snmp_Cacti</a><BR>
<BR>
<BR>
Script:<BR>
<BR>
#!/bin/bash<BR>
/usr/local/freeswitch/bin/fs_cli -x &quot;show calls count&quot; | grep total | awk '{print $1}'<BR>
<BR>
<BR>
Permissions:<BR>
<BR>
-rwxrwxrwx &nbsp;1 root staff &nbsp;295 Jan 29 17:01 curcalls<BR>
<BR>
<BR>
in snmpd.conf I have following:<BR>
<BR>
### ---- FreeSWITCH Active Calls ----<BR>
extend .1.3.6.1.4.1.2021.8.1.101 curcalls /usr/local/scripts/curcalls<BR>
<BR>
<BR>
When I run:<BR>
<BR>
snmpwalk localhost -c public -v2c .1.3.6.1.4.1.2021.8.1.101<BR>
<BR>
I get following output:<BR>
<BR>
iso.3.6.1.4.1.2021.8.1.101.1.0 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.2.8.99.117.114.99.97.108.108.115 = STRING: &quot;/usr/local/freeswitch/bin/fs_cli -x 'show calls count' | grep total | awk '{print $1}'&quot;<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.3.8.99.117.114.99.97.108.108.115 = &quot;&quot;<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.4.8.99.117.114.99.97.108.108.115 = &quot;&quot;<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.5.8.99.117.114.99.97.108.108.115 = INTEGER: 5<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.6.8.99.117.114.99.97.108.108.115 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.7.8.99.117.114.99.97.108.108.115 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.20.8.99.117.114.99.97.108.108.115 = INTEGER: 4<BR>
iso.3.6.1.4.1.2021.8.1.101.2.1.21.8.99.117.114.99.97.108.108.115 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.3.1.1.8.99.117.114.99.97.108.108.115 = STRING: &quot;/usr/local/freeswitch/bin/fs_cli: Permission denied&quot;<BR>
iso.3.6.1.4.1.2021.8.1.101.3.1.2.8.99.117.114.99.97.108.108.115 = STRING: &quot;/usr/local/freeswitch/bin/fs_cli: Permission denied&quot;<BR>
iso.3.6.1.4.1.2021.8.1.101.3.1.3.8.99.117.114.99.97.108.108.115 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.3.1.4.8.99.117.114.99.97.108.108.115 = INTEGER: 1<BR>
iso.3.6.1.4.1.2021.8.1.101.4.1.2.8.99.117.114.99.97.108.108.115.1 = STRING: &quot;/usr/local/freeswitch/bin/fs_cli: Permission denied&quot;<BR>
<BR>
<BR>
I run on Debian 6.0 with FreeSWITCH version:<BR>
FreeSWITCH Version 1.2.15+git~20131210T035405Z~b1288520bc~64bit (git b128852 2013-12-10 03:54:05Z 64bit)<BR>
<BR>
<BR>
Any input will be appreciated.<BR>
<BR>
<BR>
Thank you<BR>
</FONT></SPAN></BLOCKQUOTE><SPAN STYLE='font-size:11pt'><FONT FACE="Calibri, Verdana, Helvetica, Arial"><BR>
</FONT><FONT FACE="Monaco, Courier New">-- <BR>
Ken<BR>
<FONT COLOR="#0000FF"><U><a href="http://www.FreeSWITCH.org">http://www.FreeSWITCH.org</a><BR>
<a href="http://www.ClueCon.com">http://www.ClueCon.com</a><BR>
<a href="http://www.OSTAG.org">http://www.OSTAG.org</a><BR>
</U></FONT>irc.freenode.net #freeswitch<BR>
Twitter: @FreeSWITCH<BR>
<BR>
</FONT></SPAN>
</BODY>
</HTML>