<br>Hello All,<br><br>I am having an issue with collection.cgi <br><br>If I run it under the root account from a shell I see the right output however running under the nobody account (via the web server or any other account) I get no output. 
<br><br>Normal non root<br><br>Content-Type: application/xhtml+xml; charset=utf-8<br>Cache-Control: no-cache<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 
1.1//EN&quot;<br>&nbsp; &quot;<a href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a>&quot;&gt;<br><br>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml
</a>&quot; xml:lang=&quot;en&quot;&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &lt;title&gt;collection.cgi, Version 2&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp; &lt;style type=&quot;text/css&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; img<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: none;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border-collapse: collapse;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs td,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs th<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: 1px solid black;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; empty-cells: hide;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<br>&nbsp;&nbsp;&nbsp; &lt;/style&gt;<br>&nbsp; &lt;/head&gt;<br><br>&nbsp; &lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;form action=&quot;&quot; method=&quot;get&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fieldset&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;legend&gt;Selector&lt;/legend&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;host&quot; multiple=&quot;multiple&quot; size=&quot;10&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;timespan&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;hour&quot;&gt;Hour&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;day&quot; selected=&quot;selected&quot;&gt;Day&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;week&quot;&gt;Week&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;month&quot;&gt;Month&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;year&quot;&gt;Year&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; name=&quot;button&quot; value=&quot;Ok&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fieldset&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&lt;ul&gt;<br>&lt;/ul&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;<br><br><br>
<br>With the root account <br><br>Content-Type: application/xhtml+xml; charset=utf-8<br>Cache-Control: no-cache<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 
1.1//EN&quot;<br>&nbsp; &quot;<a href="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd</a>&quot;&gt;<br><br>&lt;html xmlns=&quot;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml
</a>&quot; xml:lang=&quot;en&quot;&gt;<br>&nbsp; &lt;head&gt;<br>&nbsp;&nbsp;&nbsp; &lt;title&gt;collection.cgi, Version 2&lt;/title&gt;<br>&nbsp;&nbsp;&nbsp; &lt;style type=&quot;text/css&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; img<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: none;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border-collapse: collapse;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs td,<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; table.graphs th<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; border: 1px solid black;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; empty-cells: hide;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }
<br>&nbsp;&nbsp;&nbsp; &lt;/style&gt;<br>&nbsp; &lt;/head&gt;<br><br>&nbsp; &lt;body&gt;<br>&nbsp;&nbsp;&nbsp; &lt;form action=&quot;&quot; method=&quot;get&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fieldset&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;legend&gt;Selector&lt;/legend&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;host&quot; multiple=&quot;multiple&quot; size=&quot;10&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;cpu-0&quot;&gt;cpu-0&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;df&quot;&gt;df&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hda&quot;&gt;disk-hda&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hda1&quot;&gt;disk-hda1&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hda2&quot;&gt;disk-hda2&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hda3&quot;&gt;disk-hda3&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hdc&quot;&gt;disk-hdc&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hdc1&quot;&gt;disk-hdc1&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;disk-hdc2&quot;&gt;disk-hdc2&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;dns&quot;&gt;dns&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;entropy&quot;&gt;entropy&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;interface&quot;&gt;interface&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;irq&quot;&gt;irq&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;load&quot;&gt;load&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;memory&quot;&gt;memory&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;nfs-v2client&quot;&gt;nfs-v2client&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;processes&quot;&gt;processes&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;sensors-via686a-isa-6000&quot;&gt;sensors-via686a-isa-6000&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;swap&quot;&gt;swap&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-1344-local&quot;&gt;tcpconns-1344-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-22-local&quot;&gt;tcpconns-22-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-25-local&quot;&gt;tcpconns-25-local&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-2626-local&quot;&gt;tcpconns-2626-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-3306-local&quot;&gt;tcpconns-3306-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-443-local&quot;&gt;tcpconns-443-local&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-53-local&quot;&gt;tcpconns-53-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-80-local&quot;&gt;tcpconns-80-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-8110-local&quot;&gt;tcpconns-8110-local&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-8181-local&quot;&gt;tcpconns-8181-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;tcpconns-953-local&quot;&gt;tcpconns-953-local&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;users&quot;&gt;users&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;select name=&quot;timespan&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;hour&quot;&gt;Hour&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;day&quot; selected=&quot;selected&quot;&gt;Day&lt;/option&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;week&quot;&gt;Week&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;month&quot;&gt;Month&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;option value=&quot;year&quot;&gt;Year&lt;/option&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/select&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;input type=&quot;submit&quot; name=&quot;button&quot; value=&quot;Ok&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/fieldset&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/form&gt;<br>&lt;ul&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=cpu-0&quot;&gt;cpu-0&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=df&quot;&gt;df&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hda&quot;&gt;disk-hda&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hda1&quot;&gt;disk-hda1&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hda2&quot;&gt;disk-hda2&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hda3&quot;&gt;disk-hda3&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hdc&quot;&gt;disk-hdc&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hdc1&quot;&gt;disk-hdc1&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=disk-hdc2&quot;&gt;disk-hdc2&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=dns&quot;&gt;dns&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=entropy&quot;&gt;entropy&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=interface&quot;&gt;interface&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=irq&quot;&gt;irq&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=load&quot;&gt;load&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=memory&quot;&gt;memory&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=nfs-v2client&quot;&gt;nfs-v2client&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=processes&quot;&gt;processes&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=sensors-via686a-isa-6000&quot;&gt;sensors-via686a-isa-6000&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=swap&quot;&gt;swap&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-1344-local&quot;&gt;tcpconns-1344-local&lt;/a&gt;&lt;/li&gt;<br>
&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-22-local&quot;&gt;tcpconns-22-local&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-25-local&quot;&gt;tcpconns-25-local&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-2626-local&quot;&gt;tcpconns-2626-local&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-3306-local&quot;&gt;tcpconns-3306-local&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-443-local&quot;&gt;tcpconns-443-local&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-53-local&quot;&gt;tcpconns-53-local&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-80-local&quot;&gt;tcpconns-80-local&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-8110-local&quot;&gt;tcpconns-8110-local&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-8181-local&quot;&gt;tcpconns-8181-local&lt;/a&gt;&lt;/li&gt;<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=tcpconns-953-local&quot;&gt;tcpconns-953-local&lt;/a&gt;&lt;/li&gt;
<br>&nbsp; &lt;li&gt;&lt;a href=&quot;?action=show_host;host=users&quot;&gt;users&lt;/a&gt;&lt;/li&gt;<br>&lt;/ul&gt;<br>&nbsp; &lt;/body&gt;<br>&lt;/html&gt;<br><br>I tried moving the data files to the webroot and many other places but always with the same result
<br>What do I miss....????<br><br>Running slackware apache 2.2.6 collectd 4.2.1<br><br>Please advice me on this..<br><br>Chrs...<br><br>