Hello. We would like to change the color of acknowledged sensors in PRTG. We are able to change the color of acknowledged sensors in sunburst / treemap map objects (in v12 and v13) with below css code. How do we change the status icon (e.g. in help box , device tree.....) as well ?
.treemap .device.downack, .nodeLinkTree .node image.downack, .nodeLinkTree .node rect.udownack, g.downack path { fill: #6600cc; background-color:#6600cc; }
In PRTG v12 , i have could find below 3 icon files for color modification. led_redok.png led_redok_big.png led_redok_tall.png
In PRTG v13, it seems not work even file color modificated. Instead , i have find a file "icon_partdown.svg" . Any ideal for this ?
Add comment