monit-general
[Top][All Lists]
Advanced

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

RE: Generate a Test Message


From: Nick Upson
Subject: RE: Generate a Test Message
Date: Wed, 10 Jun 2020 16:56:13 +0000

Have a cron job that does "monit summary | mail <params>"

-----Original Message-----
From: monit-general <monit-general-bounces+nu=telensa.com@nongnu.org> On Behalf 
Of Ron Kelley
Sent: 10 June 2020 17:53
To: monit-general@nongnu.org
Subject: Re: Generate a Test Message

Quick and dirty way:  Setup a cron job to log a message to /var/log/syslog and 
then setup monit to watch for the message.

Example:

/etc/monit.d/monit.conf
------------------------
###############################################################################
# Send daily test message
###############################################################################
check file messages with path /var/log/message
    if match "Daily monit alert" then alert


crontab file
------------------------
0 0 * * * /bin/logger "Daily monit alert"
------------------------


Hope this helps!

-Ron




On 6/10/20 12:48 PM, Faine, Mark R. (MSFC-IS40)[NICS] wrote:
> I am looking for a way to generate a message from Monit as a routine test 
> just to ensure it is working and that we will receive alerts should any be 
> generated.The problem is that if we have it configured properly and things 
> are running well it can be a while before we see any messages from Monit. In 
> this time, it is possible, even if unlikely, that there is a problem with 
> Monit somewhere that has gone unnoticed and when something does happen we 
> won't be notified.In order to prevent this, we are looking for a way to make 
> Monit generate a test notice at least once per day to ensure it is 
> functioning properly. I have googled for this and seen a few ideas for 
> forcing a failure and changing the message but I was hoping that there may be 
> a better way.
>
> Thanks,
>
> -Mark
>

CAUTION. This email originated from outside of Telensa. Do not click links or 
open attachments unless you recognise the sender and know the content is safe.
IMPORTANT NOTICE: This e-mail message is intended to be received only by 
persons entitled to receive the confidential information it may contain. E-mail 
messages to clients of Telensa may contain information that is confidential and 
legally privileged. Please do not read, copy, forward, or store this message 
unless you are an intended recipient of it. If you have received this message 
in error, please forward it to the sender and delete it completely from your 
computer system.



reply via email to

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