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

Sensor Last Value

Votes:

0

Hello,

my task is to create a list of all components and there Software Versions. So I decided to use our PRTG Solution and create a Custom SNMP Sensor on each device to get the Version. We use Devices like Cisco / Checkpoint / F5 and so on. I created these sensors with the specific OID and I get the Value of the Version from this sensor in the Big Green Status Field from the Sensor. (Ping Sensors says "ok" and my Custom Sensor Displays the Value I got from my Device) for Example my Checkpoint Say "R76.45" The Graph of this sensor only shows the Speed, how fast our Checkpoint reply to this request and this is ok, the only information I need in a Report is the "R76.45" from the Status. I Tagged all Versions Sensors with "VersionSensor" and create a Report with all Sensors that are Tagged with "VersionSensor" but I got only Tables with the SPEED Value .... I dont want to know how fast my device reply to PRTG I want the Information behind the request

please help Michele

custom last prtg sensor value version

Created on Oct 17, 2014 11:43:15 AM



Best Answer

Accepted Answer

Votes:

0

Ah, you could use the API for that:

http://<your-prtg-server>/api/table.xml?content=sensors&output=csvtable&columns=group,device,sensor,status,message&filter_tags=@tag(VersionSensor)

This should give you a CSV list of the sensors and their versions. You can strip unwanted columns from the query if you like. Does that suit your needs? :)

P.S: An overview of the API possibilities can be found directly on your PRTG server: http://<your-prtg-server>/api.htm

Created on Oct 22, 2014 3:47:58 PM by  Stephan Linke [Paessler Support]



4 Replies

Votes:

0

Is the speed channel the main channel of the sensor? Can you try clicking the small pin in the version channel, making this the favorite channel? Can you send me a screenshot of the sensors overview page?

Created on Oct 20, 2014 12:04:13 PM by  Stephan Linke [Paessler Support]

Last change on Oct 20, 2014 12:05:16 PM by  Stephan Linke [Paessler Support]



Votes:

0

I Hope the link will work: http://s14.directupload.net/images/141020/8psog6to.jpg

so I got only the speed Channel from this sensor. But as I said we need the information in the big green line and Make reports about this Text Value.

Created on Oct 20, 2014 12:44:05 PM



Accepted Answer

Votes:

0

Ah, you could use the API for that:

http://<your-prtg-server>/api/table.xml?content=sensors&output=csvtable&columns=group,device,sensor,status,message&filter_tags=@tag(VersionSensor)

This should give you a CSV list of the sensors and their versions. You can strip unwanted columns from the query if you like. Does that suit your needs? :)

P.S: An overview of the API possibilities can be found directly on your PRTG server: http://<your-prtg-server>/api.htm

Created on Oct 22, 2014 3:47:58 PM by  Stephan Linke [Paessler Support]



Votes:

0

Hello Mr. Linke,

its work like a charm, I had also the idea to use the api before, but unfortunately it is not accessable from the Enterprise Console and I searched to late in the webgui :)

so Thanks for this case

Created on Nov 4, 2014 9:26:31 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.