I have tried adding custom sensor from scratch. It didn't help. I have a power shell script which fetches data and prints in json. I used to get graph in megabits per second and #/s. After upgraded graph scale has changed to %/s
<prtg>
<result>
<Name>1-1-5</Name>
<channel>Traffic_Out</channel>
<CustomUnit>Megabits</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 0</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>FCS_Errors_RX</channel>
<CustomUnit>#</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 0</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>Discarded_Rx_packets</channel>
<CustomUnit>#</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 71937318</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>FCS_Errors_TX</channel>
<CustomUnit>#</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 0</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>Discarded_Tx_Packets</channel>
<CustomUnit>#</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 0</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>Traffic_In</channel>
<CustomUnit>Megabits</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value> 73664</value>
</result>
<result>
<Name>1-1-5</Name>
<channel>Total</channel>
<CustomUnit>Megabits</CustomUnit>
<mode>Difference</mode>
<showChart>1</showChart>
<showTable>1</showTable>
<warning>0</warning>
<float>0</float>
<value>73664</value>
</result>
<Text>OK</Text>
</prtg>
Add comment