Questions tagged [alert]
24 questions
15
votes
2 answers
Disable Monit alerts when PID changed
When you monitor a process with Monit by its pid, like :
check process blop with pidfile /.../blop.pid
start program = "..."
stop program = "..."
you get an alert when the pidfile is changed.
How do you disable this alert? For example,…

aurels
- 273
- 2
- 6
6
votes
1 answer
HAproxy: Run script on health check change
I have set up a haproxy configuration with a backend with two servers looking like that:
...
default
option log-health-checks
...
mailers mta
mailer smtp1 127.0.0.1:25
...
backend s_api
balance roundrobin
option…

mr.simonski
- 247
- 4
- 13
4
votes
1 answer
Xenserver 6.2 cannot send alert using gmail smtp
I'm using Xenserver 6.2 and configured ssmtp.conf an mail_alert.conf in order to receive alerts through email. I followed the instructions on http://support.citrix.com/servlet/KbServlet/download/34969-102-706058/reference.pdf document. I'm using…

Mert Gülsoy
- 141
- 4
4
votes
1 answer
I need to monitor a log file with monit if the file does not change monit will alert
I need help. I was looking in to Monit documentation and I need help. I could not find my answer there. I need to monitor a log file of a service, if that log file stops to increase in size or even better something in the log file stops coming in…

cr0c
- 958
- 4
- 16
- 35
4
votes
3 answers
Which tool for monitoring the number of outgoing mails in Postfix?
which tool (script, nagios plugin, whatever) can I use to monitor tge rate of outgoing mails on a postfix mail server? I would like that script to calculate the number of outgoing mails per minute or every ten minutes or so and alert me by e-mail if…

Michael Keller
- 41
- 1
- 2
3
votes
1 answer
Clear MARS backup warning: Validate
I have alerts configured on the MARS agent, which I use to backup several servers. One server generates the error below weekly. I need help finding where to validate the encryption passphase. Related note: I am able to restore the data, so the…

PaulKile
- 33
- 4
2
votes
1 answer
Monit check log file content
I am having a issue with Monits content check. I know I can check the log file like this
check file test.log with path logs/test.log
if not match "something" for 5 cycles then alert
But the log file has so many variables and its growing really fast…

cr0c
- 958
- 4
- 16
- 35
2
votes
3 answers
How can I configure Zenoss to send an SMS or Voice alert
Has anyone successfully configured Zenoss to send an SMS or Voice alert? Googling only comes up with a service called TeamTILT for Zenoss. Is this the only alternative available? Has anyone solved this without using this service? Thanks.

ennuikiller
- 838
- 8
- 8
1
vote
1 answer
ARM template for classic alert to new alert conversion
I have created 1 web test classic alert through the Azure Portal. Now I want to convert the classic alert to the new alert .I am using the following ARM template for the same.
{
"name": "TestMetricAlert",
"type":…

binita pandey
- 11
- 1
1
vote
1 answer
haproxy tls alert decrypt error
I'm using haproxy 1.8.17 and openssl 1.1.1a from Debian testing to serve TLS 1.2 connections with client authentication.
In wireshark I observe the usual TLS messages:
client->server: Client Hello
server->client: Server Hello,
Certificate, Server…

C.Scharfenberg
- 63
- 7
1
vote
0 answers
configure frag3 in SNORT
i m trying to test IDS systems on evasion. I have picked up Snort IDS. I have crafted few fragmented packet scenario, and i m sending those fragmented packet to destination address. All these crafted scenarios break RFC rules in some way. So i m…

mgaspar
- 11
- 2
1
vote
1 answer
Canot send SMS using gammu-smsd
I am trying to send SMS using gammu-smsd, but it does not work.
Modem: Huawei E1550
Steps:
#vi /etc/gammu-smsdrc
port= /dev/ttyUSB0
connection = at
Then restarted gammu-smsd:
# /etc/init.d/gammu-smsd restart
SMS Sending test
echo "Test message"…

Robin
- 31
- 1
- 1
- 6
1
vote
1 answer
Setting up automatic Alerts in Cpanel
How Can I setup an automatic email and sms alert notification system through cpanel ( that send me an email and/or sms whenever any of the services like apache and mysql go down.

kabir
- 139
- 2
- 5
1
vote
2 answers
How to monitor mysql slow log and send mail to alert?
I have enabled mysql slow query log on Ubuntu server.
I prefer to get the email alert with the slow sql when any slow query appeared so I can optimize the sql.
I need a lightweight solution.

Yadun
- 39
- 1
- 3
0
votes
2 answers
Monitor for dead disk in linux
I have problem with backups disk that are not part of RAID or anything similar ( so no notifications from raid controller if disk dies). It happens that disk dies completely and only thing that is left i mount point that is inaccessible if you try…

Pimpljek
- 3
- 1