Comments
-
Hello Jason, I need help to elaborate the "6 canned templates for Sql server 2005-2008" and "Oracle database template" of APM. Can you please help me in it?
-
Your findings match what I've been told with licensing, to get 25 users using it I had to get 25 desktop licenses (i.e. over £20k list). I would happy to suggest buying per seat licenses for web to my boss if the cost was about 1/10th (ideally less) of the ETS desktop. However together it does not fly and I've already…
-
Thanks! The application I supported before Solarwinds had global variables that were visible system-wide. They came in handy when I needed make sweeping changes. Do you know how I would submit feature requests to Solarwinds?
-
For the basic alerts, which objects are selected under "Monitored Network Objects"?
-
Oh, I think the community here is great. Don't get me wrong. It's just we've been having a lot of issues with Orion that I think would have been addressed in earlier versions. With such a mature product, I'm very surprised. Tried with Orion accounts and AD. Also tried it as email and saving. Every time comes up with…
-
Hi Lawrence, I need to generate the following "High Level" Report to incorporate into the above report. So I need to generate the following report: Percentage/Count of Computers in each WSUS Computer Group with Approved Needed Updates Installed. Something that looks like this: WSUS Computer GroupPercentage of Computers…
-
Unfortunately, the graphs still show nothing. 0% availability. ;(
-
It seems to be the OID's I am incorrect on. Is there an easy way to identify the OID for your switch ports I've tried ths on my switch directly ProCurve Switch 2810-48G(config)# setMIB 1.3.6.1.4.1.14706.1.1.5.1.4.11.1.3.6.1. 2.1.2.2.1.1.1.1 i: 50 and I get invalid variable...
-
could you show us how alerts are added to the solarwinds database? If I had that information, I could probably do what we're talking about there.... I wish it were that straightforward. It's more than just an entry in a database. There's other compiled code that has to run to make it all work.
-
The advanced alert engine probably won't do what you want. Instead, you could download the Windows Event Forwarder from your customer portal. Install it on the target servers. It will convert Windows Events to Syslog. You could then create a Syslog alert to fire when you see the event that indicates that the service is…
-
It's part of the major mapping overhaul, but whether custom poller gets in or not won't be known until later. So it's not that we "won't say"; it's that we "can't say", at least not without the risk of being wrong. I hate being wrong, despite the frequency which it seems to occur.
-
Bump... Bump....
-
Not really sure what you mean by "tabs".
-
Super, thanks again! Typo disclaimer: Sent from my Samsung tablet Greg
-
Yeah, that's what I get for not trying it out first. I warned you about my SQL. :) Here's a working query: Select * from ( SELECT TOP 10000 Convert(DateTime,Floor(Cast((DateTime) as Float)),0) AS SummaryDate, Nodes.NodeID AS NodeID, Nodes.VendorIcon AS Vendor_Icon, Nodes.Caption AS NodeName, Nodes.IP_Address AS IP_Address,…
-
Took me awhile but I believe I got it. Try this and let me know..... SELECT NodeCaption, SUM(CASE WHEN month(EVTDate) = 1 THEN downtime ELSE 0 END) AS Jan, SUM(CASE WHEN month(EVTDate) = 2 THEN downtime ELSE 0 END) AS Feb, SUM(CASE WHEN month(EVTDate) = 3 THEN downtime ELSE 0 END) AS Mar, SUM(CASE WHEN month(EVTDate) = 4…
-
excellent, thanks for the reply on such an old thread!
-
Yes, I'm afraid so. When we ship the next major version of Orion, there will be no support for ASP.
-
Any idea why I can connect using curl and powershell API, but not the python API? Any help is appreciated.
-
For internal folks, these are being tracked as #2046 and #2047. Chris, what is the status of these items? I also have a few situations where we have devices that are only accessible via an intermediary (Cyclades). The way this is set up is that the userid is appended by the port number (i.e., userid:8005) for a device on…
-
Zimanys, The reason we don't have docs on how to set it up on Linux is that there really isn't one Linux. There are many different flavors of Linux, and net-snmp is not installed and configured the same on every version. Moreover, it's constantly changing as the open source community updates both Linux and net-snmp. We do…
-
Glimbeek, You could try modifying the stored procedure and adding the dbo schema to the table names in the query. If that still doesn't work, would you mind if I converted this thread into a ticket for you and we could hop on a go to meeting to get the report working? It may help if I could see what you're seeing and…
-
Not sure what you mean by "manually". did you delete them via System Manager or directly from the database? You should probably not delete from database directly. The best method is bulk delete via web console, but that does require 9.x. Database maintance will clean up any orphaned objects when it runs every night.
-
I would delete the node out of NPM and add it back in. Either that or try to run a discovery against that specific node.
-
I think some of the detail on my original post has been lost somehow. The 3 options I mentioned I have are as follows :- 2.53Ghz Quad corewith 6gb, 2.0Ghz Quad core with 8gb (both rack servers) and a Blade 2.1Ghz Quad core with 6gb. From what you've mention we could get away with the 2nd option with a 64-bit OS. My only…
-
I was looking at the fixes in the RC versions. But the problem with the Orion website not loading the Atlas map successfull after some time still occures. A manual page refresh usually gives the page back.
-
Solution: The minimum permission required to access / read a system view is VIEW ANY DATABASE A quote from http://technet.microsoft.com/en-us/library/ms178534.aspx If the caller of sys.databases is not the owner of the database and the database is not master or tempdb, the minimum permissions required to see the…
-
Sounds like you may have found a bug. Have you opened a Support ticket?
-
Hi, thanks for all the replies. The Database Maintance jobs last night failes again, after I deleted the old ones and recreated the backup and compacting job. the swdebugMaintenance.log shows that following error the only one rest looks fine. System.Data.SqlClient.SqlException: The DELETE statement conflicted with the…
-
my bad. I was looking at the wrong server. The server that has the problem is a Windows 2008R2 (32bit) virtual machine. It has 4 cores and 8GB of memory.