Comments
-
indeed and 100% agreed - to leverage via the idrac would be a better route for sure.
-
So after some back and forth between Dell and SolarWinds Dell have provided the correct namespace that should be being used, SolarWinds is using the incorrect namespace for a machine without OMSA - SolarWinds are aware of the EOL for OMSA and support for using “\\root\cimv2\dcim” namespace on iDRAC has been added for their…
-
If you use SNMP via the idrac you don't see Hardware under the resources at all - SNMP settings have been checked on the IDRAC and all is good.
-
Cheers Mark - yes they are also missing on the manage sensors page - had already checked to ensure they we're not disabled I shall log through to support and keep this thread updated.
-
WMI is working fine for monitoring however it's just the lack of hardware components that is presenting the issue. We have already enabled the iSM. Cheers for the links.
-
Ah - just noticed from your comments that I'd posted up the wrong picture for the WMI hardware view. Here's the correct wMI view with the important stuff missing like HDD's / Battery etc.
-
Cheers guys for your replies. Didn't realise this was the WHD section to be honest - I will post up to the correct location then failing that go for support and post up any findings.
-
Cheers Adam Don't think I'm finding what you're referencing there! Been having a good look for it today.
-
Ok done it! I did use the page here https://www.solarwinds.com/documentation/en/flarehelp/sam/content/sam-available-data-transformations-sw3954.htm?cshid=OrionAPMPHFormulaExamples but this isn't helpful as it does not include all the commands you can use. Looking where custom conversion example was underneath that isn't…
-
Cheers Steven - that's what we've done, included the Component Message but it looks like we can't get the actual cert information into the email.
-
I've tried using this script on ubuntu from gkasica via https://thwack.solarwinds.com/t5/SAM-Documents/Linux-inode-Monitor-apm-template/ta-p/532847 and I just get errors of Scripting Error: Script does not contain the expected parameters or is improperly formatted. 'inodefreepct' missing. Output:…
-
Thanks for your suggestion but when I paste this into a SWQL custom resource I get the following error under that section "Error: A query to the SolarWinds Information Service failed." Any ideas?
-
Sorry been away for a week - I will give this a shot. Cheers for your help - I will confirm back soon.
-
Ended up with the below as the posted query didn't like the field names - cheers for your help without it I wouldn't be where I am. Thanks again. SELECT A.FullyQualifiedName, A.Status, A.Value, HardwareUnitDescription FROM Orion.HardwareHealth.HardwareItem A INNER JOIN Orion.Nodes N ON (N.NodeID = A.NodeID) WHERE…