#Delete HTTP Endpoint Alert
1 messages · Page 1 of 1 (latest)
@cunning cairn : Have you deleted this job from your httpcheck configuration? I believe the alert should automatically disappear.
If not, can you try restarting the agent once?
I have deleted it from my httpcheck config but it is still showing as an alert. This was just a test one to make sure it sends alerts.
We have released a new alerts protocol and this may be a side effect.. I am having this checked with my team..
Can you let me know the Netdata Agent version? And in case you happen to restart the agent, let me know if this alert went away..
I had to re-install this so I cannot tell you, I'm sorry
It was yesterday I installed the nightly version
Also quick question, how can I get a quicker alert if one of the http endpoints go down. Looking to get a response within 5 seconds for when it's down and up
This is my current configuration but I do not understand how to get a quicker response
on: httpcheck.status
class: Workload
type: Web Server
component: HTTP endpoint
lookup: average -5m unaligned percentage of bad_status
every: 1s
units: %
warn: $this >= 10 AND $this < 40
crit: $this >= 40
delay: down 5m multiplier 1.5 max 1h
summary: HTTP check for ${label:url} unexpected status
info: Percentage of HTTP responses from ${label:url} with unexpected status in the last 5 minutes
to: webmaster```
@cunning cairn : I think you can remove the delay line from your configuration so the alert notifications are immediately sent out (up or down)..
Also, this alert is looking at the data for the last 5 minutes and if there are more than 10% of bad_status, it will trigger an alert..
Do you want an instantaneous alert? In which case you would look for the data now and raise an alert if there is any of the above (dimensions)..
I change it on the main node, in the terminal, but it doesn't change it on the https://app.netdata.cloud
Slash your time to detect, troubleshoot and resolve infrastructure performance anomalies. Netdata: architected for speed, automated for easy.
Can you share the alert configuration? And how do you say it doesn't change on the Cloud?
We can get on a quick call to take a look at this issue?
Yes please, I’m looking to move over to Netdata from Nagios but I’m finding it hard to set up notifications as I would like to know very quickly is something goes down. When will you next be available?