On Fri, Nov 7, 2014 at 1:59 PM, Keith Keller
wrote:
> On 2014-11-07, Iain Morris wrote:
>> For some fast and free monitoring along with DNS
>> verification/blacklist/config checks of your MX records, MXToolbox
>> lets you monitor one domain for free. Nice to have an external,
>> independent sour
On 2014-11-07, Iain Morris wrote:
> For some fast and free monitoring along with DNS
> verification/blacklist/config checks of your MX records, MXToolbox
> lets you monitor one domain for free. Nice to have an external,
> independent source checking your public MTA. Nagios is still what I
> woul
For some fast and free monitoring along with DNS
verification/blacklist/config checks of your MX records, MXToolbox
lets you monitor one domain for free. Nice to have an external,
independent source checking your public MTA. Nagios is still what I
would choose for minute-by-minute checks but MXTo
On 2014-11-05, zep wrote:
>
> I'd second nagios, but I think to -really- test smtp, you'd need an
> external email source, a specialized target user and cron on both sides
> (at least that'd how I'd do it, just to be sure mail is really flowing
> through).
For just testing whether the SMTP server
On 11/4/2014 7:35 PM, Frank Cox wrote:
On Tue, 4 Nov 2014 23:41:36 +0100
Leon Fauster wrote:
mon - old lady but small:
It looks really cool, but boy does it have a list of dependencies:
fping is needed by mon-1.2.0-8.el7.centos.x86_64
perl(Authen::PAM) is needed by mon-1.2.0-8
On 11/4/2014 2:36 PM, Frank Cox wrote:
> I would like to set up a cron job to automatically check whether my
> mailserver and webserver are up, and tell me if they're not.
>
> This script tells me if my webserver is up:
...
> How can I do the something similar with my mailserver?
How about a cro
On 11/04/2014 02:44 PM, John R Pierce wrote:
> On 11/4/2014 11:36 AM, Frank Cox wrote:
>> Or if someone knows of an integrated tool that will monitor this in a
>> better way (whatever that may be), I'm more than interested.
>
> Nagios
I'd second nagios, but I think to -really- test smtp, you'd ne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
It could be done using a crontab job and it's very efficient sometimes
to use only a crontab job instead of nagios.
You can use the precompiled nagios scripts for the task.
Unless you have constrains on the OS allowed languages and packages,
which the
Monit could do the job. It's probably slightly overkill but it doesn't
do graph. It's purely a "is this service answering on that host" type of
monitoring.
http://mmonit.com/monit/
On 11/4/2014 7:35 PM, Frank Cox wrote:
On Tue, 4 Nov 2014 23:41:36 +0100
Leon Fauster wrote:
mon - old lady b
On Tue, 4 Nov 2014 23:41:36 +0100
Leon Fauster wrote:
> mon - old lady but small:
It looks really cool, but boy does it have a list of dependencies:
fping is needed by mon-1.2.0-8.el7.centos.x86_64
perl(Authen::PAM) is needed by mon-1.2.0-8.el7.centos.x86_64
perl(Authen::
Am 04.11.2014 um 20:36 schrieb Frank Cox :
> I would like to set up a cron job to automatically check whether my
> mailserver and webserver are up, and tell me if they're not.
>
> This script tells me if my webserver is up:
>
> #!/bin/bash
> wget -q --tries=10 --timeout=20 --spider http://melvil
On Tue, Nov 4, 2014 at 1:36 PM, Frank Cox wrote:
> >
> Or if someone knows of an integrated tool that will monitor this in a better
> way (whatever that may be), I'm more than interested.
>
Overkill for one or a few sites, but:
http://www.opennms.org/
can monitor most network services with a fra
On 11/04/2014 02:49 PM, José María Terry Jiménez wrote:
El 04/11/14 a las 20:36, Frank Cox escribió:
I would like to set up a cron job to automatically check whether my mailserver
and webserver are up, and tell me if they're not.
This script tells me if my webserver is up:
#!/bin/bash
wget -q
El 04/11/14 a las 20:36, Frank Cox escribió:
I would like to set up a cron job to automatically check whether my mailserver
and webserver are up, and tell me if they're not.
This script tells me if my webserver is up:
#!/bin/bash
wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.
On 11/4/2014 11:36 AM, Frank Cox wrote:
Or if someone knows of an integrated tool that will monitor this in a better
way (whatever that may be), I'm more than interested.
Nagios.
--
john r pierce 37N 122W
somewhere on the middle of the left coast
__
I would like to set up a cron job to automatically check whether my mailserver
and webserver are up, and tell me if they're not.
This script tells me if my webserver is up:
#!/bin/bash
wget -q --tries=10 --timeout=20 --spider http://melvilletheatre.com
if [[ $? -eq 0 ]]; then
echo "Onlin
16 matches
Mail list logo