You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2018. It is now read-only.
The ability to search for component serial numbers has been something that I have needed. If this is integrated I would be extremely happy. Additionally, the ability to configure a rule to fire when it locates a specific serial number would be awesome to go with the auto-discovery feature. :D
/inventory/ in the webui allows searching - are you referring to having a search on the specific device page as that seems a bit ott as it's usually quite a small page to just use the browser find.
As for alerting you can do this with something like %macro.device = 1 && %entPhysical.entPhysicalSerialNum = 'YOURSERIAL'
Wow, I totally missed that somehow. Thanks! :) Maybe a "More" button near the global search bar, after you click it you can choose what you would like to search? (Inventory / Devices / Ports / etc)
@kate66 commented on Thu Jun 30 2016
The ability to search for component serial numbers has been something that I have needed. If this is integrated I would be extremely happy. Additionally, the ability to configure a rule to fire when it locates a specific serial number would be awesome to go with the auto-discovery feature. :D
@laf commented on Thu Jun 30 2016
/inventory/ in the webui allows searching - are you referring to having a search on the specific device page as that seems a bit ott as it's usually quite a small page to just use the browser find.
As for alerting you can do this with something like
%macro.device = 1 && %entPhysical.entPhysicalSerialNum = 'YOURSERIAL'
@kate66 commented on Fri Jul 01 2016
Wow, I totally missed that somehow. Thanks! :) Maybe a "More" button near the global search bar, after you click it you can choose what you would like to search? (Inventory / Devices / Ports / etc)
@laf commented on Fri Jul 01 2016
I don't think we will be extending the search out further for v1 so I'll tag this for v2.
The text was updated successfully, but these errors were encountered: