Comments
-
I would have to look at the results. Would it be possbile to display summary views based on IP Address groups as well?
-
Another possibility is to set up the advanced alerts to check the date of the alert, compare it against the current date and select an e-mail address based on the condition. This would be a pain in the neck for multiple alerts, though. I think I'd save this one as a last ditch effort. I have tried this past without any…
-
If I could then drill down into the group that would be great. The issue I have is determining our "bandwidth" hogs across the two equal paths.
-
Count me in too
-
How did you make out? I am having the same issue.
-
That fixed it for me as well. Thank you.
-
Add me to the list as well :-)
-
I would like a copy as well.
-
A while back someone posted an ASP script that generated an RSS view of all the active alerts. In theory you could write your own query and display what ever you wanted to. I took the same script and modified it to work with NetIQ. We can browse both active alerts in Orion and NetIQ events from Windows Mobile (can't…
-
Quick question Denny. Does this summary change also affect the way the IP Address groups can be used. In 1.0 I was able to view an aggregation of all interfaces based on IP Address groups. Now I can only view an IP group while looking at an interface. I liked the aggregation capability because we use equal cost multipath…
-
I noticed after the upgrade, the Global protocol variable names changed. I had to update all my hosts to the new vairable names before I could get automated/manual config backups to work. Hope this helps.
-
I would check (if you haven't already) the usual suspects: - Directory permissions - File permissions Also, have you tried creating a new map and putting that up as another resource on the page just for testing purposes?
-
I've done quite a bit of research on this. If you are running CCM v5/6 (the Linux based version) and you are using MGCP to manage your 2x00, 3x00 based gateways the only way I found to get PRI/T1 CAS/BRI usage data is via the AXL SOAP interface. This is the same method the Cisco RTMT uses and it is currently the only…
-
I am having the same issue. Did you ever get it fixed? I am running 2.2.1
-
Have you figured out how to grab this data via SNMP. I have tried to find it myself but I haven't found the correct OID to grab MGCP PRI's usage info and the VoIP module does not collect this info (might not even be possible outside of the Real-Time Monitor Tool).
-
I just wanted to know how much longer you think it will be before we see this released.
-
Count me in too
-
Just wondering. Have any of you tested editing a node in Cirrus after changing the dll that is registered? After changin the dll that is registered, map maker works but I cannot add/edit a node in Cirrus any longer (hangs and eventually crashes). If I revert back to the Cirrus version of the dll I can add/edit nodes but…
-
Taking the code you already had in place and moving it around a bit (and dropping the datediff) I came up with this. Certainly not pretty but it works. SELECT StartTime.EventTime, (SELECT TOP 1 EventTime FROM Events AS Endtime WHERE EndTime.EventTime > StartTime.EventTime AND EndTime.EventType = 5 AND EndTime.NetObjectType…