summaryrefslogtreecommitdiffstats
path: root/health/health.d/windows.conf
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@netdata.cloud>2023-07-27 21:15:11 +0300
committerGitHub <noreply@github.com>2023-07-27 21:15:11 +0300
commit233d5e4cd9341d8adaa76f8cb1c3dca031eaa9cf (patch)
tree9028c8f242135bc411acaf04f89539c8f9f51167 /health/health.d/windows.conf
parenta7db3dcf40994ca78484f6e18077a34de5adfcaa (diff)
remove the noise by silencing alerts that dont need to wake up people (#15590)
Diffstat (limited to 'health/health.d/windows.conf')
-rw-r--r--health/health.d/windows.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/health/health.d/windows.conf b/health/health.d/windows.conf
index 28a8863862..9ef4c202f8 100644
--- a/health/health.d/windows.conf
+++ b/health/health.d/windows.conf
@@ -15,7 +15,7 @@ component: CPU
crit: $this > (($status == $CRITICAL) ? (85) : (95))
delay: down 15m multiplier 1.5 max 1h
info: average CPU utilization over the last 10 minutes
- to: sysadmin
+ to: silent
## Memory
@@ -52,7 +52,7 @@ component: Network
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
info: number of inbound discarded packets for the network interface in the last 10 minutes
- to: sysadmin
+ to: silent
template: windows_outbound_packets_discarded
on: windows.net_nic_discarded
@@ -67,7 +67,7 @@ component: Network
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
info: number of outbound discarded packets for the network interface in the last 10 minutes
- to: sysadmin
+ to: silent
template: windows_inbound_packets_errors
on: windows.net_nic_errors
@@ -82,7 +82,7 @@ component: Network
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
info: number of inbound errors for the network interface in the last 10 minutes
- to: sysadmin
+ to: silent
template: windows_outbound_packets_errors
on: windows.net_nic_errors
@@ -97,7 +97,7 @@ component: Network
warn: $this >= 5
delay: down 1h multiplier 1.5 max 2h
info: number of outbound errors for the network interface in the last 10 minutes
- to: sysadmin
+ to: silent
## Disk