Comments
-
not to worry. solved it.
-
I had this issue with the display name for the group being different from the WIN2k name. Check to ensure that both are the same.
-
A better one yet to weed out the "Alert Reset" Emails and just limit it to the Successful Emails. SELECT * FROM dbo.AlertLog WHERE (LogDateTime BETWEEN Convert(DATETIME, '2/1/2015') AND CONVERT(DATETIME, '2/11/2015')) AND ActionType = 'Email' AND Message LIKE 'Success%' AND Message NOT LIKE '%Alert Reset%' AND Message NOT…
-
With some help from my boss and realizing I had the objects mixed up I figured it out on my own. For anyone interested in this query. SELECT * FROM dbo.AlertLog WHERE (LogDateTime BETWEEN Convert(DATETIME, '2/1/2015') AND CONVERT(DATETIME, '2/11/2015')) AND Message <> ('Alert Reset')AND ActionType = ('EMail') AND Message…
-
The parsing error looks like two log lines got joined together somehow, you have the start of the next log line in the middle of the first log line and that caused the field mixups. The syslogs rotate on LEM at 6:25 am also, but a new log is created and things should continue uninterrupted. Are you receiving other syslog…
-
Anyone else having similar issues?
-
A poller can only retrieve a single column from a table. Because of this, if you want to get data from multiple columns in the table, you'll need to create multiple pollers.
-
The UnDP gets one column. If you want the whole table, you need to get each columnn. Why, you ask. Well, every column can be a different type (e.g., one is text, the next is an IP address, the one after that is a number), and when you're trying to format it, you have to deal separately with each column. So to get the…
-
i am not able to qualify for prize in India any body give me solution for this
-
I think having an IP address appear in a log that doesn't match a known list is the best suggestion we have - the DHCP but no Agent rule is an example if you have full agent coverage, but if you don't, you might be able to build lists of known hosts or known good IPs otherwise. Other ideas along those lines would be a…
-
I have share some feedback on product of solar winds. now lets see what happened.
-
But how i can redeem points and received prize in India location. please explain.
-
Hi muwale, Here's our onboarding mission which will help you get 500 points and learn a bit about our community. You can learn more on how to get points from here: thwack Point System - Updated 5/10/2013. Also, you can participate in our monthly missions, but for the time being, you need to be a resident of the countries…
-
Solved, as long as the correct company location is selected the re uest types show correctly
-
It's a bit of a specific scenario, but is useful I guess. If you use Firefox or Chrome, I could probably write a quick javascript bookmark workaround to save you a few mouse clicks?
-
With TCP, you can actually connect to the port to see if it's available. With UDP, you send data out, but there's no connection, so there's not really anything quite comparable.
-
yeah APM is a separate module you can purchase from Solarwinds that works with Orion and will monitor any/all processes on any given server.
-
Yes, but I don't think easily. I think you would have look at the source of the page for each interface, copy the URL for each chart, and then stick those in Custom HTML resources as Iframes. I'm going to try and work through one. I'm sure some work could result in something automated(at least semi) if you dive into making…
-
Hi, We had the same confusion when we first started using Solarwinds with our Red Hat servers and after logging a ticket with Solarwinds the answer we got back was that one is indeed the Physical memory usage but the other is the amount of memory being consumed by the running processes. I can't recall if they said it was…
-
+1
-
Orion NPM 9.1 doesn't support Windows Server 2008 or IIS7. That will change with NPM 9.5. When NPM supports 2008 and IIS7, APM will, too.
-
If the child process has a different command line than the parent, you might be able to use the command line filter to only monitor the process instances you care about. From Admin Guide Command Line Filter This optional field allows you to select which instances of a process you want to monitor, based on the command line…
-
Would love to see how you did this. What version of Remedy are you using? Can you provide some documentation on wasy to do this?
-
We didn't buy anyone for the NetFlow module. All of our modules have been built organically. At this point, applications are defined by port. We'll be adding port and protocol in the next version.
-
Bump Can anyone here help? Thank you...
-
You can't do this with APM 2.5, but I think you can do what you want with the Beta for APM 3.0. You can sign up here:
-
In the advanced alert engine, you can alert off of polling details.
-
You can do this by modifying the connection template. <Command Name="DownloadConfigIndirect" Value="write net ${StorageAddress}:/${StorageFilename}"/> Also, you may need to do some other steps if you have multiple ASA's with the same OID. But it is possible.
-
It's hard to say. We would need more info.
-
What error are you seeing?