Search by serial number, display serial number

Hi,
I'm trying to search devices by serial number.
Also when displaying a list of devices, could it be possible to show the serial number in the summary as well ?
thanks

You can search by serial number on the Inventory screen.
Regards,
SG
On 3/3/2015 12:13 PM, John Brown wrote:
Hi,
I'm trying to search devices by serial number.
Also when displaying a list of devices, could it be possible to show the serial number in the summary as well ?
thanks _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

That's probably serial from the entphysical table, and doesn't include serial numbers extracted from the devices themselves.
Adam.
Sent with AquaMail for Android http://www.aqua-mail.com
On 5 March 2015 09:28:14 Spencer Gaw spencerg@frii.net wrote:
You can search by serial number on the Inventory screen.
Regards,
SG
On 3/3/2015 12:13 PM, John Brown wrote:
Hi,
I'm trying to search devices by serial number.
Also when displaying a list of devices, could it be possible to show the serial number in the summary as well ?
thanks _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium

On 3/5/2015 7:28 AM, Spencer Gaw wrote:
You can search by serial number on the Inventory screen.
As Adam said, that screen is only for devices with the ENTITY MIB. Looks like SQL may be the only way to get a dump:
select hostname,serial from devices;
Seems like that query could be done in a custom PHP script linked to includes/navbar-custom.inc.php. I was looking around for more docs on this, found an example in the weathermap plugin for Observium. It would be neat if the Devices query screen could be customized to include other fields, and perhaps a CSV or JSON dump option. But I am fine with using SQL for this for now :).
Mark

Json will come with the api shortly.
:)
Adam.
Sent with AquaMail for Android http://www.aqua-mail.com
On 7 March 2015 22:03:34 "Mark D. Nagel" mnagel@willingminds.com wrote:
On 3/5/2015 7:28 AM, Spencer Gaw wrote:
You can search by serial number on the Inventory screen.
As Adam said, that screen is only for devices with the ENTITY MIB. Looks like SQL may be the only way to get a dump:
select hostname,serial from devices;
Seems like that query could be done in a custom PHP script linked to includes/navbar-custom.inc.php. I was looking around for more docs on this, found an example in the weathermap plugin for Observium. It would be neat if the Devices query screen could be customized to include other fields, and perhaps a CSV or JSON dump option. But I am fine with using SQL for this for now :).
Mark
-- Mark D. Nagel, CCIE #3177 Emeritus mnagel@willingminds.com Principal Consultant, Willing Minds LLC (http://www.willingminds.com) cell: 949-279-5817, desk: 714-495-4001, fax: 714-646-8277
** For faster support response time, please ** email support@willingminds.com or call 714-495-4000
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (4)
-
Adam Armstrong
-
John Brown
-
Mark D. Nagel
-
Spencer Gaw