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

ESX host Bios Serial Number

Votes:

0

I am trying to use PRTG to determine the BIOS serial numbers of our Dell ESX hosts. Anyone know a simple way to implement that sensor? I usually use a custom WMI sensor for Dell Servers running Windows to get that info but am stumped on how to get that info out of a bare-metal ESX server. Any ideas?

bios esx serail-number

Created on Jun 24, 2013 5:00:57 PM



5 Replies

Votes:

0

Hi,
when you are able to log in via SSH you might us a SSH Script Sensor to run the command

dmidecode | grep 'Serial Number:'

!!Further parsing of the output is most likely necessary!!
The sensor then can be used to pass back the serial number back to PRTG in the message parameter of the return values.
Best regards

Created on Jun 25, 2013 7:23:07 AM by  Konstantin Wolff [Paessler Support]



Votes:

0

Thanks for the idea but I was hoping for something simpler, like a channel in the VMWare hardware sensor. The ESX host is not allowing SSH connections.

Created on Jun 25, 2013 9:32:07 AM



Votes:

0

I will forward your suggestion to the responsible developer but cannot say whether it is possible at all to get the serial number of a ESX server via SOAP request. Additional, SSH can be enabled in the vSphere Client for an ESX host.
Best regards

Created on Jun 25, 2013 9:38:42 AM by  Konstantin Wolff [Paessler Support]



Votes:

0

I'll take a look at that SSH article. BTW it is allowing WBEM connections so that would be another option besides SOAP.

Created on Jun 25, 2013 9:43:04 AM



Votes:

0

Thanks, we will look into this as well.

Created on Jun 25, 2013 9:46:21 AM by  Konstantin Wolff [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.