Comments
-
Thanks, haven't used Powershell in awhile and its not like riding a bike for me.
-
Thanks. I have it working now.
-
With all the add-on services now being started, OSM needs "Stop All Services"/"Start All Services" buttons AND a checkbox on each service to allow the option of selecting which services to Stop/Start at the same time. It's a pain having to do each service one at a time every time one needs to shutdown/restart multiple or…
-
Nice! This is great workaround and will be a big help. Thanks aLTeReGo !
-
dqian is an AD account I use to log into the Orion web GUI to add/delete/edit nodes manually so access right should not be an issue. Ultimately I want my Python script to work. The script is modified based on the Python sample that comes with the Orion SDK. It is already working for Query but it doesn't update properly…
-
Sure, just tested your example and it worked, confirm that the SQL sentence is not wrong. The problem is happening with any string type SW variable, maybe the parsing of those type of variables are not working as expected.
-
That's all I'm doing in my code. Of course when you build the HttpRequestMessage, the Method property should be set to HttpMethod.Delete, but yeah, otherwise that Uri looks essentially correct.
-
I like that first suggestion. That seems way better of a scenario. If NPM is just logging into the vc to get data, then that would cut messages by 9 fold. Is there a setup guide I can read to prompt the responsible party of NPM on how to make that change? I imagine the vCenter would have to be configured to allow access to…
-
Hi Michael The idea is to if possible be able to manage the MOF files through Solarwinds and also that Solarwinds can alert when a server has drifted from it's initial config.
-
Hi, and thank you for the reply. I was incomplete, in my question. I am getting a performance alert, with perfmon. This works fine, the problem I'm having is the event log alert fires as well, even though there is no event. This results in an empty alert, which isn't what I'm looking for.
-
Do you recommend a PowerShell solution? Thanks, Mike B.
-
I just installed NPM 9.1 SP3 on my Primary and attempted to install it on the Hot Standby system, but the install fails. Now I too am recieving the false "APM Service Started" message and my events that show NPM restarted on my Hot Standby system. However from what I can tell nothing is restarting on the Hot Standby. Any…
-
Hi Chris, Thank you for your reply. This limits my monitoring big time, but as it is not possible I will either recode my scripts so they only return an errorcode or write some custom plugins for nagios, whatever is faster. Thanks for your reply, Martijn
-
Hi rob.hock In my case, the issue is the interface for the following device is up. But somehow neighbor ship is not there. Is there any way to get alert for this issue ? Below is the screen shot. Thanks.
-
We've only released one update to v9, and that is SP1. It is included with the update bundled next to the main v9 installer.
-
Forward Traps and Syslog and retain the source IP Address of the original device This feature does not seem to be working. When I forward a syslog message to the Kiwi Syslog Daemon running on another server it puts the IP address of the Orion server, not the original device. We need more detail. Can you open a Support…
-
after we made v9 upgrade, our orion web console takes some time to enable tree view mode. it's doing "loading," even in netflow. anyone one has ideas to speed up this "loading" process? thanks in advance! Is this happening in all views? Or only in NTA? Are you running NTA 3.0? The asynchronous loading is a performance…
-
Moty99, Dev looked at your post and has some thoughts, but we'd really need to see your diagnostic file. Could you open a Support ticket?
-
1. The Service Manager, with the events open...I've notice that on doing multiple refreshes, I've had the Manager lock up...had to kill in Task Manager...this happen a number of times yesterday.... 2. Last night we had a number of down alerts...the came back during our reboot period (3 to 5am)...at 5, all the downs were…
-
hi there unfortunatley, network desocvery works for me aroun 1 in 50 times, i have found it to be the most unreliable part of Orion. i tried it for this problem, and it finds nothing. Even if i enter an ip address of a device i have in orion, witht he SNMP string, and run the discovery, it does not find it or it finds it…
-
Cleaning up the main traps view to show cleaner messages instead of a listing of the varbinds. Maybe its just part of those upgrades you have done.
-
Would you give me a bit more info. I not looking for you to do it, just give me a better idea of how to. Thanks.
-
As do I.
-
Our upgrade from 8.5.x to 9 went smooth, but we see the node lookup by search take 4 times as long now vs version 8. Bruce, Could you open a ticket and send us diagnostics? Denny
-
I was speaking to William in tech support on this issue - seems for some reason the custom properties did not copy over from one of our Orion's. I deleted the Orion in question from EOC and readded it - same. I then reran the EOC configuration wizard - no change. They do not show up in the EOC_NodeCustomProperties table -…
-
Hmmm.. im waiting till 9.5 It's your call, but Grant's comments are really pretty positive, so I'm surprised at your conclusion.
-
Did you open a Support ticket for the original bug report? Mentioning an issue on Thwack does not automatically trigger our process for handling bugs.
-
What you're seeing is that the pie chart is calculating % based on relative percentages (i.e., if you are set at Top 10, it will calculate % based on those 10, but if you set it at Top 20, it will calculate % based on the top 20) and the table is calculating based on absolute percentages (i.e., it calculates based on Top…
-
how many compoenents do you monitor, and what do your previous events look like? (i.e. tons of up and downs, without triggered alarms?) My biggest problem with APM is the scalability issue... it can get in a right mess and writes GB's of event and performance data to the the APM process_detail and stats tables. I purged…
-
Even if you have 3.5 already installed the Orion will not check to see if it is installed and wants to install it itself. We do check for .Net 3.5, and if we find it, we don't try to install. We install internally every day, and we usually have .Net 3.5 installed already, so it usually works. Obviously, in your case, the…