BB Unix Network Monitor - Message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: {bb} larrd and apache



On Wed, 2007-04-04 at 10:29 -0400, Calderon, Willy (NIH/NINDS) [C]
wrote:
> Where do you hard-code this? Into the larrd-config.pl file?
> 

No, actually inside the "apache-larrd.pl" script. The part, as
quoted, comes after the comment "# real work begins here", at line
67 in the version that I have.

For future reference, it might be best to leave the commented lines
in place so that you have a template to work from. If your web-
server was "my.web.com", that section would then look like:

%host_h = (
#    'your-domain.dom' => {
#        port => "80",
#        url  => "/server-status?auto",
#    },
#    'your-otherdomain.dom' => {
#        port => "80",
#        url  => "/server-status?auto",
#    },
    'my.web.com' => {
        port => "80",
        url  => "/server-status?auto",
    },
);


Cheers, Phil.



--
Halon's Razor: Never attribute to malice that which is adequately
explained by stupidity.


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
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