RE: {bb} larrd and apache
"Calderon, Willy \(NIH/NINDS\) [C]" <[email protected]> Wed, 4 Apr 2007 10:29:31 -0400
| Newsgroups | gmane.network.bb4.general |
|---|---|
| Message-ID | <[email protected]> |
Where do you hard-code this? Into the larrd-config.pl file? * * * * Willy Calderon Contractor - LCG Systems Tel: 301 435 1913 -----Original Message----- From: Philip Clark [mailto:[email protected]] Sent: Tuesday, April 03, 2007 4:51 PM To: [email protected] Subject: 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=a pache 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:[email protected] with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-= To unsubscribe from this list, or to subscribe to the bb-digest list send e-mail to mailto:[email protected] with unsubscribe bb -and/or- subscribe bb-digest in the BODY of the message.