[Orca-dev] Code portion for procallator to monitor apache1&2
Charles R. Dennett
dennett at rochester.rr.com
Mon Sep 22 14:27:24 PDT 2003
Thanks you very much. This is great!
Looks like you may have forgotten one thing. The get() function does
not seem to be defined. Did you add a line to use a particular module
that would define the get() routine? If so, which one?
Charlie Dennett
dennett at rochester.rr.com
Neculai Macarie wrote:
> Hi!
>
> This is a quick hack to make procallator work with apache (I know it should
> have been a patch, but I'm just learning my way with patches):
>
> somewhere at the top of the file:
> $SERVER_STATUS_URL="http://192.168.1.1/server-status?auto";
> $APACHE2=0;
>
>
> in the main look:
> #
> # Web server status
> #
> $content = get( $SERVER_STATUS_URL ) or die("Could not retrieve status
> URL!");
>
More information about the Orca-dev
mailing list