Comments
-
This is a built-in function within the application variables now: -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
Have you tried setting the font size in your web console settings? Default is medium. -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
I would usually recommend polling through your vCenter for all hosts that are associated. Some environments might have a random ESX lying around here or there that would necessitate polling the host directly, but it's not the norm in my experience and it looks "cleaner" to see the architecture from the vCenter perspective…
-
I just tested this and it is working for me using NodeID Are you sure that the Nodes you are trying to filter on are in your NetFlow sources? -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
are you looking for WMI credentials being used for Nodes or Component Monitors? For Nodes: SELECT n.Caption 'DEVICE' ,n.IP_Address 'IP ADDRESS' ,c.Name 'CREDENTIAL NAME' FROM Credential c JOIN NodeSettings s ON c.ID = s.SettingValue JOIN Nodes n ON s.NodeID = n.NodeID WHERE s.SettingName = 'WMICredential' ORDER BY c.Name,…
-
I usually grab these via Universal Device Poller. For example, Dell typically responds well to OID=1.3.6.1.4.1.674.10893.1.20.130.4.1.31 (StorageManagement-MIB:arrayDiskSmartAlertIndication) -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter:…
-
This is not a native function. You might be able to setup a template using the SDK, but I haven't personally tested this yet. There are definitely some feature requests surrounding this type of idea though. -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1…
-
In your customer portal, you will find upgrade packages specifically designed for your additional polling engines. When you click on 'choose download' you will be taken to a screen that breaks down each component for installation, and also will have an 'all-in-one' package. Make sure you plan this out before your change…
-
If you edit the interface, you can submit your own custom bandwidth that NPM would then use in its calculations. -ZackM Loop1 Systems: SolarWinds Training and Professional Services * LinkedIN: Loop1 Systems * Facebook: Loop1 Systems * Twitter: @Loop1Systems
-
Unfortunately, that isn't a logged event (that I can find). The best I can suggest would be to look at the "Last Changed" date for your operations. This would work as a SWQL report: SELECT TOLOCAL(o.DateChangedUtc) AS [Last Changed Date] ,o.DisplaySource AS [Source] ,o.DetailsUrl AS [_LinkFor_Source] ,o.DisplayTarget AS…
-
this will work in a "Custom Query" resource, which you can either embed in a dashboard or add to a report Remove the next-to-last line's comment marker (--) to copy into the "Search" box of the resource if you'd like to be able to search on node name or ip address (wildcards are wrapped around the search string…
-
Edit the table and you can change the output here: