What is this?

This knowledgebase contains questions and answers about PRTG Network Monitor and network monitoring in general.

Learn more

PRTG Network Monitor

Intuitive to Use. Easy to manage.
More than 500,000 users rely on Paessler PRTG every day. Find out how you can reduce cost, increase QoS and ease planning, as well.

Free Download

Top Tags


View all Tags

Change color of Acknowledge sensor status in PRTG

Votes:

0

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 ?

acknowledge color status

Created on Jun 21, 2013 4:41:23 AM



5 Replies

Votes:

0

hello,

you need to change the necessary png and svgs files and then make them read only so that they would not be changed by an update.

Created on Jun 25, 2013 8:31:37 AM by  Aurelio Lombardi [Paessler Support]



Votes:

0

I am confused on how to change the color, my prtg is v14.

you can put all related files that must be changed to change color Acknowledge sensor status ?

thanks

Created on Nov 14, 2014 3:22:56 PM



Votes:

0

how familiar are you with HTML?

please go to

<Prtg install path>\webroot\css\styles_custom_v2.css

edit the css file and add

}
.map_object.map_iconcolor_senso,.map_object.map_iconcolor_senso label,.map_object.map_iconcolor_senso span {
  background-color: <#colorcode color="statusdownack"> !important;
}
.map-marker.downack {
  background-color:<#colorcode color="statusdownack"> !important;
}
.treemap .device.downack,
.treemap .library.downack,
g.downack  path {
  fill: <#colorcode color="statusdownack"> !important;
  background-color: <#colorcode color="statusdownack"> !important;
}
#crumblersensorstats div.downacksens {
  background-color: <#colorcode color="statusdownack"> !important;
}
#sensorcounts a.sensorlinkpartialred {
  background: <#colorcode color="statusdownack"> !important;
}
#sensorstatusmessage.sensorstatusmessagesenso {
  background-color: <#colorcode color="statusdownack"> !important;
}
.deviceoverviewsensorvalues .achannel.status13,
.deviceoverviewsensorvalues .achannel.status13 .chartlegend {
  border-color: <#colorcode color="statusdownack">  !important
}
.deviceoverviewsensorvalues .achannel.status13 .sensoricon {
  background-color: <#colorcode color="statusdownack">  !important
 }

Created on Nov 21, 2014 9:20:08 AM by  Aurelio Lombardi [Paessler Support]

Last change on Oct 5, 2020 1:22:30 PM by  Florian Lesage [Paessler Support]



Votes:

0

This doesnt seem to work. I changed mine to brown listed below and restarted the services.

}
.map_object.map_iconcolor_senso,.map_object.map_iconcolor_senso label,.map_object.map_iconcolor_senso span {
  background-color: <#663300 color="statusdownack"> !important;
}
.map-marker.downack {
  background-color:<#663300 color="statusdownack"> !important;
}
.treemap .device.downack,
.treemap .library.downack,
g.downack  path {
  fill: <#e67300 color="statusdownack"> !important;
  background-color: <#663300 color="statusdownack"> !important;
}
#crumblersensorstats div.downacksens {
  background-color: <#663300 color="statusdownack"> !important;
}
#sensorcounts a.sensorlinkpartialred {
  background: <#663300 color="statusdownack"> !important;
}
#sensorstatusmessage.sensorstatusmessagesenso {
  background-color: <#663300 color="statusdownack"> !important;
}
.deviceoverviewsensorvalues .achannel.status13,
.deviceoverviewsensorvalues .achannel.status13 .chartlegend {
  border-color: <#663300 color="statusdownack">  !important
}
.deviceoverviewsensorvalues .achannel.status13 .sensoricon {
  background-color: <#663300 color="statusdownack">  !important
 }

Created on Jun 12, 2020 7:12:41 PM

Last change on Jun 12, 2020 9:26:56 PM by  Benjamin Day [Paessler Support] (1,441) 2 1



Votes:

0

Hi,

Are the changes that you made visible after the restart of the core server system in the affected file?

Created on Jun 15, 2020 5:13:19 AM by  Marijan Horsky [Paessler Support]




Disclaimer: The information in the Paessler Knowledge Base comes without warranty of any kind. Use at your own risk. Before applying any instructions please exercise proper system administrator housekeeping. You must make sure that a proper backup of all your data is available.