Comments
-
All NPM pollers are equal, but with APM, the main poller is the boss and the additional pollers are just workers that do its bidding. Ok, I have a better understanding now. So, if I understand you correctly, if the main APM poller fails, the polling being done by the additional APM Poller would stop too? In our case, we…
-
I installed the beta and removed the productive agent on testmachine and installed the agent with default settings. Is there a need to to this or can I use the agent from version 12.0.3.xxx? Performance seems to be better. The session is more responsive. But I still have some lags and sometimes not an actual view from the…
-
Great!!!!!!!! Do you know how to implement it with Advance Alert so whenever my CPU load goes above 90% it will run script and send output along with email alerts..
-
hello when i try this, it is trying to authenticate AAA how ever i ust have the SSH login.... Hw can i disable this autentication? Tx
-
That is cool! I have changed it to Mix status.
-
awesome reply, thank you, really appreciated hit will get the PO in this week! brilliant... (of course the customer might go cheap and just stick everything in a text file but that worries be in terms of corruption and prformance for audit-time
-
Hi, All now sorted & alerts are being emailed. Many thank for your help. Colin
-
Oh, it could be done. As developers often tell me, it's software, you can do anything. But what's the cost? And not just cost in terms development but in terms of performance. So storing prior values is something we might do to solve a bunch of cases. But even then, this particular scenario seems extra challenging. You're…
-
Hey, it is what I need. how can I create it ? Could you please tell me what I need to do (step by step) to have it? Thank You.
-
Jason, Now, without testing, my first question is about your 4 minutes trigger. How often are you polling the HTTP monitor? If you want the delay to make it difference, it needs to be at least 2 polls long. If you are polling every 2 minutes, and your trigger is 4 minutes, then you'll only get an alert if it's down for 2…
-
Hi GZhytar, The interface is indeed working in full-duplex mode. The selected interface netflow config is: interface GigabitEthernet0/1 ip address x.x.x.x x.x.x.x ip nbar protocol-discovery ip flow ingress ip flow egress duplex full speed 100 end For the router: ip flow-cache timeout active 1 ip flow-export source…
-
Is there a plan to implement the feature I'm looking for? The action above does exactly what I'm looking for, but it'd be great to do this in one click (either on the APM home page or on the APM page) instead of multiple clicking. Our old monitoring software had this implementation and has grown into our own workflow. If…
-
This does appear to be related to what I am seeing. The link they give in there for custom properties 404s and I have made a custom property for the group called WANGroup with a value of WAN for those members. Not sure if you have any idea what they mean as that resolution seems rather sparse in how to call that in the…
-
It's something we're considering.
-
All pages are slow on mine. The top ten is just the worst. If you click on a device it takes a long time also. The whole 9.0 package seems to not allow itself any CPU time. None of the processes will ever use over 25%. While loading the top ten page the cpu load on dllhost.exe goes up for a second and then stays at 0% and…
-
32 bit Intell running on Dell PowerEdge 1950. IIS6 Currently using local Orion logins/passwords Using SSL I have compared permissions to the Inetpub\Solarwinds folder to the working server - same.
-
Thanks for the detailed response. I am not sure if I have access to the database but it gives me something to work towards.
-
Thanks for the ticket. We've been able to reproduce. It looks like if the poll returns a negative value for CPU (which is what we see in your diagnostic), then we fail to deal properly with all of the processes. We're investigating more to see what the problem is.
-
Just to add the contents of the .ps1 file: Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin $Riley = @() $Riley = Get-MailboxDatabase -status | where {$_.'Mounted' -like 'False'} if (!$Riley) {write-host "Statistic: 0"; Exit(0)} else {write-host "Statistic: 1"; Exit(1)}
-
For what it's worth I have also reported this as an on-going problem in all of the EOC versions - including 1.3.
-
Sweet! I created query in Report Writer. Works great. The only thing that does not work is the hyperlink for n.Caption (Node) that RW applies to field (/Orion/View.aspx?View=NodeDetails&NetObject=N:${NodeID}). Any suggestions how to make this work? It's not a big deal, just the added functionality would be nice to have.…
-
It's really the parsing of the data that we're doing - you're right that the access to the logs is relatively trivial. What we do is look at the log messages and assign them to appropriate categories and fields. That's why a "connector" is required. We just don't yet have a way for customers to build their own…
-
Ok something what I didn't figure out. I thought that the nodes are enough but apparently it now works better when I moved the application also to that group.
-
Is there any documentation of how i can do this? I did a nslookup but get the message that the device has no domain and it is offline.
-
But that are logs of IIS not? The web application integrate a library "syslogs library for .NET Framework".
-
I appreciate the information provided. Unfortunately, any MIB not in the natural polling engine, will get read by the universal device poller, but that's it. Data is read and displayed. One can not get manipulated data like max/average CPU usage for the day, max/average memory usage for the day, peak/average utilization…
-
I am using advance SQL and i copy paste code from existing report for last month and using date date and floating digits. is SQL automatically figure out my last month date and time? how do i write syntax to generate last month report?
-
No. I don't think the product or the business case for the modules map well to the OSI layers. If you really want to use it, however, you could definitely say that NPM does not address Layer 7, but APM is all about Layer 7.
-
Thanks for the input. So you can 100% say that the Report Writer should be included in Orion NPM 10.5? Are you currently running NPM 10.5 and have Report Writer?
-
This should be fixed in APM 3. You can try the Release Candidate now. It's in your Customer Portal.