Re: regex matched but not matched

2025-07-07 Thread M/Monit Support
Hi, could you please check if the issue persists with Monit 5.35.2? There was a fix that might result in false negatives when LWP (thread) exists that matches the old PID of the process. Best regards, The M/Monit team > On 7. 7. 2025, at 13:27, lejeczek via This is the general mailing list fo

[Announce] Monit 5.35.2

2025-05-08 Thread M/Monit Support
Hi, We have just released Monit 5.35.2 Download: https://mmonit.com/monit/#download Release Notes = Fixed: An issue where Monit with a short poll cycle could skip sleep intervals, run checks continuously, and use CPU excessively when using numerous "ch

[Announce] Monit 5.35.1

2025-04-29 Thread M/Monit Support
Hi, We have just released Monit 5.35.1 Download: https://mmonit.com/monit/#download Release Notes = https://mmonit.com/monit/changes/ The Monit 5.35.1 release includes na fix for possible crash when "check program" is used Contact: If you

Re: Another regex match question

2025-04-10 Thread M/Monit Support
Hello, There are many ways how to write the regular expression, did you try something like this?: if match '[Ee][Rr][Rr][Oo][Rr]' then alert Best regards, The M/Monit team > On 8. 4. 2025, at 18:08, Ron Kelley wrote: > > Greetings all, > > I am trying to do a case-insensitive match

[Announce] Monit 5.35.0

2025-04-10 Thread M/Monit Support
Hi, We have just released Monit 5.35.0 Download: https://mmonit.com/monit/#download Release Notes = The Monit 5.35.0 release includes numerous significant fixes, as detailed in the changelog: https://mmonit.com/monit/changes/ Notably, it introduces su

Re: Strange "program/file does not exist" error

2025-04-10 Thread M/Monit Support
Hello Steven, it's because of Ubuntu's systemd hardening setup since Ubuntu 24.04, please see here for more details and solution: https://mmonit.com/wiki/Monit/FAQ#hardening Best regards, The M/Monit team > On 9. 4. 2025, at 23:50, Steven Christensen wrote: > > I have a new Ubuntu VM and I i

Re: Neither success nor failure?

2025-04-05 Thread M/Monit Support
The upcoming release (monit 5.35.0) eliminates the delay in the process check, which may help to simplify the configuration a bit :) Best regards, The Monit team > On 24. 3. 2025, at 0:59, Steven Christensen wrote: > > Following up on this for closure, I ended up doing something which include

Re: Suppress alert when restarting

2025-02-11 Thread M/Monit Support
Hello Tobias, Splitting the check as you did is a correct workaround. Internals: Both status tests in the same service check context trigger the same "status" event type. The "restart" action triggers an implicit "alert" action (thus restart is kind of combo). The alert can be suppressed by the

Re: wiki postfix example - resource check error

2025-02-09 Thread M/Monit Support
Hello, There was a bug in Monit, the loadavg test in the check process context didn't work. The fix will be part of the next release (https://bitbucket.org/tildeslash/monit/commits/e42bb0fa4a2d4dae020f606f3724e39dd8c8f96e) Best regards, The M/Monit team > On 6. 2. 2025, at 18:01, calm-oops-f

[Announce] Monit 5.34.4

2025-01-10 Thread M/Monit Support
Hi, We have just released Monit 5.34.4 Download: https://mmonit.com/monit/#download Release Notes (https://mmonit.com/monit/changes/) = Fixed: If the Monit configuration file contains a string with unbalanced escape sequences, Monit may crash upon star

[Announce] Monit 5.34.3

2024-12-10 Thread M/Monit Support
Hi, We have just released Monit 5.34.3 Download: https://mmonit.com/monit/#download Release Notes (https://mmonit.com/monit/changes/) = • Fixed: If the ping statement did not explicitly specify an outgoing address but a previous ping statement did,

[Announce] Monit 5.34.2

2024-10-11 Thread M/Monit Support
Hi, We have just released Monit 5.34.2 Download: https://mmonit.com/monit/#download Release Notes (https://mmonit.com/monit/changes/) = Fixed: The network protocol test may occasionally fail with a "Poll failed: Interrupted system call" error.

[Announce] Monit 5.34.1

2024-10-04 Thread M/Monit Support
Hi, We have just released Monit 5.34.1 Download: https://mmonit.com/monit/#download Release Notes (https://mmonit.com/monit/changes/) = • Fixed: The check program now avoids leaving zombie processes between cycles. Contact: If you have

Re: monit v5.34 not working on centos 7 and 6

2024-06-03 Thread M/Monit Support
Hello Riccardo, we have updated the linux-x64 build to work on CentoOS 6.x and 7.x. Best regards, The M/Monit team > On 29. 5. 2024, at 11:54, Riccardo Leonardi wrote: > > Hello all, > > the new version of monit 5.34 doesn't work on centos 7 and 6: > > /bin/monit: /lib64/libc.so.6: version `

[Announce] Monit 5.34.0

2024-05-28 Thread M/Monit Support
Hi, We have just released Monit 5.34.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other feedba

Re: bug or user error using ping

2023-11-06 Thread M/Monit Support
Hello Paul, which Monit version it is?(the ping response time requires Monit 5.33.0) Is it possible to get a ping network trace between Monit and the monitored machine and send it to supp...@mmonit.com once the problem occurs, along with the Monit log? It may also help to run Monit in debug mo

[Announce] Monit 5.33.0

2023-02-11 Thread M/Monit Support
Hi, We have just released Monit 5.33.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

Re: trouble with responsetime keyword

2022-05-04 Thread M/Monit Support
Yep, your point about the error message is true, we've modified it already: https://bitbucket.org/tildeslash/monit/commits/87b6d16129451ebc0794b28791be77503a3415f1 Best regards, The M/Monit team > On 4. 5. 2022, at 8:30, Lutz Mader wrote: > > Hello M/Monit Support, > the s

Re: trouble with responsetime keyword

2022-05-03 Thread M/Monit Support
M/Monit team > On 3. 5. 2022, at 22:13, Lutz Mader wrote: > > Hello M/Monit Support, > nice to see, but the messages does not fit well, I think. > > For my definition > check host Localhost with address 192.168.1.4 > if failed port 8081 protocol http and response

Re: trouble with responsetime keyword

2022-05-03 Thread M/Monit Support
Fixed (will be part of next release) Best regards, The M/Monit team > On 29. 4. 2022, at 22:33, Lutz Mader wrote: > > Hello Noel, > you are right. > > The syntax of your first sample should be right, see > https://mmonit.com/monit/documentation/monit.html#NETWORK-PING-TEST, > but does not fit

[Announce] Monit 5.32.0

2022-03-25 Thread M/Monit Support
Hi, We have just released Monit 5.32.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

[Announce] Monit 5.31.0

2022-02-10 Thread M/Monit Support
Hi, We have just released Monit 5.31.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

[Announce] Monit 5.30.0

2022-01-13 Thread M/Monit Support
Hi, We have just released Monit 5.30.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

[Announce] Monit 5.29.0

2021-08-24 Thread M/Monit Support
Hi, We have just released Monit 5.29.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

[Announce] Monit 5.28.0

2021-03-29 Thread M/Monit Support
Hi, We have just released Monit 5.28.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this release. Contact: If you have questions, comments or any other f

Re: non-existing program test

2021-03-25 Thread M/Monit Support
Hi Gerrit, this problem was resolved in Monit 5.27.1: https://bitbucket.org/tildeslash/monit/issues/932/assertexception-raised-in-command_new Best regards, The M/Monit team > On 25 Mar 2021, at 12:33, Gerrit Kuehn wrote: > > > On Thu, 25 Mar 2021 13:10:21 +0200 > Roland Giesler wrote: > >>

[Announce] Monit 5.27.0

2020-06-29 Thread M/Monit Support
Hi, We have just released Monit 5.27.0 Download: https://mmonit.com/monit/#download Release Notes: == Please see https://mmonit.com/monit/changes/ for a complete and detailed list of changes in this r

Re: [monit] monitor sub process socket

2010-04-12 Thread M/Monit support
/monit/documentation/monit.html#connection_testing_using_the_url_notation) if failed url http://user:passw...@www.foo.bar:8080/?querystring and content == 'action="j_security_check"' then restart Best regards, M/Monit support On Mar 24, 2010, at 9:19 AM, Mark Olliver wrote

Re: [monit] warning when things are expiring?

2010-04-12 Thread M/Monit support
t to monit directly in some next version. Regards, M/Monit support On Mar 26, 2010, at 1:16 PM, B. Cook wrote: > (I'm newbie to monit; but looking at replacing several large distributed > nagios setups) > > Is there a way to check when ssl certs and possibly domains are expiri

Re: [monit] monitor process in memory

2010-04-12 Thread M/Monit support
n be different then what was written to the file - in this case you can use instead 'pgrep myprogram > /var/run/xyz.pid' or if pgrep is not available, use some equivalent (ps -ef | grep ...). Regards, M/Monit support On Apr 11, 2010, at 11:29 AM, David Touzeau wrote: > Dear >