Comments
-
Best way is to get someone else to do the purchasing and you deal with the technical aspects of Solarwinds, who needs to worry about money when you have nodes to manage .
-
Any feedback on this one. We could really use it also as our 10.1 hiccups once a month and makes alot of people mad.
-
Running Orion and its modules on VMware is absolutely supported. The only warning we give is that you do not run SQL Server on VMware. Orion is disk-intensive, and a DB on a VM is a receipe for poor performance. But just the servers are supported and may even be the most common configuration.
-
Actually, when you get APM 2.0, there will be a new resource called Critical Applicaitons. It will let you use SQL-like filtering that should let you customize it to do what you want.
-
I figured out my issue. The "sectional" logging level pull-down menus default to "debug". I was checking those instead of the individual log file settings. It was working as designed.
-
We do have an existing connector for Hirschmann switches, but I don't know that it covers the firewalls. If you submit a support request let me know the ticket # and I can take a look.
-
You could use the ODBC Monitor or the SQL User Experience monitors in APM 2.0. Not the UnDP.
-
Yup. Got a clean installation and am noticing this as well. Will open a support case for it.
-
got the exact same issue... yes, those fields are populated
-
Thanks for your answer, I solved the issue, The user I tried to create was already register in the Accounts table because he was already in an AD group authorized in Orion. All users of this AD Group was registered in the account table with the LimitationID1 = 336 This limitation ID doesn't exist in our Limitations table…
-
Hi Jan, Thanks for coming back - I'm not sure,can you expand? Not sure which/how DB I need to connect too? Thanks
-
Hi Jon, I don't seem to be able to dump out to excel using this method without adding the attributes of the search query. Also i'll lose the detail of the alert such as the details of the "oldest VMDK" column of the alert screen. Is there a way to export this too? It would be much easier to be able to export the alert list…
-
Nice approach. There is some code posted at http://www.biterscripting.com/helppages/SS_WebLogParser.html to process event and other logs. JenniC
-
Just tested another device that has an array issue and I got the same results???
-
Still getting the same results. My assumptions are correct aren’t they? I should be getting a message back stating that I have a Physical Disk in a “Warning” state.. Case # 444848 was logged yesterday for this.
-
I will give that a try and let you know how things look.
-
From another thread I found a built in Alert that came with Solarwinds "High Virtual Memory Utilization with top 10 Processes' I made a copy of that and tweaked it to my needs.
-
I'm glad it's resolved now. We're going to try to reproduce and track it down here, too, to figure out what the root cause is. If you need to activate a new license key from the console, it's helpful to know the license verification is done from your console (browser/computer) to the SolarWinds licensing server, then…
-
We looked at your case, and here's what I got from engineering: In the 8.1 version the user created the DirectLink account, but he did not set MenuName and Default Home Page. There are several workarounds you can try: 1. Disable/Delete your Direct Link account 2. Change IP to localhost or 127.0.0.1 then he won't pass the…
-
hi pauls, thanks for your help. My vmware have a cluster with three hosts. I deployed LEM in the cluster, but the storage space used one of the hosts. I had checked the three hosts time, time was right, it's May 17 xx:xx. I don‘t know whether i did the right thing?
-
Did this ever get implemented?
-
Restarting the snmp service restarts the counter. Yeah, it's a real annoyance having to spend time going through the exercise of determining whether the event is the result of a real reboot, SNMP service restart or counter rollover. I'm no SNMP MIB expert but you would think that there must be another MIB variable that…
-
Hey Martin, we do have a couple of requests for OSSEC - one to cover just OSSEC alerts, one to cover the general events. The alerts one is higher on the list since the data is pretty well formatted and we've had a few requests for it. As always, you can submit a support case or hit up the feature requests forum to vote.
-
How do you create a NOC view like the one in IPMonitor? I have been looking for that feature.
-
Account limitations should work for Admins. Can you give more detail?
-
The reason for #1 is that the timestamp on your LEM appliance might be more than 1 second off of the timestamp from the workstation/server where the event is occurring. The response window is used to tell LEM how "tolerant" to be of clock drifts and how close events need to be for them to be considered (we don't want to…
-
MIBS attached
-
I actually resolved this by uninstalling and reinstalling to the local drive.
-
I am seeing that in the terminal window. The Log says FATAL | wrapper | 2015/01/09 13:18:20 | OpenService failed - The specified service does not exist as an installed service. (0x424).
-
Hello,, opened the case with support and they gave me a case number:257821 and send me a script to execute which somehow aligned the tables and run successfully. Script: -- SET NOCOUNT ON added to prevent extra result sets from -- interfering with SELECT statements. SET NOCOUNT ON; declare @err int declare @retainDate…