BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: {bb} larrd and apache
On Tue, 2007-04-03 at 13:55 +1200, Nick Le Mouton wrote:
> Hi,
>
> I've tried adding apache to @DATALIST in larrd-config.pl, but I can't get
> any rrd's created for it.
>
> My apache server has server-status enabled at http://myserver/server-status
> and bb can access it. ExtendedStatus is set to On.
>
> I'm using apache 2.2
The first point is (since you didn't specifically mention it) that
you need to hard-code the servers that you want to test into the
script, modifying the part like:
%host_h = (
# 'your-domain.dom' => {
# port => "80",
# url => "/server-status?auto",
# },
# 'your-otherdomain.dom' => {
# port => "80",
# url => "/server-status?auto",
# },
);
to reflect the web-servers that you want to test.
Assuming you've done that part and can access the corresponding
"server-status" page (http://my.web.com/server-status?auto),
the next place to look for clues would be the LARRDOUT file.
This may indicate an error, or it might confirm that the RRD file
has actually been created.
The server I've been playing with has Bbgen on it, but I expect
that the standard server will be similar. Links to produce graphs
of the "apache" data are not included in the default set. Depending
on where you would like them to be displayed, you will probably need
to do a bit of tinkering to integrate them. To confirm that the data
looks good, you should be able to view the graphs with a URL like:
http://bb.server.com/cgi-bin/larrd-grapher.cgi?host=my.web.com&service=apache
Cheers, Phil.
--
A mathematician is a machine for converting coffee into theorems.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index