Comments
-
I have had to restart my VMan appliance about once a week because of this. After it comes back up Orion syncs up quickly.
-
I put this in your other post... but if you don't see it: "Have you tried creating a view in NOC mode? http://www.solarwinds.com/documentation/en/flarehelp/orionplatform/#orioncoreagenablingnocviewmode.htm?Highlight=NOC…
-
So you can write a custom script to pull the data off the page, basically parsing the text to gather the data and out put. I wouldn't. If you do, maybe ask your dev to make a version that outputs to XML, I'd bet it wouldn't take long and it would make the monitor much easier. These aren't actually tomcat stats though. That…
-
This includes no configuration wizard on each?
-
Maybe 6 years ago we were having some service now performance issues. I added our instance URL as an external node, and the Https response code check. No problems were visible, but people had issues. I don't think our version had REST access yet, so they gave me SOAP access. I used the powershell monitor to query the ping…
-
Have you tried creating a view in NOC mode? Create a rotating NOC view - SolarWinds Worldwide, LLC. Help and Support Enable NOC View Mode - SolarWinds Worldwide, LLC. Help and Support I hope that gets you started, but you can also set a user or group to not time out if you want as well. Is in Settings, User accounts,…
-
We replaced SCOM 4 years with Solarwinds. Assuming you are only gathering information from Windows devices WMI will not be a limitation, although somethings (like the application insight templates for Exchange, SQL and IIS) also use scripts. As far as your requirements for "WMI only, single / very limited port range, and…
-
I just had to install the system management homepage: HP System Management Homepage Software| Hewlett Packard Enterprise Once that was there, both v2 and v3 ilo had Hardware Health available via SNMP either from ilo or from the OS itself. There have been a few versions recently that it didn't populate hardware health to…
-
I have multiple domains, the Orion/NPM servers are in the Root of the AD forest, and I have users in two different child domains. I monitor and use accounts in 3 other AD forests that aren't trusted. Its not been an issue for me yet, so maybe we can help you out. What is the structure of your AD domains / forests? I would…
-
You have the right idea I think. We have access to the routers, and still preferred to manually organize and import. Start with the groups, and your mileage may vary, but we did a site, building, floor tree for the campuses and a few dedicated to the data centers and some misc network resources. Then use either the…
-
Edit the subnet and check the disable Automatic Scanning
-
I may not be set up exactly like you but I found this article helpful: Monitoring Clusters with AppInsight for SQL Specifically: "It is recommended that AppInsight for SQL be applied to the cluster VIP. You should also have each cluster member node managed/monitored in SAM"
-
The SWQL below might help: SELECT NodeID, IPAddress, SysName FROM Orion.Nodes Where SysName like 'PUB%' and (IPAddress like '192.168.%.2' or IPAddress like '192.168.%.126')
-
What are you using it for? Use case will drive the answer. We have Esxi install on our Nutanix, hosting some VMware based VDI, so most of what I need I get via NPM, SAM, and VMan, SRM is installed into Orion but Nutanix isn't added. Its not different then anything else we do. I have SNMP configured on the blades where is…