Comments
-
Hi there, I've seen your posting regarding MIB walk to get AS400 Disk and RAM data on SolarWinds. Receintly we have added our first AS400 to SolarWinds and we can see only CPU details, but not disk or RAM. I have no clue what this MIB is and haven't work in this area before. Tried doing some research and failed. Can you…
-
I am thinking i have something formatted wrong in my config template. [8/23/2012 11:00:46 AM] -----------------NCM 7.0.2 ------------------- [8/23/2012 11:00:46 AM] UseCustomMorePromptBehaviour: False [8/23/2012 11:00:46 AM] Login Attempts: 1 [8/23/2012 11:00:46 AM] Custom UserName Prompt: [8/23/2012 11:00:46 AM] Device…
-
IPMonitor solves some our our issues particularly the Network Speed Test\Bandwidth test and some of the port\transaction monitors but ideally it would be nice if this could be split down to the network response time and the application response time within the monitor so we can differentiate between the two it's OK saying…
-
Brandon answered this above * Alert State 1 = Not triggered * Alert State 2 = Trigger condition met but waiting for the sustain interval to elapse * Alert State 3 = Fully triggered There really isn't any deeper meaning.
-
It's definitely something we could do. It's not difficult, but as with anything, it takes time, and we would do that instead of something else. When we've interviewed users about NBAR, most folks don't know much about it. The few who do are under the impression that it's a big hit on router resources (esp. CPU, if I…
-
There are a number of key features that customers have been asking for that could not be accomplished with the old code base. We needed to make changes to enable those features in future releases. ASP.Net met the requirements for achieving those goals. You'll see the payoff in 2008 as we add new web console features.
-
Disregard..... I figured out what I was doing wrong. Thank you.
-
Yes, same principle applies.
-
That does sound worth pursuing. You don't have "nodes with problems", which has been, itself, a bit of a problem, so that's not it. Keep us posted on your troubleshooting.
-
Of course, that's another way to do it. But writing a brand new app is not going to take less time. And it's not something we would sell separately. So does it have to be the BB?
-
on the Trigger Condition Tab along the bottom is the place where you can define how long the alert has to be in triggered status before actually doing the events you defined.
-
Thank you for your assistance!!
-
wluther Nope nothing changed - table created fine but again no data. cnorborg & vispetto if you are able to shine any light on what might be going wrong your assistance would be much appreciated. I used this bit of code form the post i found you in and it pulls the n_site data in. SELECT DISTINCT(Interfaces.NodeID),…
-
Hi Hanif, I checked with the LEM connectors team and here are the fields we currently normalize for the most common events: * r-host - Host * s-operation - operation * sc-status - status * rule - Rule * c-ip - SourceMachine * r-ip - DestinationMachine * s-computername - DetectionIP * s-port - SourcePort * r-port -…
-
We are going on over 3 years since this simple request was made. What is the status? Our need has not gone away.
-
Do not assume that I am referring to "dependant" nodes. I was just making an example You're assuming that I'm referring to topological dependencies, but in our current design, any object could be denoted as the "parent" of any other. Solarwinds representatives have been claiming parent/child dependencies "will appear" or…
-
Hi Marie, I've read the sections so many times that I know it by heart :) Thanks for the tip!
-
Has anyone heard if Orion will every support Domain Group Authenication so you do not have to set every user up individually? It would make adding users easier if you could just add them to a group which would have default views and permissions. Thanks Yes, we are planning on it. As usual, no timeframe.
-
You'll have to do the research for the device. I'm don't have any involvement with servers and have no need to enable 64bit counters for anything.
-
Understood. If you're looking for more help, you'll get farther with more details about your environment e.g., -- hardware, database specs, load times by resource, etc.
-
Thanks Shane, you solved it... it was the DPA issue. I followed your instructions and I now have lots of Alerts to acknowledge. Thanks for your help.
-
So if an Orion report allowed you to exclude a set of "outage" times for specific nodes/interface would that solve your problem?
-
Great, I am trying this now, will get back to you with results. Thanks.
-
That'd be why its missing - Custom SQL was introduced in 10.1 if I recall. You won't be able to touch the Events table until you upgrade. Andy.
-
Ah, I see! That's a big duh on my part. So, what you could do is configure "generic" connectors on the LEM side that are reading the syslogs that will pull them into the original log store, where you can search them. I missed the syslog receiver step (the other way would work if Lasso stored them in readable format…
-
Alright, it looks like I have a working method for the time being: I started by creating a csv export of the AD objects I wanted with PowerShell: get-adcomputer -filter * -SearchBase "DC=foo,DC=bar,DC=com" -properties * | select Name,IPV4Address,DistinguishedName | export-csv c:\temp\FOOBARComputers.csv -notype The file…
-
Chris, From a technical perspective, we use InstallAnywhere, which is a system for packaging up and deploying applications across multiple platforms (hence Java-based). For Java applications like ours, IA packages a JRE in with the installer (to bootstrap itself, so you don't have to have a JRE installed to run their…
-
Here's the output from the router: Latest operation start time: 19:45:44.608 UTC Fri Nov 12 2010 Latest operation return code: OK RTT Values Number Of RTT: 1000 RTT Min/Avg/Max: 75/75/77 ms Latency one-way time milliseconds Number of Latency one-way Samples: 1000 Source to Destination Latency one way Min/Avg/Max: 38/38/39…
-
If you are getting per outlet details, can you please share the OID. Or export the poller and post to the Content Sharing Zone.
-
I believe number 2 is what is happening but why is it deleting the files and where? I've tried using this same log parser as above you posted. Getting some strange statistics. Seems like its can't find the previous results.