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

Create table with all channels, maximum values

Votes:

0

When i add an object to a map and display the channels, only the last value is shown. Is there a way to show the maximum values in the table map, since the last values are 0 and i want to show the maximum values in the table and the actual values in the graph?

graphs map table

Created on Feb 16, 2015 9:46:02 AM



3 Replies

Votes:

0

Dear user

Please use this API call:

/api/table.csv?id=<ID>&content=channels&columns=objid,name,value,minimum,maximum&count=*

Please replace <ID> with the sensor ID, but without the <> brackets.

Created on Feb 17, 2015 1:58:05 PM by  Arne Seifert [Paessler Support]

Last change on Feb 23, 2015 12:34:54 PM by  Arne Seifert [Paessler Support]



Votes:

0

How to put it in the map? Using only custom HTML or by using the device tree, properties and HTML?

Created on Feb 20, 2015 1:57:53 PM



Votes:

0

Dear user

Map objects use HTML and therefore can use javascript. Please use the JSON variant of the API call

/api/table.json?id=<ID>&content=channels&columns=objid,name,value,minimum,maximum&count=*

to get a JSON object whose content can be accessed in the map object.

A general how-to for customizing map objects can be found here: https://kb.paessler.com/en/topic/1703

Please also note that this API call example only shows the core part of the call. A full API call requires additional information (PRTG webserver address and PRTG user credentials.) Please find the API documentation via the PRTG menu Setup | PRTG API, tab "HTTP API".

Created on Feb 23, 2015 12:41:49 PM by  Arne Seifert [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.