Comments
-
I'm not sure if you saw this UnDP from created by dnerdahl on Jan 20, 2015 1:02 PM. Thanks dnerdahl C-Series Hardware health.UnDP
-
This worked for me as well. Thanks
-
Thank you very much! Led me right to the issue. DELETE FROM dbo.ResourcesWHERE ViewID = (SELECT ViewID FROM [dbo].[Views] WHERE ViewKey = 'Virtual Machine Storage Details')AND ResourceFile = @resourceFile ###### results fine ViewID 160 and 214 but ResourceFile does not match
-
I ran CW to update the logs and grabbed the entries from the end of that so the data should be current. ---------------------------------------------------------------------------------------------------- -- Deleting Virtualization Manager Alerts resource (moved from Storage to Virtualization Summary subview in)…
-
Can I set groups up based on interfaces and or IP when a device such as a router has multiple. This would save me from polling the same device via multiple methods just to set up groups.
-
I Started recieving this same error Unable to complete transform. See KB article 4779 for possible reasons. After reading the artical it just didnt seem to fit. I'm using snmpv3 so I went into the object edit node screen to test and verify that Orion could connect via SNMP and it was failing. I ended up changing the…
-
Looking for the same (similar) alert. What I found was thought the Custom sql alert is there, you still have your hands tied a bit. The Custom SQL Alert limits what databases/tables you can query. Only there WHERE is available, Select and FROM are restricted. I want to alert on Operation Status != Connected. I found the db…