summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-19 00:29:10 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-05-19 00:29:10 +0300
commit22a528e3e4fb3ccdc8283cbdbb530d98d34843e6 (patch)
tree1db9636572bbf46b90a4b18d27d86e6acf830c00 /conf.d
parentd5c0969e756812793f775747d9d830b96874ecbe (diff)
fixed typo in alarm info lines
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.conf2
3 files changed, 4 insertions, 4 deletions
diff --git a/conf.d/health.d/net.conf b/conf.d/health.d/net.conf
index d6db76613e..19eeaf89a1 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 (there will be clear notification for this alarm)
+ info: the % of the rate of received packets in the last 10 seconds, compared to the rate of the last minute (clear notification for this alarm will not be sent)
to: sysadmin
diff --git a/conf.d/health.d/tcp_resets.conf b/conf.d/health.d/tcp_resets.conf
index 2cad5417dc..990671048e 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; there will be clear notification for this alarm)
+ 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; clear notification for this alarm will not be sent)
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; there will be clear notification for this alarm)
+ 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; clear notification for this alarm will not be sent)
to: sysadmin
diff --git a/conf.d/health.d/web_log.conf b/conf.d/health.d/web_log.conf
index 0f574f6e5a..d180881728 100644
--- a/conf.d/health.d/web_log.conf
+++ b/conf.d/health.d/web_log.conf
@@ -157,6 +157,6 @@ families: *
options: no-clear-notification
info: the percentage of successful web requests over the last 5 minutes, \
compared with the previous 5 minutes \
- (there will be clear notification for this alarm)
+ (clear notification for this alarm will not be sent)
to: webmaster