Applications Systems
Disable and Enable Asset Inventory Data Collection on SAM
This article provides steps for disabling and enabling the Asset Inventory data collection.
First published date
Last published date
Overview
Product section
Resolution
- For existing nodes, you can disable Asset Inventory data collection by executing the following SQL command:
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production, or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. -- To Disable : UPDATE [dbo].[AssetInventory_Polling] set Enabled = 0 -- To Enable: UPDATE [dbo].[AssetInventory_Polling] set Enabled = 1
- (OPTIONAL) To disable this for future nodes added, rename the following file: C:\Program Files (x86)\SolarWinds\Orion\Discovery\Plugins\SolarWinds.AssetInventory.Discovery.plugin
For example: SolarWinds.AssetInventory.Discovery.plugin-Disabled