I guess my root issue is that I a clustered environment I get false negative downs from one of my nodes some small but annoying percentage of the time.
As a work-around we would like to treat partial down as the same as up, at least from a colors perspective.
I have tried several different ways to change Partial Down to match the color of Up.
1. webroot\css\styes_custom.css add code like statuspartialdown, #statuspartialdown, .statuspartialdown { background-color: #b4cc38 !important; }
2. webroot\javascript\_Prtg.Colors.js and change statuspartialdown: to simply have <#colorcode corlor="statusup">
And many variations of this, but all fail.
Can you help?
Add comment