mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Added new conditions to netdata sensor (#3613)
This commit is contained in:
parent
1aed4959b3
commit
098e7014d4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user