Comments
-
I had planned on creating the alert for the same thing. When i get it working, i will post it here and in the content exchange. I have several custom pollers that are using rate and have alerts tied to them and it is working.
-
nope, I did not know that. Thanks for the info.
-
Here is what i ended up with after my TAC case with Cisco. In native IOS you have to enable mls on the MSFC only. I am sending you minimum commands require for enabling netflow on cat 6000 switch. Config for switch running Native IOS: mls aging fast time 8 threshold 127 mls aging normal 32 mls flow ip full mls nde sender…
-
That was harsh. :-)
-
Well, to disply one of mine in a report i had to do the following: in the Select Fields i have: Node Name, Custom Poller Maximum Rate Then in filter Results I have where OID is equal to "the oid number" and that will give me the list of nodes and their temp. Try rate on yours and set the filter for that spacific mib.
-
Well, I am trying to figure out a way that I can force anyone, even those that have created a shorcut on their desktops with their account info, to have to view the login warning. I could create some web page redirects so anyone trying to go to the home page will get redirected to a license page to read and click on an…
-
None of that worked. I think that i am just going to disable netflow because i am tired of fighting it.
-
This is for my Cisco 2811s. I am still working on the 6509 configs. While I wait for another drop, here is how I currently have it set up: 1. I added the devices to Orion NPM by the Loopback IP Address. 2. Setup NetFlow as follows: a. For the sub-interface on the S0/0/0, I entered the following commands: a1. ip flow…
-
This is almost what mine looks like, except that i dont the the ip flow ingress layer2-switched vlan on mine and i am getting flows from my 6509s, just not getting all of the data. but, the flows never stop like his does. It just works. I have a Cisco Rep that will be on one of my sites soon to do an in-depth discussion on…
-
Please post your solution to this thread.
-
How often does Microsoft reach out to you to find out what you would like in their updates? I dont think that they ever did. Do you remember getting an e-mail or called when they decided to make CLR part of SQL 2005 and later? How often has Cisco or Nortel reached out to you to find out what you want on the new updates?…
-
do you have Orion on a dedicated server?
-
Ok, Try this. Select * from ( SELECT TOP 10000 CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101) AS SummaryMonth, Nodes.Caption AS NodeName, AVG(ResponseTime.Availability) AS AVERAGE_of_Availability, AVG(ResponseTime.AvgResponseTime) AS AVERAGE_of_Average_Response_Time,…
-
No, it is not correct. I am trying to make it work now.
-
Try this. It does not tell you which power supply, but i will tell you the ${NodeName} and if one of them died.
-
Does this still work in Orion 9.5 SP1?
-
That looks like it fixed the problem. Thanks for the help.
-
If you don't already have SQL on a seperate server than you Orion installation, I would do tha before running the APM install. It can drag the server down if everything is on the same server. I am monitoring over 900 elements so i had to split sql off anyway, but do it before the APM install.
-
I have tried the procedure of loading the home page and timing it. then clearing the web cache and clicking on each item and timing how long each one loads. Mine takes 5 to 6 seconds to load the home page, i clear the webcache on the server and then try clicking on each item on the home page and they all take less than 2…
-
You dont need a community string for SNMP v3, it doesn't use it. I was wanting bshopp to post his.
-
The report works fine for me.
-
A DirectLink account.
-
Yes, Most of my locations are MPLS with 1 2811 and a 2960. I have a few locations that have 1 2811, 1 2960G, and up to 3 2960s. I also have 5 branches that are metro-e but those have 3750s and netflow doesnt work on them. yes, the 0.0.0.0 actually has real IPs in it. I always replace the IPs with 0 when posting to either…
-
Can you help me with this? I would like to add a column after the Average Availability column that shows minuites down. I will post the SQL below the example. Network Availability Report - ATM Average Availability - Last Month - Monday - Sunday 24Hrs.Month Average Availability Branch November 2008 99.99 % Baker SOS Remote…
-
Yep, I know. I havent been able to get an answer on the direction that i need to look. I have send in the solarwinds diags, the specs of the Orion VM and the SQL VM. Posted the same in the forums and the only answer i get it to take off the maps. I have taken the maps off of the home page and now instead of the pages…
-
Give this a try: OOps, let me correct that to include 7 AM and 7 PM SELECT TOP 10000 CONVERT(DateTime, LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)), 101) AS SummaryWeek, AVG(ResponseTime.Availability) AS AVERAGE_of_Availability FROM Nodes INNER JOIN ResponseTime ON (Nodes.NodeID = ResponseTime.NodeID) WHERE (…
-
send me your UnDP. I attempted to create one similar on my 6509 and got 1022 alerts within 15 seconds that showed the mac address of all of the IP interfaces. :-)
-
I will keep the updates coming. I did change several of the branches that drop often to the monitoring by LoO IP. Just a matter of time before one drops again. I will post the results here.
-
I thought about that, but i have 800-900 routers. so it would probably load at the same speed.
-
I have the same problem. But i have a dedicated SQL server, the poller and website are on the same box. All pages are slow. I am able to clear the cache and try to open each of the items on the home page and they all load is less than 2 sec. including the maps. Would like to know what the fix it. The specs are as follows:…