Comments
-
Now that I am on 6.4, I am circling back around on this particular nuisance. I have also come to realize that this happens for the three AppInsight apps that are available (IIS, SQL, and Exchange). I recently ran into an issue where my Polling Engine was crashing because I had too many elements. Why did I have too many…
-
I was running it from a web interface. I just went into Report Writer from Net Perf Mon and hit the execute button. The window is now stuck with an Hour glass, the box indicates "formatting data..." It began counting down and is now stuck at 3000 records.
-
It's probably just me since I'm new to these forums, but when I click "send an email", I get the thwack home page in a small pop-up window. I've tried both IE9 and Chrome 4. Is there something I'm doing wrong?
-
This is my machine_name\Password (IP-0A2B02DD\Administrator). How can i pass the password into the string?
-
I am having some trouble using that Swis verb: -begin script except- $AppID = $monitors.ApplicationID $now = Get-Date $later = $now.AddDays(1) Invoke-SwisVerb $swis "Orion.APM.Application" "Unmanage" @("AA:1922", $now, $later, "false") - end script except - Script Output: Invoke-SwisVerb : Could not load type…
-
That rocks! I think I can get by with unmanaging the entire application at this point, but the ability to unmanage/disable components would be a great thing to have the toolbox. Thanks for the help!
-
Glad to hear it's working. We'll be fixing this in an upcoming service pack.
-
Hi folks, yip, I added the brocade switches and all ports are displayed and statistics are available. Don't know why I never just tried this ;) thanks very much Dave
-
Thank you very much, Petr! I also removed the 'WHERE' and everything below it to produce the results. Thanks everyone!
-
Don't forget that you can always use the native SQL Server tools.
-
Orion won't go down below a minute. More importantly, the MIBs aren't updated that often, so polling more often won't get you more info. NetFlow is what you need. The Engineer's Toolset has a great tool in it called NetFlow real-time. You can point a single interface at it and look at a rolling 60 minutes of data. It…
-
Sweet! Thank you!
-
I'm going to put the brakes on the beta requests for the moment. We are making great progress on APM 2.0, but we're not quite ready for beta, and I am not ready to manage the APM beta. I'm still in the middle of the NPM 9.0 beta program. I promise that I will put out a beta sheet for folks to sign up for the APM beta when…
-
Hello Everyone, Our orginization uses Juniper SSG5's , SSG20's, SSG140's, SSG320, and EX4200 switches to handle core network traffic and edge devices. I have opened a ticket with solarwinds and refered them to this post. Our company policy is to stay away from beta releases of products. Does anyone konw when orion NPM 10.2…
-
I certainly will!
-
Where would this be done? That chart pulls the data from the comparison. This is not a scheduled job, this is out of the box as far as I understand.
-
This was filed as a feature request to get planned into a future release. If you're interested, I can "vote" on the request on your behalf, or one of you can pop an Idea up to the feature requests forum and get it voted on there.
-
Suppress Alerts for unreacahable status, that I need to check.. It should solve my purpose. I am new to Solarwinds. If you wouldn't mine, can you send the process or screen shots to check that.. Very Thanks in advance..!
-
I've reproduced your issues from the steps you've provided. I'll get it logged into our internal tracking system so we can get it resolved in a service pack.
-
I found the porblem, For some reason the Interfaces I was monitoring for the device were no longer monitored in Orion. It appears there needs to be an interface monitored in Orion to show up in Netflow. i guess I must of accidentally removed them when I was removing things in the database to remove nodes that were no…
-
Sorry it's taking so long. The hotfix was causing some collateral damage, so we've been tracking that down. We're now in the very last stages of testing. So soon.
-
The devices are not Cisco. I have two other devices of the same kind that show up in Orion and Netflow and are sending data to Neflow without problems. I was working on adding the thrid of the same type and it shows in Orion but not Netflow and all three devices are configured the same.
-
You're quick. Thanks for the article. I think the " add Details Page Link display setting to your caption column." is referring to the field WebURL link which links you to the Node Details page. Before I saw your latest post, I tried adding n.NodeID to the Select (SELECT n.Caption, n.NodeID FROM Nodes AS n) and it worked.…
-
Basically I want to run the pretty red-green report after every config download. I then want to send emails based on group A or group B. The tool should compare the changed config with either: the last downloaded, the baseline, changes from X-Y timframe, etc. the 'No configs to compare' should ever come up imo.
-
Try editing the map resource with admin privileges and reselecting the map on the Orion website.
-
This is a poorly worded message. It provides both too much and insufficient information. It's too much in the sense that explaining details of the internal sausage-making doesn't help. It's too little in that it sounds like it could be weeks or months before we update the MIBs again. A simpler answer might have been that…
-
Excellent @tebbhattz that seems to have solved it. I can now view all parts of my transaction including the step that displayed the error. I guess this is a bug with the "Active Step Alerts" resource.
-
Yes, all the modules and SP1 of sql 2k8.
-
Alright, I'll check this out then. Edit: It works! almost. I now have 1 poller that asks 2 nodes, except that I only have 1 value on my chart. I tried to use the Multiple Object Charts but it doesn't seems to allow my chart.. How can I get my 2 node's temperatures displayed on 1 chart ? Cheers.
-
Actually, Roger and Martin, maybe I'm going about this the wrong way entirely. The software I need to monitor is software I wrote. I can output these counters in just about any manner that would be most efficient for Orion. The only reason I was thinking of using the HTTP interface is that I already have this information…