Thank you for contacting Lansweeper Support!
We created a report for you for which you can find the query below. This report will show, as an example, scanned OID data holding an OID label called 'Enclosure Ambient Temp' and a value higher than 18. Depending on what you require seeing, you might need to alter those values.
Instructions for adding this report to your Lansweeper installation can be found here: https://www.lansweeper.com/knowledgebase/how-to-add-a-report-to-your-lansweeper-installation/
If you are interested in building or modifying reports, we do recommend:
If you want to set a report alert on this, you can follow the steps below:
For your question on the reports “Thermal state: Critical/warning”, these report list the Thermal state of the system when last booted. This information is being scanned from the Win32_ComponentCategory WMI class. More info on this class can be found here: http://msdn.microsoft.com/en-us/library/aa394100%28v=vs.85%29.aspx
Select Top 1000000 tblAssets.AssetID, tsysAssetTypes.AssetTypeIcon10 As Icon, tblAssets.AssetName, tblOIDData.Label As [OID Label], tblOIDData.[Key] As OID, tblOIDData.Data As [OID Data], tblAssets.Domain, tblAssets.IPAddress, tblAssets.Description, tblAssetCustom.Manufacturer, tblAssetCustom.Model, tblAssetCustom.Location, tsysIPLocations.IPLocation, tblAssets.Firstseen, tblAssets.LastseenFrom tblAssets Inner Join tblOIDData On tblAssets.AssetID = tblOIDData.AssetID Inner Join tsysAssetTypes On tsysAssetTypes.AssetType = tblAssets.Assettype Left Outer Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID Left Outer Join tsysOS On tsysOS.OScode = tblAssets.OScode Left Join tsysIPLocations On tsysIPLocations.StartIP <= tblAssets.IPNumeric And tsysIPLocations.EndIP >= tblAssets.IPNumericWhere tblOIDData.Label= 'Enclosure Ambient Temp' and cast(tblOIDData.Data as nvarchar) != 'No data found.'AND cast(cast(tblOIDData.Data as nvarchar) as int) > 18
Reply I got from Lansweeper. This was coming up to 4 years ago.
Cheers