diff options
Diffstat (limited to 'health/health.d/tcp_mem.conf')
-rw-r--r-- | health/health.d/tcp_mem.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/health/health.d/tcp_mem.conf b/health/health.d/tcp_mem.conf index 646e5c6da..318be20ac 100644 --- a/health/health.d/tcp_mem.conf +++ b/health/health.d/tcp_mem.conf @@ -8,9 +8,9 @@ alarm: tcp_memory on: ipv4.sockstat_tcp_mem - class: System + class: Utilization + type: System component: Network - type: Utilization os: linux hosts: * calc: ${mem} * 100 / ${tcp_mem_high} |