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

Map objects with different names show up with the same object name in map editor

Votes:

0

Hi there,

I've created a custom map object for use in the PRTG map editor. In line one I specified a group name and a unique object name. In a second step i made a copy of this file, renamed it accordingly and changed the object name in line one.

The problem is that both mapobjects show up with the same object name in map editor although they have unique object names. Do you know someting about this behaviour?

Directory: C:\Program Files (x86)\PRTG Network Monitor\webroot\mapobjects

File1: 01-error.html

<!--MyGroup: SOC-01-Error-->

<div class="map_object map_table" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
	<#mapobject type="objectgrip" mode="<@editmode>">
	<#mapobject type="htmlbefore" subid="<@subid>">

	<div class="top10listcontainer" style="overflow:hidden">
		<#table tableid="sensortable"
			id="<@objectid>"
			content="sensors"
			columns="device,sensor,downtimesince,message,status,group"
			sortby=-"status"
			infoheader="false"
			links="true"
			sortable="true"
			tabletitle="SOC - Errors (@@)"
			filter_tags="@tag(<@tagfilterstring>)"
			filter_status="5"
			filter_status="13"			
			count="50"
		>
	</div>
	<#mapobject type="htmlafter" subid="<@subid>">
</div>

File2: 02-warning.html

<!--MyGroup: SOC-02-Warning-->

<div class="map_object map_table" id="<@itemid>" objectid="<@objectid>" subid="<@subid>" style="overflow:auto;<#mapobject type="coordinates" subid="<@subid>" mode="<@editmode>">">
	<#mapobject type="objectgrip" mode="<@editmode>">
	<#mapobject type="htmlbefore" subid="<@subid>">

	<div class="top10listcontainer" style="overflow:hidden">
		<#table tableid="sensortable"
			id="<@objectid>"
			content="sensors"
			columns="device,sensor,downtimesince,message,status,group"
			sortby=-"status"
			infoheader="false"
			links="true"
			sortable="true"
			tabletitle="SOC - Warnings (@@)"
			filter_tags="@tag(<@tagfilterstring>)"
			filter_status="4"			
			count="50"
		>
	</div>
	<#mapobject type="htmlafter" subid="<@subid>">
</div>

Kind Regards Andreas

map-designer mapobject maps

Created on Feb 13, 2019 9:38:49 AM

Last change on Feb 13, 2019 9:40:29 AM by  Sven Roggenhofer [Paessler Technical Support]



2 Replies

Votes:

0

Hello Andreas,

This is indeed a bit strange. Have you already tried to restart the PRTG Core Service? Maybe there are some files cached here.


Kind regards,
Birk Guttmann, Tech Support Team

Created on Feb 13, 2019 12:16:48 PM by  Birk Guttmann [Paessler Support]



Votes:

0

Hello Birk,

I've not had the opportunity to restart the server yet but after the scheduled maintenance window I will retest this scenario.

For now I have copied "File1: 01-error.html" with a completly different name (file and object name) this works fine. Every time I spcify the name as shown above in "File2: 02-warning.html" it will pop up with the identical name in map editor.

Maybe something went wrong during initial creation with this name...

I will leave a reply after maintenance at the end of february.

Regards Andreas

Created on Feb 15, 2019 8:00:42 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.