Comments
-
Yes that is what I'm showing on my 11.x I'll poke into NPM 12 though.
-
NPM 9.5 is not yet released.
-
Yeah, definitely - we're not sure what happened on the IE side to cause this issue. We're hoping to find a hot fix or MS patch miracle but so far no luck. We're seeing it on customer deployments, too.
-
Thanks Yann.... I checked the LAST DATA RECEIVED and it was current and according to the NetFlow events it shows that the service is running and listening. The NetFlow service shows up in the results of Netstat -ab I wil have to try to get Wireshark on the server - might take awhile....
-
I think I'll go with that, after a few minor alterations. SELECT Nodes.Caption , DateTime ,PortCount as 'Port Count' ,ActivePortCount as 'Active Port Count' ,(PortCount - ActivePortCount) as 'Inactive Port Count' FROM UDT_PortUsage_Detail join Nodes on Nodes.NodeID = UDT_PortUsage_Detail.NodeID where DateTime between…
-
I receive the same issue. Both in Google Chrome and IE8 running on Win 7 x64 professional.
-
Thanks, Alter. I think I understand what you're saying. By returning a successful result, you mean returning a down state? And are you referring to polling when you said, "jobs that are essentially waiting indefinitly for results that are never coming"?
-
Thanks Marie, yes I tried to reply to my initial post so it would stay under the same post but that is when I got the error about a duplicate post. Hence the question to you......
-
Thanks - if you hit "cancel" then "login" do you see the same thing, still churning? And, if you refresh, same thing?
-
So the way it's SUPPOSED to work is that it contacts the appliance as "demouser" quickly, then changes to a specific "guestXX" login, then completely logs in and you actually see LEM. What I've been seeing when it gets stuck is that it's AFTER the switch from "demouser" to "guestXX", but yours is different, which is…
-
Do any of these OIDs tell if the HA node is active/passive
-
2 days later... issue is resolved. I'm not sure what happened.
-
The pcap "interface" displays like this: "pcapx0". So I guess its index number is 0? But it doesn't show up as an interface on the Dragonfly appliance, it only shows up when I discover the device with SolarWinds via SNMP.
-
Short answer - Orion Report Scheduler doesn't work in our SSL environment. Our web site pops up with an "Accept credentials" prompt where the user has to hit OK or Cancel and this hoses the Report Scheduler. Since Report Scheduler tries to simulate a user accessing the web site and reports it fails. In NCM they have a back…
-
Thanks. The sort field on that is vm.cpuload.week as well I assume?
-
THanks!
-
Thanks for the quick response. From the toolset, it states: 'config uploader can be used to change an entire config or just one or two parameters' the website, specifically mentions the enable password recovery: Config Uploader | Upload Configuration Changes | SolarWinds
-
Thanks bob55, the test was successful, I can go on configure.
-
I also did not see a way to be able to unmonitor a device during a specific period. F Go to Node Details for the target node and click the "Unmanage" button.
-
Thank you for the quick reply. I have just started posting to Thwack. In fact each of the instances I have set up for Application Group SQL Servers are set up separately Settings -> All Resources -> Choose Type "Application SQL Server" -> Add. Some Sql servers have more than one instance, each with their own port .. so…
-
Thanks Alterego, Not really sure. We use Plone here with all of the bells and whistles and I am being asked to 'monitor' it. We currently are using SAM to monitor the web pages but I figure there has to be more I can do to report its health.
-
Steve et al, I think I've made headway overnight. I sat down and literally watched 3 hours of Solarwinds training videos last...my eyes began to cross but I finally got my alert to trigger the way I want the only issue I have now is getting the value of the Output file into an alert. What is corresponding variable for the…
-
Thank you for sharing the knowledge!!! I really appreciate it.
-
Steve Klassen....I think I attended a high level Solarwinds training class with you. Did we suitcase you into AT&T? Anyway, I cannot share the entire script but I can share part of it... #Process CFM processor information if (grep /cfm/i, $HOSTNAME) { #KST Processor check foreach $key (keys %cfm_process_status_query) { if…
-
If you have to have any open ports or static NAT's, etc. inbound to a server or app, a rule to alert you when known threats are detected coming to that particular IP and perhaps actions to auto-block those external offenders could seriously hinder the attacker. This could be another layer of defense to protect your…
-
Thanks for the suggestions Jiri. >> Do you have multiple playback locations and does it fail on all of them? Yes, this runs on 15 locations and it never fails for 2 locations, intermittently fails on 10, and always fails on 3. So far we haven't figured out what the differences are. Example of the intermittent failures:…
-
Thanks for the information Sean. Do you know where documentation on setting this all up is located. I'm checking with our Enterprise Administrator to see if we already have a syslog server. I'm interested in this event forwarding, but have been unable to find much in the lines of documentation.
-
What I have done is create seperate views for our Servers, Network Equipment(Switches, Routers), and Power Equipment(PDUs, UPSs). Then as SamualB said, I set each device type to be viewed by it's corresponding custom node details view. I think it's a great customization. We use this same method of creating custom views for…
-
Very thanks. but it is not useful.
-
That did the trick. Thanks.