summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2023-02-20 20:57:25 +0200
committerGitHub <noreply@github.com>2023-02-20 20:57:25 +0200
commitcac836070f26ce3f01174e438d9dc4e7e819b36e (patch)
treed78ff1163cf5cbd6c482cda83c7f111a7ddc2ff1 /health
parent157c0fa16bac2095ee911b8d6f96a782211c0849 (diff)
bump go.d to v0.51.0 (#14572)
Diffstat (limited to 'health')
-rw-r--r--health/Makefile.am2
-rw-r--r--health/REFERENCE.md50
-rw-r--r--health/health.d/windows.conf (renamed from health/health.d/wmi.conf)32
3 files changed, 42 insertions, 42 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index f0cbb77152..775b051dca 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -97,7 +97,7 @@ dist_healthconfig_DATA = \
health.d/vsphere.conf \
health.d/web_log.conf \
health.d/whoisquery.conf \
- health.d/wmi.conf \
+ health.d/windows.conf \
health.d/x509check.conf \
health.d/zfs.conf \
health.d/dbengine.conf \
diff --git a/health/REFERENCE.md b/health/REFERENCE.md
index ead035b0d9..df011d6a6f 100644
--- a/health/REFERENCE.md
+++ b/health/REFERENCE.md
@@ -301,31 +301,31 @@ type: Database
<details>
<summary>Netdata's stock alarms use the following `type` attributes by default, but feel free to adjust for your own requirements.</summary>
-| Type | Description |
-| ------------------------ | ------------------------------------------------------------------------------------------------ |
-| Ad Filtering | Services related to Ad Filtering (like pi-hole) |
-| Certificates | Certificates monitoring related |
-| Cgroups | Alerts for cpu and memory usage of control groups |
-| Computing | Alerts for shared computing applications (e.g. boinc) |
-| Containers | Container related alerts (e.g. docker instances) |
-| Database | Database systems (e.g. MySQL, PostgreSQL, etc) |
-| Data Sharing | Used to group together alerts for data sharing applications |
-| DHCP | Alerts for dhcp related services |
-| DNS | Alerts for dns related services |
-| Kubernetes | Alerts for kubernetes nodes monitoring |
-| KV Storage | Key-Value pairs services alerts (e.g. memcached) |
-| Linux | Services specific to Linux (e.g. systemd) |
-| Messaging | Alerts for message passing services (e.g. vernemq) |
-| Netdata | Internal Netdata components monitoring |
-| Other | When an alert doesn't fit in other types. |
-| Power Supply | Alerts from power supply related services (e.g. apcupsd) |
-| Search engine | Alerts for search services (e.g. elasticsearch) |
-| Storage | Class for alerts dealing with storage services (storage devices typically live under `System`) |
-| System | General system alarms (e.g. cpu, network, etc.) |
-| Virtual Machine | Virtual Machine software |
-| Web Proxy | Web proxy software (e.g. squid) |
-| Web Server | Web server software (e.g. Apache, ngnix, etc.) |
-| Windows | Alerts for monitor of wmi services |
+| Type | Description |
+|-----------------|------------------------------------------------------------------------------------------------|
+| Ad Filtering | Services related to Ad Filtering (like pi-hole) |
+| Certificates | Certificates monitoring related |
+| Cgroups | Alerts for cpu and memory usage of control groups |
+| Computing | Alerts for shared computing applications (e.g. boinc) |
+| Containers | Container related alerts (e.g. docker instances) |
+| Database | Database systems (e.g. MySQL, PostgreSQL, etc) |
+| Data Sharing | Used to group together alerts for data sharing applications |
+| DHCP | Alerts for dhcp related services |
+| DNS | Alerts for dns related services |
+| Kubernetes | Alerts for kubernetes nodes monitoring |
+| KV Storage | Key-Value pairs services alerts (e.g. memcached) |
+| Linux | Services specific to Linux (e.g. systemd) |
+| Messaging | Alerts for message passing services (e.g. vernemq) |
+| Netdata | Internal Netdata components monitoring |
+| Other | When an alert doesn't fit in other types. |
+| Power Supply | Alerts from power supply related services (e.g. apcupsd) |
+| Search engine | Alerts for search services (e.g. elasticsearch) |
+| Storage | Class for alerts dealing with storage services (storage devices typically live under `System`) |
+| System | General system alarms (e.g. cpu, network, etc.) |
+| Virtual Machine | Virtual Machine software |
+| Web Proxy | Web proxy software (e.g. squid) |
+| Web Server | Web server software (e.g. Apache, ngnix, etc.) |
+| Windows | Alerts for monitor of windows services |
</details>
diff --git a/health/health.d/wmi.conf b/health/health.d/windows.conf
index 90d39ce9d0..d678ac3aee 100644
--- a/health/health.d/wmi.conf
+++ b/health/health.d/windows.conf
@@ -1,8 +1,8 @@
## CPU
- template: wmi_10min_cpu_usage
- on: wmi.cpu_utilization_total
+ template: windows_10min_cpu_usage
+ on: windows.cpu_utilization_total
class: Utilization
type: Windows
component: CPU
@@ -20,8 +20,8 @@ component: CPU
## Memory
- template: wmi_ram_in_use
- on: wmi.memory_utilization
+ template: windows_ram_in_use
+ on: windows.memory_utilization
class: Utilization
type: Windows
component: Memory
@@ -36,8 +36,8 @@ component: Memory
info: memory utilization
to: sysadmin
- template: wmi_swap_in_use
- on: wmi.memory_swap_utilization
+ template: windows_swap_in_use
+ on: windows.memory_swap_utilization
class: Utilization
type: Windows
component: Memory
@@ -55,8 +55,8 @@ component: Memory
## Network
- template: wmi_inbound_packets_discarded
- on: wmi.net_discarded
+ template: windows_inbound_packets_discarded
+ on: windows.net_discarded
class: Errors
type: Windows
component: Network
@@ -71,8 +71,8 @@ component: Network
info: number of inbound discarded packets for the network interface in the last 10 minutes
to: sysadmin
- template: wmi_outbound_packets_discarded
- on: wmi.net_discarded
+ template: windows_outbound_packets_discarded
+ on: windows.net_discarded
class: Errors
type: Windows
component: Network
@@ -87,8 +87,8 @@ component: Network
info: number of outbound discarded packets for the network interface in the last 10 minutes
to: sysadmin
- template: wmi_inbound_packets_errors
- on: wmi.net_errors
+ template: windows_inbound_packets_errors
+ on: windows.net_errors
class: Errors
type: Windows
component: Network
@@ -103,8 +103,8 @@ component: Network
info: number of inbound errors for the network interface in the last 10 minutes
to: sysadmin
- template: wmi_outbound_packets_errors
- on: wmi.net_errors
+ template: windows_outbound_packets_errors
+ on: windows.net_errors
class: Errors
type: Windows
component: Network
@@ -122,8 +122,8 @@ component: Network
## Disk
- template: wmi_disk_in_use
- on: wmi.logical_disk_utilization
+ template: windows_disk_in_use
+ on: windows.logical_disk_utilization
class: Utilization
type: Windows
component: Disk