Skip to content

PRTG Redis Sensor 2.1.10

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 20:23
Prevent divide by zero error

When there were no hits or misses against a node, the result being returned was NaN as a result of a divide by zero issue. This approach converts the NaN result to a zero.