(Still catching up)

Kevin,

See section 14.7 of the admin guide. Go to the PerfConf tab, add a "datasource", change the type to COMMAND, to run the apache plugin, and then a "datapoint" for each point you wish to save. Name the datapoints for the values returned by the plugin: CPULoad, BytesPerSec, etc.

-Eric

Kevin Blackwell wrote:
Christopher,

OK, that works. One last question. Where does that data get collected, or do
where do I tell zenoss of start collecting that data?

Thanks.

kevin

On 3/4/07, Christopher Blunck <[EMAIL PROTECTED]> wrote:

You have to make sure that mod_status is loaded in your httpd.conf. Here
are the relevant pieces:
LoadModule status_module modules/mod_status.so
ExtendedStatus On
<Location /server-status>
    SetHandler server-status
    Allow from all
</Location>


Then test by visiting the site:
  http://yourserver.com/server-status?auto

Then test using zenplugin on your zenoss server:
  zenplugin.py apache yourserver.com



-c
On Mar 4, 2007, at 10:46 AM, Kevin Blackwell wrote:

SnakeEyes,

I've been getting the same error.

zenplugin.py apache www.google.com
zenoss.plugins.common.ApplicationError: Not Found|Traceback (most recent
call last):;     File "/usr/bin/zenplugin.py", line 132, in main;
collector.collect();     File
"/usr/lib/python2.4/site-packages/zenoss/plugins/common.py", line 102, in
collect;       status = self.get();     File
"/usr/lib/python2.4/site-packages/zenoss/plugins/common.py", line 91, in
get;       raise ApplicationError(msg);   ApplicationError: Not Found;

I get the same result no matter what address I type in.

You manage to get it fixed?

Kevin

On 3/1/07, snakeeyes < [EMAIL PROTECTED]> wrote:
>
> I get the same problem, any solutions ?
> running zenplugin 1.1.1
>
> ~> zenplugin.py apache 10.0.0.12
> zenoss.plugins.common.ApplicationError: Not Found|Traceback (most recent
> call last):;
> File "/usr/bin/zenplugin.py", line 132, in main;
> collector.collect();
> File "/usr/lib/python2.3/site-packages/zenoss/plugins/common.py", line
> 102, in collect;
> status = self.get();
> File "/usr/lib/python2.3/site-packages/zenoss/plugins/common.py", line
> 91, in get;
> raise ApplicationError(msg);
> ApplicationError: Not Found;
>
> ------------------------
> unset
>
>
>
>
> -------------------- m2f --------------------
>
> Read this topic online here:
> http://community.zenoss.com/forums/viewtopic.php?p=4560#4560
>
> -------------------- m2f --------------------
>
>
>

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to