443 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
34
views
monit took very long from "restart on user request" state to actually executing the restart
[2025年06月20日T17:33:08+0800] info : 'service-name' restart on user request
[2025年06月20日T17:34:31+0800] info : 'service-name' trying to restart
[2025年06月20日T17:34:32+0800] info : 'service-name' ...
0
votes
0
answers
41
views
Monit averages CPU usage over time
We use Monit (v3.7.10) to monitor the CPU usage of our servers, among other things. We noticed that when we change the time period Monit seems to be doing some averaging. For instance below is the CPU ...
0
votes
1
answer
78
views
Monitoring a Rails application with monit service when ProtectSystem=strict is used in the systemd unit file
I have been using monit to monitor my Rails application for several years. It has worked very well for me.
Currently, when I try to setup the same configuration on the latest Ubuntu LTS (24.04.1) I am ...
0
votes
1
answer
72
views
Integration Monit with Amazon SES using IAM instance profile
Monit documentation has no information about this integration. I already set the "mailserver" config in monitrc file like below.
set mailserver email-smtp.eu-central-1.amazonaws.com
Getting ...
0
votes
1
answer
258
views
Struggling with MMonit
I'm trying to use monit on Fedora FC39 and I'm strugling with a particular service I want to monitor
here is the service monit configuration file
CHECK PROGRAM domoticz PATH "/usr/bin/systemctl --...
0
votes
1
answer
93
views
monit emits "Skipping 'allow localhost' -- host resolved to [::ffff:127.0.0.1] which is present in ACL already"
Upon using monit the warning message always shows up. We don't want to get this warning every time we use monit. What could be the reason for this warning message ?
0
votes
1
answer
100
views
Ask: Wordpress site error messages alert monitoring (monit / other tools linux based server)
need some advice to monitoring wordpress site error messages hosted in linux (open source tools & free)
error messages like these:
"Error establishing database connection"
"Error ...
0
votes
1
answer
217
views
monit 5.31.0 and https/443 check failures
I have two Wordpress sites on the same server. Both use LetsEncrypt. One fails constantly, the other succeeds. I'm not sure why!
check host example-a.com with address www.example-a.com
if failed icmp ...
0
votes
1
answer
185
views
Using monit to monit multiple delayed_jobs processes
I've looked at other SO questions about using the monit utility to monitor delayed_jobs processes, and none of them really provide a satisfactory answer to a "real-world" situation.
The ...
0
votes
1
answer
91
views
Monit Measure Responsetime for http requests wrong status speed failed by responsetime < limit
using Monit to monitor http response and responsetime
strangewise monit shows speed failed even responsetime is lower than limit.
monit status: Speed failed
Port response time 158.118 ms to 127....
0
votes
2
answers
346
views
Monit doesn’t detect that program is running
I have a very simple Python program called test.py that I’m using to test Monit. Monit seems unable to detect that the program is running. Here’s the current context:
Monit version 5.31.0 running on ...
0
votes
1
answer
364
views
When calling exec in Monit, nothing happens, although everything is fine in the logs
I have Monit 5.31.0 on Ubuntu 22.04.3 LTS and I'm struggling to understand why the exec is not working.
I have a monitoring file for a website, for example:
check host all with address google.com
...
0
votes
1
answer
223
views
monit send alert for different cycles fails to different e-mail addresses
how can I set alert for different cycles fails to different users (something like that) for the same service in monit?
I have tried the config like his below.
check host "Cluster0 Admin Panel&...
0
votes
1
answer
101
views
Monit host identify
Is there a way to have monit identify a host inside the mail-format other than hostname? Having hostname only seems very limiting. In the environment I am working it, it is an education and training ...
0
votes
1
answer
169
views
M/Monit php curl connection
Iam trying to write a PHP script to use the M/Monit API
https://mmonit.com/documentation/http-api/static/Examples/cURL.html
I am having a problem converting the command line script to run using PHP ...