Comments
-
The 2k's say they support the IF-MIB... can't you see it there? The docs say all these are supported on 2k: Configuration MIBs • ENTITY-MIB • IF-MIB • FABRIC-EXTENDER MIB • CISCO-ENTITY-EXT-MIB • CISCO-ENTITY-FRU-CONTROL-MIB • CISCO-ENTITY-SENSOR-MIB • CISCO-ETHERNET-FABRIC-EXTENDER-MIB Monitoring MIBs • RMON-MIB The…
-
This can happen on devices where the interfaces change... as janene16 stated the index changes. This used to really be problem with Cisco devices when interface cards were added or removed. I also have some NetApps that do this when the volumes change in my monitoring. You should be able to either rediscover or manually…
-
I say try it and see what happens? You can test fire and alert which will send an email if you've configured it... I'd be interesting in hearing if ${} variables are evaluated in the email section of alerts...
-
Scary though the idea that a trial software could change your device passwords to something so you can't log in with your known creds anymore o.O! On a production enterprise this could be a total disaster. I hope you get it straightened out because that would scare the @#*& out of me!!! EDIT: Woops I read that wrong I…
-
It looks like there are a lot of new variables involved with flexible netflow: Flexible NetFlow can track a wide range of packet information for Layer2, IPv4, IPv6 Flows. • Source and destination Mac Addresses • Source and destination IPv4 or IPv6 addresses • Source and destination TCP/User Datagram Protocol (UDP) ports •…
-
This version seems to working ok for me: Cisco IOS Software, s72033_rp Software (s72033_rp-ADVIPSERVICESK9_WAN-M), Version 12.2(33)SXI1, RELEASE SOFTWARE (fc3) Technical Support:
-
Yeah that's the problem I ran into here with management in the first place... they were like these reports show average data that is useless because the standard reports skew that data since no one uses the infrastructure at night... this makes all the averages look way too low for utilization. This applies to CPU, Memory,…
-
I now isolated it down to the Time of Day part of the filter... if I uncheck only the Time of Day part of filter and leave the Day of Week or Vendor filter in the report... it will run from fine from the website.
-
I figured something out... when I unchecked (didn't even delete) all of the filter results lines from the report in report writer the report starts running in the website again... this would seem to point to the Filter not working on the website for some reason.
-
The new netpath feature in NPM 12 that's coming would seem to work well for something like this. In the demo they have show hops all the way out on to the internet to well know sites and it shows the timing for each hop along the way. NPM 12.0 feature: NetPath Services - SolarWinds Worldwide, LLC. Help and Support
-
I think you'll have to either monitor them all individually or possibly use EOC: www.solarwinds.com/.../ I don't do this personally but I think that's what EOC is for... to monitor multiple Orion installations within one console.
-
Those are great questions Richard... I don't have that many flow but... I can tell you having the flow database on the new noSQL database server is awesome! I now have a full month of up the the minute flow data which is huge improvement over the old system in the SQL Server. I've never had an issue with overloading the…
-
I'm not sure what ur asking here? NPM and the modules that go with it aren't available to run on Red Hat Linux but you can monitor RHEL from it no problem. RWikipedia: R is the eighteenth letter of the ISO basic Latin alphabet. →
-
I do this today with AD groups... I have a RO one, I have a server admin one (with no access to NCM), I have a network admin one with limited NCM ability, and a network admin NCM group for select network team members that need full NCM ability. IT works great. The permissions are much more granular than they used to be in…
-
You could try something like this: Remotetly Monitor Orion and SQL Run these vbscripts on another server to monitor the Orion Server and SQL database: OrionMonitorUpDown.vbs This VBS script monitors the ORION server on 3 fronts PING (Is the server there) WMI (Can I connect) Service(s) Status (Are the Orion Services…
-
There have been improvements but we're not all the way there yet... For example I use two AD groups called NetworkAdmins and ServerAdmins. I don't give ServerAdmins access to NCM... they don't need to see and definitely not change f/w and router/switch configs. I have a RO groups as well. I also have an Admin group with…
-
You'll have to get more responses from some of people that use PrTG but from past posts I believe they normalize their graphs and also do scaling which as far as I know SW's does not ie. the data is more RAW and displayed exactly the way it's polled in Orion. I asume your other concern was that possibly the the polling…
-
Here's what I did which is working great: I added custom proprties for the fields I want on my main map. For me it's Asset Tag, POC, LabName. Then after building my map Goto Network Summary Home where the map is dispalayed in your view and hit the maps edit box. At the bottom of the dialog click on custom map tooltips.…
-
We became multi-tenancy not exactly by choice but by merger... I essentially have three different sets of teams (each with windows, unix/linux, vitualization, and network) all using the same instances of NPM/SAM/NTA/WPM/NCM. Each group has teams used to managing their piece of the big picture. The idea is to eventually all…
-
Exactly this is a built in feature of NCM. It shows a list of all the nodes that have different running and startups.
-
@darkshooter netflow export has been verified with 8.2.(1)12 also have you tried adding flow-export enable command?
-
Version information might help and also what kind of device (I assume server and OS) are you polling? I think I have seen this kind of thing with some Linux boxes... being polled through specific snmp agents.
-
For all that commented I did open a case with support and Sean helped me figure it was the apache web server logs that show all the accesses to the webserver. It shows IP address and path with either GET or PUT... For me it was my machine doing like 600k GET's to some weird path... it did this for like 6 or 7 days then…
-
Do I need to start messing with /usr/local or will LEM do something about it growing to fast... otherwise I'm afraid /usr/local may blow up? I know from my own experience that if you harden a linux box like I/we do where I work it'll halt if it can't write to a partition. I may have to open another case as it's showing…
-
@NasaGeek Any tip on which of the methods seems to be the best way to go when opening a ticket? http://www.solarwinds.net/support/ticket https://forms.netsuite.com/app/site/crm/externalcasepage.nlcompid=638609&formid=12&h=3d0552f20b2e9bd6580b http://www.solarwinds.net/support I assume this is the same as the first one...…
-
You could add an advanced property to each node called something like "timezone". Set this for each node with whatever you like as the timezone identifier (you could use something like GMT + - minus whatever). Keep your NPM on GMT. Then in your alerts use the variable ${timezone} in the message. This would enable every…
-
Try some of these oids and see... I'm not positive but I think HP Bladecenter can be monitored through the CPQRACK MIB: http://www.oidview.com/mibs/232/CPQRACK-MIB.html
-
Remotetly Monitor Orion and SQL Run these vbscripts on another server to monitor the Orion Server and SQL database: OrionMonitorUpDown.vbs This VBS script monitors the ORION server on 3 fronts PING (Is the server there) WMI (Can I connect) Service(s) Status (Are the Orion Services Running) OrionSQLInstanceUpDown.vbs This…
-
Thanks cobrien for all your hard work! Now that the customer success center all points to NPM 12 I've got my work cut out for me!
-
As long as you have the bandwidth setup correct on the interface and it's reflected on the interface in NPM setup you alert with an interface trigger condition like this: Edit: Sorry left out the COS part... looking for COS part now... I'm not sure if this can be done yet...