RE: Generate a Test Message

Nick Upson <[email protected]>
Newsgroups gmane.comp.monitoring.monit.general
Message-ID <CWXP265MB18645FBD1E9AA13880A7BBE5CA830@CWXP265MB1864.GBRP265.PROD.OUTLOOK.COM>
Have a cron job that does "monit summary | mail <params>"

-----Original Message-----
From: monit-general <[email protected]> On Behalf Of Ron Kelley
Sent: 10 June 2020 17:53
To: [email protected]
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.