Comments
-
We just hit this as well. Go to C:\Program Files (x86)\SolarWinds\Orion\ or wherever you have the product installed and edit SWNetPerfMon.DB with Notepad (we had to elevate as admin for UAC). In there you will see the setting for MultiSubnetFailover=True in the connection string. Change it to False and save the file. Run…
-
I know that in the past with other monitoring applications, when a Windows Event Log is forwarded, it is forwarded as a syslog. My experience has been that these applications are generally not very good at interpreting the priority level of the syslog being generated, and usually they have no intelligence at all, so you…
-
I have disabled resource monitoring on the Linux servers for the time being. As it turns out, this issue is a bit clouded. The OID that Orion is grabbing gives the free memory resources including the memory buffers, etc. However, the TOP command and the system monitor withing Linux shows the utilized memory minus the…
-
You are right, so I used this query instead and it gave me what I needed. SELECT Nodes.Caption, Nodes.UnmanageFrom, Nodes.UnmanageUntil, Nodes.StatusDescription FROM Nodes where Unmanaged = 1 or unmanagefrom >= getdate() Thanks so much, you guys pointed me in the right direction! My problem is solved!
-
That would work for me.
-
How do you do this with APM?
-
We have done quite a bit with the custom properties as well, but after a point it gets really ugly. As you add different possiblities for your custom properties, the more rules you have. For example, if John gets all of the node status alerts and application status alerts for the firewalls, spam filters, and network…
-
Yes, it is finally stable. Here is what I had to do to resolve this issue: 1) Move front-end APM/NPM server from a virtual server to a physical server - 4GB RAM/two dual-core proc 2) Move database server from virtual server to physical server - 8GB RAM/two dual-core proc 3) Move SQL databases from SAN to physical mirrored…
-
I just checked my inbox, junk email, deleted emails. Nothing.
-
I'm having that same issue right now.