[Orca-dev] Code portion for procallator to monitor apache1&2
Charles R. Dennett
dennett at rochester.rr.com
Mon Sep 22 17:52:20 PDT 2003
Found it myself. Up at the top of the file where you put those first
couple of lines, add this:
use LWP::Simple;
I've added this to my orca setup. The graphs are now at
http://www.dennett.org/orca/procallator
While I think of it, a few weeks ago I also sent a note to this list
about some additions I made to measure system temperatures, voltages and
cooling fan speeds using the lm_sensors linux package. If anyone is
interested, I can post the code I added to procallator.pl. You may wish
to refer to my previous messages concerning various caveats.
Charlie
Charles R. Dennett wrote:
> 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!");
>>
>
>
> _______________________________________________
> Orca-dev mailing list
> Orca-dev at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-dev
>
More information about the Orca-dev
mailing list