summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-26 23:31:35 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-04-26 23:31:35 +0300
commit1060c5d8269a1026ab6240a6c9c22ec1896cc653 (patch)
treedef09cf60c5624b21460940842385fa16f840607 /conf.d
parent2e1261d828cae6d6249f294c4e1d1d516e5d634f (diff)
added note to alarms that do not send clear notifications; #970
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/health.d/net.conf2
-rw-r--r--conf.d/health.d/tcp_resets.conf4
-rw-r--r--conf.d/health.d/web_log.conf3
3 files changed, 5 insertions, 4 deletions
diff --git a/conf.d/health.d/net.conf b/conf.d/health.d/net.conf
index 0232395acf..d6db76613e 100644
--- a/conf.d/health.d/net.conf
+++ b/conf.d/health.d/net.conf
@@ -102,6 +102,6 @@ families: *
warn: $this > (($status >= $WARNING)?(200):(1000))
crit: $this > (($status >= $WARNING)?(1000):(2000))
options: no-clear-notification
- info: the % of the rate of received packets in the last 10 seconds, compared to the rate of the last minute
+ info: the % of the rate of received packets in the last 10 seconds, compared to the rate of the last minute (there will be clear notification for this alarm)
to: sysadmin
diff --git a/conf.d/health.d/tcp_resets.conf b/conf.d/health.d/tcp_resets.conf
index 49fb1b924c..2cad5417dc 100644
--- a/conf.d/health.d/tcp_resets.conf
+++ b/conf.d/health.d/tcp_resets.conf
@@ -29,7 +29,7 @@
warn: $this > ((($1m_ipv4_tcp_resets_sent < 5)?(5):($1m_ipv4_tcp_resets_sent)) * (($status >= $WARNING) ? (1) : (4)))
delay: up 0 down 60m multiplier 1.2 max 2h
options: no-clear-notification
- info: average TCP RESETS this host is sending, over the last 10 seconds (this can be an indication that a port scan is made, or that a service running on this host has crashed)
+ info: average TCP RESETS this host is sending, over the last 10 seconds (this can be an indication that a port scan is made, or that a service running on this host has crashed; there will be clear notification for this alarm)
to: sysadmin
# -----------------------------------------------------------------------------
@@ -50,5 +50,5 @@ options: no-clear-notification
warn: $this > ((($1m_ipv4_tcp_resets_received < 5)?(5):($1m_ipv4_tcp_resets_received)) * (($status >= $WARNING) ? (1) : (4)))
delay: up 0 down 60m multiplier 1.2 max 2h
options: no-clear-notification
- info: average TCP RESETS this host is receiving, over the last 10 seconds (this can be an indication that a service this host needs, has crashed)
+ info: average TCP RESETS this host is receiving, over the last 10 seconds (this can be an indication that a service this host needs, has crashed; there will be clear notification for this alarm)
to: sysadmin
diff --git a/conf.d/health.d/web_log.conf b/conf.d/health.d/web_log.conf
index c668959f51..0f574f6e5a 100644
--- a/conf.d/health.d/web_log.conf
+++ b/conf.d/health.d/web_log.conf
@@ -156,6 +156,7 @@ families: *
delay: down 15m multiplier 1.5 max 1h
options: no-clear-notification
info: the percentage of successful web requests over the last 5 minutes, \
- compared with the previous 5 minutes
+ compared with the previous 5 minutes \
+ (there will be clear notification for this alarm)
to: webmaster