Comments
-
Hi. We encountered the same problem here. It is very useful to have alerts based on traps. Thanks to all members, who shared their sql based workarounds. I was planning to use same methods and your advices speeded up my solution very much. So I join to all of you in my expectation to see this feature in near future.
-
Any updates regarding this feature?
-
Hello, madhavan . Can you specify if StartDiscoveryProfile verb accepts profile ID for existing discovery in NPM 11.5.3 or it is implemented in NPM 12? Thanks in advance for your reply.
-
Hello, tdanner. Can you say if it is still the same situation? No Hardware health monitoring via SDK ? Thanks in advance for your reply.
-
I may be wrong, but here clum09 написал(а): Get-SwisData $swis "Select * FROM NodesCustomProperties cp INNER JOIN NodesData nd on cp.NodeID = nd.NodeID" you use SWQL , not SQL. SWQL does not support Select * from syntax, you have to specify columns/fields you need as result. =================== Common SQL Constructs Not…
-
Thanks for your reply. As I understand this feature won't be implemented in upcoming NPM 12 release? Can you provide some inside information ( ) about progress on the field of Traps and Syslog functionality update? Can we expect it this year or it is a matter of next big release? Based on number of users posts about…
-
It is an old report created in ReportWriter. But probably this functionality was migrated to web. Here is a template for this report: Try to work this it, maybe it will help you.
-
Our final goal is to trigger an alert after arrival of an trap in TrapViewer. So step by step: - Comes trap from device to Orion TrapConsole\Viewer. - It triggers a rule for this trap - In this rule one of the actions is Execute an external program - This external program is a Python script which makes query to the DB…
-
tdanner , thanks a lot. As I thought I was doing it wrong. With information you provided everything works fine.
-
"As part of that I also do a compare so that I can check if people are saving the running config to the startup config." - Are you comparing downloaded running and startup configs? Do you make it manually by compare configs option on NCM? Because in our network in a week can be made a lot of changes on different devices…
-
Yes, for new configs I already activated option to only save configs with changes and ignore ones with no changes. But why it was not made by a person, who managed NCM before me, is a big mystery) So at the moment we have a lot of old configs. It is so tempting to delete all this old configs, but our company politics dont…
-
Hi. Don't know if it is that are you looking for, but in our case we just created custom view view report for CBQoS drops. It looks like this:
-
You can try to query tables Metadata.Verb and Metadata.VerbArgument .
-
Hi. First of all I think it will be great to see script you have created , so people can check it and say if it correct. Second what kind of resources do you need? Do you add pollers to the node in your script? Do you use DiscoverInterfacesOnNode, AddInterfacesOnNode verbs in your script ? Have you been here…