Questions tagged [alert]
The alert tag has no usage guidance.
25
questions
15
votes
2
answers
8k
views
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 ...
7
votes
1
answer
11k
views
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 ...
4
votes
1
answer
4k
views
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 ...
4
votes
3
answers
3k
views
Which tool for monitoring the number of outgoing mails in Postfix? [closed]
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 ...
4
votes
1
answer
2k
views
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-...
3
votes
1
answer
2k
views
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 ...
2
votes
3
answers
1k
views
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 ...
2
votes
1
answer
11k
views
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 ...
1
vote
1
answer
8k
views
Setting up automatic Alerts in Cpanel [closed]
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.
1
vote
1
answer
10k
views
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-...
1
vote
1
answer
550
views
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": "...
1
vote
2
answers
4k
views
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.
1
vote
1
answer
1k
views
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
...
1
vote
0
answers
797
views
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 ...
0
votes
1
answer
510
views
Nagios check_snmp (New Response) CRITICAL 7
I have got a new critical figure / output as 7
SNMP CRITICAL - *7*
What does above 7 refer to?
0
votes
0
answers
25
views
monitor pgp expiration date from ciphermail gateway
I can lookup the expiration date of my public keys (PGP) in the webui of ciphermail.
But is there a more convenient way of monitoring the expiration date of the PGP public keys?
0
votes
0
answers
43
views
How can I detect an exe installed from an HTTP server using SNORT
alert tcp any any -> any 80 (msg:"HTTP File Download Detected"; flow:to_server,established; content:"GET "; http_method; content:".exe"; http_uri; sid:1000001;)
On ...
0
votes
1
answer
513
views
Alert when Admin logs into Azure
I setup an Office365/Azure tenancy for a small charity I help.
I am keen to setup automated reporting that sends an email when someone logs in as an admin account (i.e with a particular role or group)....
0
votes
2
answers
856
views
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 ...
0
votes
1
answer
605
views
SQL Server Alert Based On Severity Level Not Working
I am new to SQL Server alerts, and I am trying to setup an alert based on the severity level, that should run a job and send notifications.
In order to test if the alert works correctly I have ...
-1
votes
2
answers
47
views
Software to Detect Device Missing from Network?
I have several small Android tablets that I am going to deploy in a manufacturing environment. Each one will be assigned to an individual, but I'd still like to have some way of detecting if the ...
-1
votes
1
answer
98
views
Configure vSphere uptime alert for linux servers
I was wondering if there's any way to configure a vSphere uptime alert for a linux server. For example, when the server has 168 hours of uptime we want an alert to generate indicating this fact.
I've ...
-1
votes
1
answer
116
views
Is there a way to setup ping check for remote host in Azure? [closed]
I'm trying to find a way in Azure to setup some service to be able to do ping check on remote host not hosted in Azure and alert when it is not reachable. For example On-Premises server with PIP.
-2
votes
2
answers
5k
views
Removing the Security Alert Outlook pops up for internal network domain clients - Remove security?
I have several Outlook clients on the internal network pointing to the internal DNS name of the Exchange 2010 SP1 R2 server.
The name we're using is exchange2.example.local.
Since new guidelines ...
-2
votes
2
answers
5k
views
How to configure nagios realtime SMS alert
I have configured nagios SMS alert and it takes around one minute to send notification. I want to get SMS notification withing one/two second(s) after system/service failure. I could not find any way ...