Hello PRTG Team,
I'd like to create a custom WMI sensor. WMI script looks like this:
select bytesreceivedpersec, bytessentpersec from Win32_PerfformattedData_Tcpip_NetworkInterface where name Like '%broadcom%'
(yes i know you got a similiar sensors among your build-in ones)
PRTG tells that there are to many fields.
If I just select "bytesreceivedpersec" however, the script runs fine. Do I have to create two sensors to get bytesreceivedpersec and bytessentpersec?
Actually I thought that's what channels are for... to label multiple return values properly? Yet I can only create one channel for each sensor created.
regards
Christian
Add comment