Added new conditions to netdata sensor (#3613)

This commit is contained in:
Kevin Fronczak 2017-10-13 22:51:51 -04:00 committed by Fabian Affolter
parent 1aed4959b3
commit 098e7014d4

View File

@ -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