monit-general
[Top][All Lists]
Advanced

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

Re: How to configure Monitoring on Remote host


From: Martin Pala
Subject: Re: How to configure Monitoring on Remote host
Date: Thu, 12 Oct 2006 16:07:44 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060915)

Hi,

monit runs as daemon - when you changed the configuration, you have to reload monit to reread its configuration:

  monit -t     ... (optional) checks the configuration file syntax
  monit reload ... reloads monit (or you can just send SIGHUP to monit)


Martin



ashok wrote:
Hi Frnds,

  Im new monit user J

  I have configured it and works fine on local machine.

Can some one provide me examples for monitoring services on Different hosts like I have 20 servers running with different services.

  I have tried putting these entries in monitrc file.

 check host mail.examp.com with address 206.13.200.66

    if failed icmp type echo count 3 with timeout 3 seconds then alert

    if failed port 25 protocol smtp with timeout 15 seconds then alert

    if failed port 110 protocol pop with timeout 15 seconds then alert

    if failed port 3306 protocol mysql with timeout 15 seconds then alert

    if failed url

       http://mail.examp.com

       then alert

But when I visit http://ipaddress:2812/ I don’t see that new entry , I could see only system & process.

Pls suggest me…

Thanks in advance

Warm Regards

Ashok


------------------------------------------------------------------------

--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general




reply via email to

[Prev in Thread] Current Thread [Next in Thread]