Comments
-
Another year has past and over $250,000 has been spent in support fees. We still don't have this simple feature implemented. How much longer will we have to wait?
-
Hey Steven, This is what I replied to the question above. Hello Steven, Thanks for the reply. I'm still having the same issue. But I have narrowed it down to this: Now this is SQL Statement I'm working with:: SELECT MAX(VendorIcon) AS VendorIcon, MAX(Caption) AS Caption, MAX(StatusLED) AS StatusLED, NodeID,…
-
Try this..... I had to use ITN since we use ITN's versus Branch. IF you can't figure it out let me know. SELECT TOP 10000 CONVERT(DateTime,LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)),101) AS Month, Nodes.ITN AS Branch, AVG(ResponseTime.Availability) AS AvgAvail, sum((downtime)) as Down_Min FROM Nodes INNER JOIN…
-
Yes, I would. Thanks, Rick On Mon, Mar 30, 2015 at 3:17 PM, cobrien <
-
Hah! I'm sure we could find a suitable therapeutic replacement to alcohol, I'm not a drinker myself either. Probably stealing a bit of Kellie's thunder since she asked you to participate in usability reviews, but since this is fresh, do you have any ideas on what would have made this easier? I'm thinking maybe: * Making it…
-
I will do, along with licensing costs and which licenses we go for.
-
Has anyone ran in to issues with everything being in a virtual environment? I have one environment that has 3 pollers, a HSB and SQL Server 2005. They are all on different hosts. I have issues every day with the pollers falling behind and devices and interfaces left not being polled within each polling cycle. Some of them…
-
My understanding of the problem is that when I'm adding this switch as a node, UDT wants to verify the Read-Write community string. The switch does not respond as expected, so the verification fails; the Add Node fails. The workaround is to leave the Read-Write string blank when defining the node, and then skip the Test,…
-
Excellent! Well, we have probably 15-20, so scripting it would be great. I had been thinking about creating SQL Server 'Script As/To' script(s) for the tables, but I realized that while I think I've figured out which tables contain this data, I'm not 100% sure, thus checking with you. Not sure if I should ask this…
-
It's hard to know why without a lot more info. This one probably merits a Support ticket.
-
The best way to make sure we get this into our system is to open a support ticket and reference this Thwack thread. That will get the ball rolling. It also has the advantage of when the issue is fixed, you'll get notified by support.
-
Thanks for the update Denny. I was hoping there would have been some work in this area. I still don't understand why when we increase all the timeouts the intensive reports run 2-3 times longer via the web than they do directly via Report Writer? I have a report that runs about 4 minutes in Report Writer and will run…
-
Hey Tim, Well, as it turns out, I'm almost positive that I did in fact have 4.5.1 installed. But now 4.5.2 is in and I'm getting the same thing. HTTP/1.1 500 Internal Server Error Content-Length: 339 Content-Type: application/json Server: Microsoft-HTTPAPI/2.0 Date: Wed, 18 Jun 2014 20:13:01 GMT "The data contract type…
-
Hi mgibson, I ended up logging a support ticket with Solarwinds directly. After some debate, it appears that the Availability will only show 0% or 100%. If there is a node with 100% availability, and its the parent in the group then the overall availability for the group will be 100%. This goes for Mixed Mode as well…
-
Using Orion APM, you can use perl scripts to pull data into Orion for graphing, reporting, and alerting. It's cheaper and more versatile than virtual center.
-
It's not in the next release, but maybe in a subsequent release.
-
Thank you That will help a lot
-
w00t! I was just trying to find an answer on Twack and I came across this! Have been waiting for version 10 for a while now! :) Does it include the feature to play sounds across web console as set in the advanced alerts?
-
We are using an Evaluation version of both NPM and APM and are having the same issue. We are running on a VMware ESX 4.0 server with the guest running 2008 Server x32 rather than a physical server. We are looking at making a purchase of NPM SL250 and APM AL250, but I can't say that I would be able to submit this to…
-
I am quite sure that the response, understandably, is going to be that they have a laundry list of feature requests and this is just low priority compared to core functionality like UnDP operability/usability, more web integration, and performance enhancements. To us, what may seem simple to implement, is often quite the…
-
We strongly suspect that the issue you are seeing is fixed in APM 3.0, which is just around the corner. I'm hedging because it's possible that you're seeing a similar symptom of a different bug.
-
SamuelB, Have you tried the workaround? Denny
-
Attached.
-
What it's going to do is try to match the FQDN/hostname/IP to a system in Manage>Nodes. You might cross reference the agent list there to make sure things look right.
-
Our VM guys said V Motion doesn't use the same interface. :(
-
The only way to receive the events centrally is through MOM/SCOM, as far as I know. Otherwise, the events come into the event log on each system running the AV, and you deploy an agent to each system, and configure tools on that agent. PS: If you can see the events in SCCM and it looks like we should be able to pick them…
-
SP2 should be released shortly.
-
Do you see anything in the event logs/audit logs on the share side? A successful or failed logon? Input/Output error is interesting - that's more like trouble reading or writing to the share. The old error(13) combines everything from "this user can't access this share" to "trouble communicating with this protocol" (super…
-
Currently I have 13 devices down and I am seeing just 8 with down duration. Duration for other as empty. Is this script has starting date and for this reason the old devices are not being showed? Tks