Comments
-
....while in the Alerts table are, "AlertID" and "AlertName". I would like to total the number of times a particular AlertID and/or AlertName are triggered by interface over a period of time. Alerts table is for Basic Alerts if I recall, not Advanced Alerts (which I presume you're using). The AlertLog table is probably…
-
Is there a way to cancel my order so I can try it again? I have received no email so far after about a week.
-
Opened Case # 955886
-
rkearney Simply do a ( Must Contain String "switchport access vlan 999" and Must Contain String "no cdp enable" ) Or Must not contain String "switchport access vlan 999" With the parentheses to make the first two rules inclusive of eachother. Then you negate the whole thing if switchport access vlan 999 is not found.
-
So you have Orion 8.1, and you are polling 8000 routers. How many interfaces? How many pollers? Is your problem latency or the trap service? The community can certainly try to help you here on the forum, but if you're having serious problems, you might want to contact Support. It might be a simple configuration change, or…
-
I haven't opened a case as I didn't know if it was a configuration setting or some other type of setup that I misssed. Rick
-
Both servers so the Real Time Change Detection Trigger in NCM and Syslog Parser works correctly in NPM
-
Ginno- YOU ROCK! Thanks so much! -Mike
-
Yes the range is all available windows drive letters. Often this is in practice not going to be more than C-G or similar, but the option needs to be there as some people assign the drive letters from Z backwards.
-
Yes, stop them all.
-
registers fine (screen) but still fails with the same result... I bet it's the DLL (if the file exists...) if it's a dependency to the *.ocx file.
-
It is definitely on the roadmap. It does seem likely to be of interest to MSPs.
-
I am using pollar name instead of OIDs. 1. ciscoEnvMonFanState 2. ciscoEnvMonSupplyState 3. ciscoEnvMonTemperatureStatusValue I am using these three pollar names and i need condition for these. Kindly introduce if those are useful to me
-
Other functionality in that tool is built in. To reset the admin password, you are correct - delete the password with a SQL tool, which makes it blank. You can then change it from the web console.
-
HI Steve I have a same kind of issue . I have posted my query here and looking forward for a quick reply. When ever i try to press Stop button to stop the services, i am not able to do so, it shows busy. Could you pls help me suggest how i can open a ticket with the support team as the issue is very critical as we are not…
-
Soon is all I can say. We don't announce dates ahead of time.
-
Actually it just started working! All I did was browse the files in the C drive... I will keep you updated
-
tomtrav, sounds like you have a trigger action set on reset. remove that trigger. If that doesn't make sense, post a screenshot of your alert and we'll help you troubleshoot
-
hi, could you advise how to configure APM alert? i configured on NPM advanced alert, but seamed not work. triger condition should be selected APM-monitor ort APM-application? thanks in addvance. APM-Application will alert on the state on an application, which a collection of component monitors APM-Monitor will alert on an…
-
Okay, I checked our NCM database and it's got plenty of nodes in its dbo.Nodes table, but what we are missing are the custom properties that we have set up on our two NPM servers. Is there a simple way to 'export' the Custom Properties .. data/tables/whatever we need from one of our NPM servers and then 'import' them into…
-
Good to know. Will need to have a discussion with our SME once he's back from Vaca. May be back then with other questions. Thanks Tim!
-
I'll give it try. Edit: I recreated the alert and set it at a lower setting. It worked fine. I'll have to go back and put in the settings to only apply it to after business hours. I won't have results until at least tomorrow morning.
-
Jonorowe, Thanks for the reply and I may go that route as well. Thanks for the info.
-
We shipped 9.0 a few weeks after the first post in this thread. We didn't add this in 9.1, which shipped in October. We haven't shipped a release since then. I don't have a firm date, but we have, however, acquired Kiwi's syslog and trap server, so that will almost certainly impact what we do.
-
Hi Denny, when you say not in orion9 but coming, does that mean a small upgrade such as v9.5, if so any idea as to when it will be released? Dave So what can I say with confidence? Yes, there will be a release after 9.0. It will have cool features that many users will be delighted to see. It will arrive at some time later…
-
Yes, click Add Node and re-enter the node name, community string, and set the SNMP version. But don't delete it.
-
I got all the devices, reports, policies, and rules migrated to the new server. I moved about 20 rules, many of which have many lines. About 5 of the lengthly rules failed after the migration. These same rules passed fine on the other server with the same devices. By process of elimination, I identified that the last entry…
-
The criteria in the "not exists" are specifying the types of IPSecTrafficAudits that the rule "remembers" - basically you need to tell the rule how to cancel your other event out, otherwise ANY IPSecTrafficAudit will cancel your rule out which isn't what you want. It's not really linear, it's more like a "grouping" of…
-
Finally....this code helped to log in the event logs... if (!([diagnostics.process]::GetCurrentProcess().Path -match '\\syswow64\\')) { $uninstallPath = "\Software\Microsoft\Windows\CurrentVersion\Uninstall\" $uninstallWow6432Path = "\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\" @( if (Test-Path…
-
Thanks tdanner. This is very helpful