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

Remote Probe Icon

Votes:

0

Hello!

Is it possible to change the Icon of the remote probes? We would like to have the company icon for every customer which has a remote probe.

Thanks!

icon prtg remote-probe

Created on Apr 17, 2014 7:14:44 AM



2 Replies

Accepted Answer

Votes:

0

Hello,

thank you very much for your KB-Post. The first option to do this could simply be replacing the image file:

\webroot\icons\probe.png

with an png-image of your choice (size should be 14 x 14 pixel). This would be overwritten with PRTG Updates though.
The 2nd option would be "customizing" the PRTG webinterface, by referring to a custom icon in the styles_custom.css:

#objecttreecontainer row .probe icon {
background-image: url(/icons/ICON_FOR_CONNECTED_PROBE.PNG)!important;
}

#objecttreecontainer row .offline .probe icon {
background-image: url(/icons/ICON_FOR_DISCONNECTED_PROBE.PNG)!important;
}

The icons (png-files) should be copied into the icons-subfolder of the webroot - folder of PRTG. best regards.

Created on Apr 21, 2014 9:11:58 AM by  Torsten Lindner [Paessler Support]

Last change on Apr 22, 2014 8:08:01 AM by  Torsten Lindner [Paessler Support]



Votes:

0

Thanks, great info! I have the same need as @christopherschatz and it would be great if you could change the icon in the same way you do when changing an icon for an device. #featurerequest

Created on Dec 17, 2014 8:56:25 AM




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.