I use Zabbix (http://www.zabbix.com) on all my production machines. Hardly
any over head and it does a fantastic job (my opinion) of monitoring.
It doesn't restore when done (but could) because of the very reasons others
have said. If Apache goes down, something is probably not right on the
machi
On 12/6/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote:
I would like to setup something that would…
- test to see is Apache is up or down
- if Apache is up, do nothing
- if Apache is down, bring it back up ASAP
Hi.
mon has an http module for check webserver availability:
Apache 2.2.3 monitor- Original Message -
From: Lucuk, Pete
To: users@httpd.apache.org
Sent: Wednesday, December 06, 2006 8:59 AM
Subject: [EMAIL PROTECTED] Apache 2.2.3 monitor
Hello,
I have Apache 2.2.3 with mod_ssl and mod_jk installed and they work like a
champ!
I am now
Greetings,
On Wed, 2006-12-06 at 08:59 -0500, Lucuk, Pete wrote:
> I am now wrapping up my Apache setup with a maintenance in mind.
> I would like to setup something that would…
> - test to see is Apache is up or down
> - if Apache is up, do nothing
> - if Apache is down,
Lucuk, Pete wrote:
>
> I would like to setup something that would…
>
> - if Apache is down, bring it back up ASAP
Uhm - guy I'm not sure you understand how httpd works.
Apache has a parent which doesn't ever serve requests. It starts and
manages workers. If the workers crash or exit,
> On 12/6/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote:
> > I would like to setup something that would…
> >
> > - test to see is Apache is up or down
> >
> > - if Apache is up, do nothing
> >
> > - if Apache is down, bring it back up ASAP
There's a monitor hook that runs eve
If application is really critical take a look at http://www.linux-ha.org/
Otherwise a simple cronjon would do.
On 12/6/06, Lucuk, Pete <[EMAIL PROTECTED]> wrote:
Hello,
I have Apache 2.2.3 with mod_ssl and mod_jk installed and they work like a
champ!
I am now wrapping up my Apache setup w
Hey Pete,
Personally, I'd just write and cron a scriptto check to see if the
process if running, if not, start it.
Scott.
Lucuk, Pete wrote:
Hello,
I have Apache 2.2.3 with mod_ssl and mod_jk installed and they work
like a champ!
I am now wrapping up my Apache setup with a maintenance i
Hello,
I have Apache 2.2.3 with mod_ssl and mod_jk installed and they work like
a champ!
I am now wrapping up my Apache setup with a maintenance in mind.
I would like to setup something that would...
- test to see is Apache is up or down
- if Apache is up, do nothing