From 098e7014d47bd75878207b2470a366bb44dcd66d Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Fri, 13 Oct 2017 22:51:51 -0400 Subject: [PATCH] Added new conditions to netdata sensor (#3613) --- source/_components/sensor.netdata.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_components/sensor.netdata.markdown b/source/_components/sensor.netdata.markdown index 3673431d176..70df53e9c53 100644 --- a/source/_components/sensor.netdata.markdown +++ b/source/_components/sensor.netdata.markdown @@ -44,3 +44,12 @@ Configuration variables: - 'ipv4_in': Amount of inbound IPv4 packets per second - 'ipv4_out': Amount of outbound IPv4 packets per second - 'disk_free': Free disk space + - 'cpu_iowait': CPU spent spent waiting for IO operations + - 'cpu_user': CPU time spent executing user tasks + - 'cpu_system': CPU time spent executing system tasks + - 'cpu_softirq': CPU time spent servicing soft interrupts + - 'cpu_guest': CPU time spent on guest tasks (such as VMs) + - 'uptime': Time (in seconds) since last boot + - 'packets_received': Amount of packets received + - 'packets_sent': Amount of packets sent + - 'connections': Total active connections