health: add `wmi_` prefix to the wmi collector network alarms (#10782)
Ilya Mashchenko committed
Mar 16, 2021 at 21:02 UTC
1d4905dcbfc08d5abab89cfec49806622a46375d
1 file changed
+4
-4
health/health.d/wmi.conf
+4
-4
@@ -61,7 +61,7 @@ template: wmi_swap_in_use
61
62
## Network
63
64
-template: inbound_packets_discarded
64
+template: wmi_inbound_packets_discarded
65
on: wmi.net_discarded
66
os: linux
67
hosts: *
@@ -74,7 +74,7 @@ families: *
74
info: interface inbound discarded packets in the last 10 minutes
75
to: sysadmin
76
77
-template: outbound_packets_discarded
77
+template: wmi_outbound_packets_discarded
78
on: wmi.net_discarded
79
os: linux
80
hosts: *
@@ -87,7 +87,7 @@ families: *
87
info: interface outbound discarded packets in the last 10 minutes
88
to: sysadmin
89
90
-template: inbound_packets_errors
90
+template: wmi_inbound_packets_errors
91
on: wmi.net_errors
92
os: linux
93
hosts: *
@@ -100,7 +100,7 @@ families: *
100
info: interface inbound errors in the last 10 minutes
101
to: sysadmin
102
103
-template: outbound_packets_errors
103
+template: wmi_outbound_packets_errors
104
on: wmi.net_errors
105
os: linux
106
hosts: *