summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-16 21:02:07 +0300
committerGitHub <noreply@github.com>2021-03-16 21:02:07 +0300
commit1d4905dcbfc08d5abab89cfec49806622a46375d (patch)
tree3a4558b07f8c94152c82ec1712615851b4325885 /health
parent7063100fd80580c0f24016481a4c708aaac85d35 (diff)
health: add `wmi_` prefix to the wmi collector network alarms (#10782)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/wmi.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/health/health.d/wmi.conf b/health/health.d/wmi.conf
index 0441fc1f3c..c2edf85810 100644
--- a/health/health.d/wmi.conf
+++ b/health/health.d/wmi.conf
@@ -61,7 +61,7 @@ template: wmi_swap_in_use
## Network
-template: inbound_packets_discarded
+template: wmi_inbound_packets_discarded
on: wmi.net_discarded
os: linux
hosts: *
@@ -74,7 +74,7 @@ families: *
info: interface inbound discarded packets in the last 10 minutes
to: sysadmin
-template: outbound_packets_discarded
+template: wmi_outbound_packets_discarded
on: wmi.net_discarded
os: linux
hosts: *
@@ -87,7 +87,7 @@ families: *
info: interface outbound discarded packets in the last 10 minutes
to: sysadmin
-template: inbound_packets_errors
+template: wmi_inbound_packets_errors
on: wmi.net_errors
os: linux
hosts: *
@@ -100,7 +100,7 @@ families: *
info: interface inbound errors in the last 10 minutes
to: sysadmin
-template: outbound_packets_errors
+template: wmi_outbound_packets_errors
on: wmi.net_errors
os: linux
hosts: *