Skip to content

Commit 098e701

Browse files
fronzbotfabaff
authored andcommitted
Added new conditions to netdata sensor (home-assistant#3613)
1 parent 1aed495 commit 098e701

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/_components/sensor.netdata.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,12 @@ Configuration variables:
4444
- 'ipv4_in': Amount of inbound IPv4 packets per second
4545
- 'ipv4_out': Amount of outbound IPv4 packets per second
4646
- 'disk_free': Free disk space
47+
- 'cpu_iowait': CPU spent spent waiting for IO operations
48+
- 'cpu_user': CPU time spent executing user tasks
49+
- 'cpu_system': CPU time spent executing system tasks
50+
- 'cpu_softirq': CPU time spent servicing soft interrupts
51+
- 'cpu_guest': CPU time spent on guest tasks (such as VMs)
52+
- 'uptime': Time (in seconds) since last boot
53+
- 'packets_received': Amount of packets received
54+
- 'packets_sent': Amount of packets sent
55+
- 'connections': Total active connections

0 commit comments

Comments
 (0)