plugins/cpu: Remove "wait" from total CPU usage sensors
- plugins/cpu: Remove "wait" from total CPU usage sensors
"wait" consistant mainly of "iowait" which is time the CPU is idle but something's waiting on IO. This means it's not really actual CPU load, so we should count it towards the total load.