Slashdot Mirror


What Do You Use for SNMP Monitoring?

linuxi386 wonders: "My company is in the process of implementing a global frame relay system. The network will cover 20+ states, and several European and Asian countries and Australia. It will have a 5 point full mesh fail-over with each coast/country having about 20 ppp links about 30 servers mixed between linux and windows plus a 2003 domain controller at each site. I have been looking for a really decent cheap web based monitoring application to maintain the entire system. So far I have looked at Solarwind's Orion and Adventnet's Opmanager. I like the look of Orion, but while I prefer the feature base of Opmanager, I cannot stand its pricing model or the XP playskool style theme it uses. I am trying to avoid writing my own system to manage this if at all possible. What would you folks recommend and why?"

103 comments

  1. Netreo by socalian45678 · · Score: 1

    I'm not very familiar with the other 2, but I believe Netreo is in the same space... it's what UC Irvine uses, I think.

  2. Cacti! by sampowers · · Score: 5, Informative

    We have a medium sized setup and for us, Cacti works great. http://www.cacti.net/

    1. Re:Cacti! by merreborn · · Score: 5, Interesting

      I've found Munin much easier to configure and extend than cacti.

      Quite frankly, I found cacti's interface, abstractions, and terminology very difficult to grasp.

      Munin, on the other hand, I've written a half dozen plugins for.

      Admittedly, cacti is more powerful, but that didn't do me much good, as I couldn't for the life of me harness that power.

    2. Re:Cacti! by lanner · · Score: 2, Informative

      I use Cacti too, both for personal use as well as at the workplace. We monitor Cisco routers, Linux systems, Windows systems, Network Appliance Storage Filers, Cisco PIX firewalls, and a few other miscellaneous things. At a previous employer of mine, we had about 200 different devices being polled.

      You can write your own scripts to poll items via the command line or SNMP, and then create your graph templates to draw the graphs the way you want.

      One of the best features about Cacti is that you can create templates for graphs and data sources, and export them for others to use.

      Cacti still needs some work, but it's a pretty good product for free. Releases in the last year has been slow, but I think that is because of a development efforts to a major future version change.

      Other tools that I have heard about are jffnms and zabbix, though I have used neither.

    3. Re:Cacti! by Anonymous Coward · · Score: 0

      I also use Cacti. very good for simple SNMP stats. Great graphs, very customizable, and free. It does require a rather steep learning curve and some time to setup properly. But once it's setup, it's beautiful.

    4. Re:Cacti! by jzono1 · · Score: 1

      Munin is nifty, I use it for monitoring my home network, you can easily spot irregularities.

    5. Re:Cacti! by cowwie · · Score: 2, Interesting

      Crap... that was me and I'm too stupid to login. Let me post again so it doesn't get filtered out.
      ---------
      I just set up CactiEZ from cactiusers.org to test out some stuff on my network. It's a basic distro built on CentOS 4 that installs just what you need, has most of the stuff pre-configured out of the box like the MySQL backend, the cron jobs, etc... and is just generally EASY to use.

      Personally, I'm running it in a VMWare machine without seeing a very big performance hit on the Win2k3 server it's hosted on. Then again, I'm only using it to monitor a handfull of firewalls, routers, and UPSes.

      Either way, don't let Cacti's complexity scare you off.... the CactiEZ distro is incredibly quick to get setup and going.

    6. Re:Cacti! by Anonymous Coward · · Score: 1, Interesting

      I haven't seen Munin myself, but I'll go check it out cause I'm in the middle of configuring various monitoring myself.
       
      Here I've got FreeBSD boxes with the ports of Nagios and Cacti running, very easy to get setup through ports. Cacti I admit has a learning curve, but the forums are fantastic. This post in particular is a good starting point http://forums.cacti.net/about15067.html
       
      If you are shy of trying to create your own scripts, just look for one that is similar and edit it. There is example code in the forums for creating a perl script to query the Nagios Windows client from a *nix box for perfmon counters, that works fantastic for me - I look up various troubleshooting tools, figure out what perfmon counters they check and write a script to graph that myself, did that for our Exchange boxes by using some of the same perfmon counters that the Exchange Troubleshooting tool from MS does. Once you edit templates and scripts a few times from the forums, you'll be able to create ones from scratch a lot easier.
       
      Also in Cacti the generic SNMP template is great if you can figure out what OID you want to graph, helps to have some experience with MIB's or snmpwalk though.
       
      One more thing is that I have in the past worked with some high end cost a lot of bucks monitoring systems, including the Solar winds toolsets and I am using Cacti/Nagios not because they are free, but that I think they are better and considerably more flexible, maybe they don't look as pretty, but they get the job done.

    7. Re:Cacti! by cavtroop · · Score: 1

      I've never setup Cacti before, or even seen it. Just last Tuesday, I installed an Unbuntu system, and put Cacti on it, all in about 4 hours. It took a bit to see how things were done in Cacti (managing users and trees, putting graphs in the correct tree etc.) but a little google, and I had that all figured out.

      I'm now using it to monitor my lan/wan, and am setting up server monitoring next week. I found Cacti easy to install/manage, and I the managers of the various groups in the office like it, as they can login with their own unique ID to look at any graphs that are relevant to them.

      All in all, I like Cacti.

    8. Re:Cacti! by BuSy_keniff · · Score: 1

      We discovered Cacti at work a few years ago, and yes it did have a little bit of an installation learning curve, but that was before we found CactiEZ. Its a linux distro based off of centos that uses a kickstart script to auto-install a Cacti server with a ton of extra features. Via its default packages and the nifty cacti plugins, it adds support for lots of features not found in Cacti normally. For instance complete Netflow integration (it captures, allows you to query the data through the Cacti UI, and if you want, it can even redirect the flows to NTop which is running by default). It sports remote syslog monitoring, so you can have your servers(Windows and Linux) all log to one place, and then easily query the events through a GUI with alerting features. Then you have a few minor things like network auto-discovery, mactrack(which specific switchport and IP is at), weathermap(network diagram with realtime bandwidths), a simple device up/down monitor, thresholding(alerts for breaches of set values for ANY data source). Even comes preinstalled with Webmin for all the non-linux savvy technicians.

      Now we have a complete restore procedure based upon this CD which allows us to get a dead Cacti server up and running in under 20 minutes (5-7 minutes to install CactiEZ on a new machine, 13-15 minutes to restore the database and rrd files from backup). All-n-all its pretty nifty, especially for the price. Who doesn't like free?

    9. Re:Cacti! by Anonymous Coward · · Score: 0

      Crap... Damn, did it again. HAHAHA Just jokin, different AC.

      Crap... that was me and I'm too stupid to login. Let me post again so it doesn't get filtered out.
      ---------
      I just set up CactiEZ from cactiusers.org to test out some stuff on my network. It's a basic distro built on CentOS 4 that installs just what you need, has most of the stuff pre-configured out of the box like the MySQL backend, the cron jobs, etc... and is just generally EASY to use.

      Personally, I'm running it in a VMWare machine without seeing a very big performance hit on the Win2k3 server it's hosted on. Then again, I'm only using it to monitor a handfull of firewalls, routers, and UPSes.

      Either way, don't let Cacti's complexity scare you off.... the CactiEZ distro is incredibly quick to get setup and going.

  3. SNMP by Anonymous Coward · · Score: 0

    We use level platforms.

  4. Google it!!!! by Knetzar · · Score: 5, Funny

    Just google for "full mesh fail-over" "ppp links" and...no, wait, forget that....

    1. Re:Google it!!!! by Raistlin77 · · Score: 2, Funny

      Just google for "full mesh fail-over" "ppp links" and...no, wait, forget that....

      Shhhhhh, you wouldn't want Google to send you a warning letter, would you?

  5. What we use by Anonymous Coward · · Score: 5, Informative

    I'm posting as an AC so I don't break any I.P. and/or NDA's.

    At the companies I've worked at, we have typically started with the free monitoring software package Nagios and after a shortperiod of time, purchased the commercial product NetCool. NetCool is everything you could ever ask for... assuming you have a few months to tweak the rules to set the event levels correctly... But I guess all monitoring systems are like that.

    Depending on the size of your NOC, your datacenter, and your client base, I would recommend starting with Nagios and, if it proves to be too small for your needs, move the NetCool. (Just be prepared to pay serious $$$ for NetCool)

    HTH

    A.Coward

    1. Re:What we use by BrookHarty · · Score: 5, Informative

      Yup, Nagios is great, and you can customize it to work on anything. I dont see a reason to buy an expensive professional enterprise solution when Nagios is an enterprise solution.

      Plus when you start using it, you find your self adding new scripts to monitor more and more because its that easy. I'm using it to monitor tcp/udp ports, processes, oracle rac instanaces, oracle queues, swiftmq queues, hardware nics, hardware stats, memory/cpu/etc, log sizes, etc.

      So, not sure why I'd buy Netcool when Nagios is free, and works great. The time you spend configuring Nagios is cheap and easy. And it works with netexpert too.

      I like having a nice dashboard for my NOC, so they can keep a good eye on the health of a service, without lots of training.

    2. Re:What we use by Schraegstrichpunkt · · Score: 1

      What was wrong with Nagios that you decided to go with NetCool?

    3. Re:What we use by NicolaiBSD · · Score: 1
      What was wrong with Nagios that you decided to go with NetCool?


      I guess:

      Nagios is targeted at companies up to the medium-sized ISP level. It misses functionality for the real big networks. What we miss is proper SNMP trap handling (you can hack it so it works more or less, but not scalable or extremely reliable), integration with proprietary management systems (such as Cisco WAN manager, Alcatel AWS etc. ad infinitum), and scalability to 10.000's of devices (yes you can distribute your sensors, but it's not very practical).

      Netcool provides all this, and the same flexibility you get with Nagios. Netcool is a database of alarms, with different components feeding the database. You can feed it nagios events, Cisco WAN manager events, syslog events, SNMP traps, events from custom scripts etc. etc. So it is quite flexible, yet scales better, features much better presentation options and integrates better in proprietary networks than Nagios. Unfortunately the price is better, too.

    4. Re:What we use by dr_d_19 · · Score: 2, Insightful

      So, not sure why I'd buy Netcool when Nagios is free, and works great. The time you spend configuring Nagios is cheap and easy. And it works with netexpert too.


      Considering that your time is not free, I think you've answered your own question. I love open source, but in most project where I have been involved where the choice between open source (as in at no cost) and closed software (as in, pay up) the difference in TCO is often minimal. I think people should stop using license costs as a way to promote open source. There are so many better arguments for it!
    5. Re:What we use by macdaddy · · Score: 2, Informative

      The problem is you can't extend NetCool or the other closed source apps to anything other than what they've allowed you to monitor. I'm monitoring the state of BGP peering sessions with Nagios. Try doing that with NetCool. Sometimes you don't get what you pay for. Sometimes you have to use a little of your own ingenuity.

    6. Re:What we use by jschrod · · Score: 1
      While I agree with your principal sentiment, the configuration cost is not an argument either. (Usually the user interfaces for non-experts are much better in proprietary software.) Proprietary products must be configured as well, and configuration of proprietary tools like Tivoli, Unicenter, or OpenView needs as much work as Nagios' setups do. I worked with all of them, and can assert that.

      Nevertheless, the feature list check should be a first look, that is a given. For example, the OP gave the impression that he was looking for network performance management, too. To recommend Nagios for that is nonsense, Nagios doesn't record performance values and their changes and it's also hard to implement that with its simple check-and-exit-code model. Nagios is fine for event and outage (availability) management, but not for performance or capacity stuff.

      --

      Joachim

      People don't write Manifestos any more -- what's going on in this world? [Frank Zappa]

    7. Re:What we use by Morphine007 · · Score: 1

      On a personal level, there are a number of times where I would much rather spend the extra couple hundred bucks to get someone else to do the work for me... spending $50 bucks to get H&R Block to do my taxes is a really good example of this.

      On a business level, your time, or the time of the company's employees, is a resource. If you really have nothing better to do than write custom scripts for an open source application, then that's fine. But as a manager-type, would I rather pay you $30/hr over a couple weeks to add functionality, or pay a vendor a few $k to build that functionality in?

      Obviously it's gotta be a case-by-case basis, but it should also be fairly self-evident that sometimes the answer might be something like: "go with the expensive version, and use your time doing that node-upgrade we've been putting off for months"

      YMMV

    8. Re:What we use by NicolaiBSD · · Score: 1

      Obviously you've never worked with Netcool. It's as simple as it is with Nagios, you write a script that either spits out an SNMP trap, or updates the omnibus database; perl and DBD::Sybase will do the trick easy.

    9. Re:What we use by Sharp+Rulez · · Score: 0

      We also use Micromuse (IBMuse?) Netcool. Nagios does not support Failover pretty well. Our NOC prefer the real X11 Netcool :)

    10. Re:What we use by Bandman · · Score: 1

      I use it to monitor server room temp and various database archive logs, too. If the primary and backup DBs arn't looking for the same file, something is wrong, and throw an alert :)

      I *heart* Nagios (and MRTG, which I use for even more)

    11. Re:What we use by macdaddy · · Score: 1

      That's a good point. It's worth noting though that Ethan Galstad, the author of Nagios, will take on custom tasks on a contract development basis. I'm in a fortunate position where I'm the netadm and sysadm (ie Nagios user and maintainer). I can usually whip out a script in an hour or two.

    12. Re:What we use by macdaddy · · Score: 1

      I wouldn't really call either option as easy as Nagios. I don't have to post modifications to the DB in Nagios for an external script to function. I also don't have to add functionality to my scripts to generate a SNMP trap. All I have to do is return a numeric response to the calling process. Often times this is the output of the command you're running anyway. Still it does sound like NetCool is extensible. I'll have to give it a try when time permits. As always, each to their own.

    13. Re:What we use by erase · · Score: 1

      also expect to devote someone full time to dealing with netcool.

      my experiences with netcool-ISM at two different companies have been unpleasant. their software crashed the probe hosts (running linux) at least once a week, their support department is horrendous, and it is a pita to administrate.

    14. Re:What we use by Morphine007 · · Score: 1

      Don't get me wrong, I'm a HUGE Open Source proponent. I've been using Linux since 98. Started with RedHat, quickly ditched that in favour of Slackware, and only recently moved to KUbuntu. I've also made scripts to do automatic polling and webpage generation using MRTG.

      People with the ability and time should *definitely* go for open source, as it's the best compromise between rolling your own and buying proprietary. Not everyone is lucky enough to work in a position where their job is basically feast-or-famine. If you're a sys/net-admin who never has time to do anything because fighting fires is the modus operandi, then there's a little more to the equation than simply licencing costs ;-)

    15. Re:What we use by Gothmolly · · Score: 1

      Because Netcool does much of what you describe, right out of the box. It has a spiffy Win32 client. It has a slick Web dashboard. It does amazing jobs correlating events. It just works.

      --
      I want to delete my account but Slashdot doesn't allow it.
    16. Re:What we use by Technician · · Score: 1

      If you want serious monitoring and control and have a budget for replacement hardware, consider the just released Intel® vPro(TM) technology using Intel® Core(TM)2 Duo processors. It goes beyond software only solutions. It has the ability to remotely power up a machine that is turned off. If you need to fix a dead or crashed OS, that can also be done remotely. The OS runs inside a hardware based firmware shell making it possible to boot up the hardware even if the OS will not. From the firmware shell, the OS can then be repaired or replaced remotely. It is designed for the enterprise so the IT department doesn't have to spend the time to go to users PC's or haul them in for rebuilding. This shell monitoring and controlling the PC is supposed to save a bundle on IT costs.

      I understand for now this might not be a solution due to your existing hardware, but when you upgrade, the Core 2 processors will save on your power bill and AC requirements. The advertisements claim 40% faster on 40% less power.

      --
      The truth shall set you free!
    17. Re:What we use by jimketcham · · Score: 1

      What version of Swift are you using Nagios to monitor and are you doing queue length monitors? We are on Version 6 of swift and outside of process monitors i don't see how to use our nagios instance to monitor that app (outside of custom scripts that execute their cli system to return values that we look for in nagios).

  6. Either go big or go home by saxman57 · · Score: 5, Insightful

    If your company is willing to spend that much money on the network, a 'cheap' NMS tool is the wrong solution. Too often companies invest in technology only to skimp on the management of that technology. The end result is overall poor performance and dissatisfaction with the technology. I would suggest a real NMS tool such as OpenView.

    1. Re:Either go big or go home by arivanov · · Score: 5, Interesting

      Openview is not necessarily the answer.

      It is one of the best fault oriented NMSes on the market, but its performance monitoring side has always sucked bricks through thing straw sideways. Based on the packages mentioned in the original post the poster is trying to monitor performance and utilisation, not faults so Openview is the wrong tool.

      I am an old school person (been doing this for 10+ years now on networks from 10 nodes to global telco), so my first choice for performance monitoring in a 30 node setup would be the classic - MRTG (though I use it with a rrd backend nowdays). I have run it for up to 600 monitored variables. It works. For a 30 node full mesh this will be a no-brainer. Its main disadvantage is that it does not preserve long term historical data (which managers sometimes require). The main advantage is that you can also plug in non-network data (CPU, environmental, application performance) from the linux part with ease. The next choice would obviously be infovista (its original stuff, not the stuff it acquired recently). It costs money though. No idea how much nowdays. It also has a learning curve associated with it.

      As far as the utilities mentioned in the original post - they are winhoze stuff, so I am not very familiar with them. I have seen some other products under the same brands (solarwind tftp server) and they are laughable.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    2. Re:Either go big or go home by Gr8Apes · · Score: 1

      OpenView and the like are hugely complicated tools for what they're trying to do, and extremely expensive. Application monitoring is definitely not its strongest forte, and adds to that high cost, depending upon the type of application and what you're trying to monitor/accomplish. You're much better off with a smaller application with optional agents and the ability to add plugins, both to the application and the agent.

      --
      The cesspool just got a check and balance.
    3. Re:Either go big or go home by kashani · · Score: 1

      Spoken like someone who has never actually used Openview. It's expensive, is a framework requiring you to buy or write anything really useful, runs like crap, takes a ridiculous amount of hardware to run... I could go on and on.

      Assuming you're not an idiot, some combination of Nagios, Cacti, net-snmp, logwatch, syslog-ng, your favorite scripting language is cheaper to isntall, run, and maintain. Yeah you have to put a guy on it at least part time, but at least you don't have to put a full time guy on it like OV.

      kashani

      --
      - Why is the ninja... so deadly?
  7. Define Cheap by KevinH456 · · Score: 1, Redundant

    It seems like if you are spending all the money on that equipment, you might not want to go with a "cheap" solution. There should always be a good budget for software in any project. You want it to be powerful enough. That said, you shouldn't discount the free/cheap solutions just because they are free/cheap/open source. That's my 2cents.

    --
    All sigs are created equal.
  8. OpenView by ChaoticChowder · · Score: 1

    I've used the Solar Winds software suite, HP's OpenView, and CiscoWorks myself for managing infrastructure for about 3500 devices. CiscoWorks is slow, but has tons of features if you're working with a lot of Cisco devices. OpenView is good for generating logical maps and managing a heterogeneous network with a lot of different devices. Solar Winds and OpenView were about the same in functionality for me. Out of the 3 I've used, I have always thought that I could do better, but I just don't have the time. I know there is OpenNMS, but I've never tried it. Enterprise Management suites are generally useful, but a lot are more of hindrance. If you find a good one, let me know. Good Luck on the search.

    1. Re:OpenView by ChaoticChowder · · Score: 1

      Oh, I forgot to mention I hate OpenView's SNMP alert monitoring. CiscoWorks is nice if you can have CDP enabled on all the devices. Solar Winds was probably the best option for us. However, management decided to go with combination of OpenView and CiscoWorks. OpenView and CiscoWorks are pretty expensive last time I checked.

  9. Check out Nagios by ErikTheRed · · Score: 5, Informative

    Nagios is a fairly easy-to-learn, extremely extensible (can you use a scripting language?) monitoring system. It scales reasonably well, distributed stat gathering, can respond to SNMP traps, etc. Not the easiest out of the box (you'll spend a day or two learning to use it and set it up), but there's very little you can't make it do.

    --

    Help save the critically endangered Blue Iguana
    1. Re:Check out Nagios by legoburner · · Score: 1

      I'll give another vote for Nagios for most things. I also use cacti to get a nice, locked-down set of logs which non-tech people can login to and check to see how things are (including usage patterns). I would not recommend either product unless you like instruction manuals though!

    2. Re:Check out Nagios by Bandman · · Score: 1

      And then another day or two writing scripts to add things to the Nagios configs, because doing it manually is a major PITA

    3. Re:Check out Nagios by nuintari · · Score: 2, Informative

      I have to second this, nagios is amazing for network monitoring. You can actively poll for availability, build a complex dependency tree based on your network's actual layout. It scales very well, you can have the main web interface server in a good central spot, and have servers that do the actual checking and report back littered throughout your network. It can handle snmp traps with the addition of net-snmp, you can write your own checks and plugins, customize notifications. It is really an amazing framework.

      Grab the no starch press book on nagios, it has examples of how to do everything I just said, and much more.

      --

      --Nuintari

      slashdot : where an opinion can be wrong.

  10. Like the function, dislike the look? by foniksonik · · Score: 2, Interesting

    Is a 'theme' really going to turn you off a piece of software? Ask the company if you can have it re-branded. Many companies will do this for free, especially web-based tools... and if they don't, well it's web based... there are stylesheets, graphics and html, it really shouldn't be that hard to make some radical visual changes without too much work.

    So go with the tool that works best, looks are pretty easy to adjust, as long as usability is there to begin with... if it's clunky, confusing and you hate how it looks... well that would take a bigger commitment to fix than just looks but it's been done before. Example... I once completely redesigned the UI for Bugzilla, canned queries, new workflows, collapsing panes, calendar widgets, color coding and more... but it was worth it in the end and that company still uses it 90% the way I left it. Which means it wasn't wasted effort.

    Well, think about it anyways.

    --
    A fool throws a stone into a well and a thousand sages can not remove it.
    1. Re:Like the function, dislike the look? by Anonymous Coward · · Score: 1, Interesting

      I've got to agree with this -- form should follow function. If the features are the best, but the "look" isn't so great, that's still better than a great looking app which doesn't do what you want it to.

      That said, maybe you can make UI changes a condition of your purchase? You could also leverage the fact that you're using the tool to do "all this" as a reason to get more favorable licensing terms & pricing from the seller. If you're implementing a system as large as you say, I have to imagine that your company must have *some* clout when it comes to negotiating the licensing.

  11. We've tried lots by neurosis101 · · Score: 2

    On a large cluster, we considered OpsManager, Cacti, and Ganglia, and have run all 3.

    OpsManager has some real nice features which made it easy to display and group results, especially to non-engineering people (good graphing tools built in, etc), but we found it didn't perform as well as the other 2. Addtionally, you have to pay for it.

    Cacti was nice because of the built in hooks for apache and MySql, but it didn't have some features we wanted (auto host discovery, certain data summarization)

    We use Ganglia now. Its open source and has a good track record on large clusters, and has proven speed and reliability. It will do auto discovery of hosts, but the downside was that there were no built in hooks for MySql and Apache, which we did want to monitor.

    So consider the set of data that you're interested in monitoring, and how big you intend on scaling it.

  12. Correlation, your best asset by spinash · · Score: 3, Interesting

    if your network has a certain size and you do everything by SNMP, you need to be able to correlate the events to avoid alarm floods when one link goes down. We have used Openservice's Nervecenter with great success, coupled with NetCool from IBM. The pricing is steep, but the products are top-notch. In our configuration, we monitor about 8'000 network devices (Cisco, 3com, Bay, Nokia-IPSO, Consentry, etc) using 2 Nervecenter running on 2 Sun 480 boxes.

    (I'm not affiliated with these companies or products)

  13. Use a Proper Tool by Michael+Snoswell · · Score: 5, Insightful

    How is it that you're obviously spending a huge amount on the network infrastructure and want to cut costs so much on network monitoring? After going to all the effort of setting up you'll want a decent tool that tells you the instant something is wrong - and before the users tell you!

    Something like HP OpenView does the job. Cisco have a sw tool but not as good, as do Sunand IBM. CA Unicentre is overkill and too expensive to my mind. For small jobs (less than 100 nodes) I've used Ipswitch Whatsup Professional. You want something that goes inside your switches and has agents for all your servers if you want to monitor properly.

    In the dim past (10+yrs ago) I used Scotty (a Tcl/Tk freeware tool) and at other times wrote my own in Python/TK with Perl daemons/services.

    net-snmp on sourceforge has tools you can use but to my mind these days, again I'd say - it's an expensive (and I presume important) network your've got there, so spend some money to monitor it properly. The expensive tools ($30k+) all have ready made agents or know about a huge variety of hw so you don't have to customise MIBs and code (though Unicentre takes a lot of customisation to work well and they all need customisation of sorts). It might take you 3 months to do a half decent job coding yourself that a commercial package could do with more features in a few weeks and you've got support and someone to complain to if there're problems. How much money would be lost when the network goes down in those three months? Just one hour for a large corporation would cover the cost of the sw.

    I do agree it's great fun rolling your own (I'm sure you're a great programmer) if you have the time and the corporate managers don't appreciate the need to monitor things properly and you can't convince them to spend the dollars - but when it goes down it'll be your arse and the managers'/company's money being lost while you sweat to fix things - they'll quickly tell you then (and rightly so) it would have been worth doing it right the first time (you didn't think they'd take the heat for this now did you?) no matter how good your code will look in just another months time.

    At worst write some emails as evidence that you requested such and such a package with official quotes and have their replies on record they refused to spend the money on it. I know of one company that went to the wall when the network went down (chain of retail stores) and a series of seemingly small faults on critical days (like the last shopping days before christmas) meant the company went under and the IT consultants who designed the system took the blame in court in the end - cost them $30m (plus a few hundred ppl lost jobs).

    Now if this is just some academic network or it's not your responsibility then fine (mind you many research places are even more fussy about their networks than corporate users).

    Unfortunately there are times when jumping into coding, nomatter how well intentioned, isn't the most pragmatic or best solution.

    --
    pithy comment
  14. Who needs SNMP? by Anonymous Coward · · Score: 5, Funny

    SNMP? That's complicated stuff to set up.

    At work we rely on th much more robust, and easy to use URMP ("User Resource Management Protocal") to monitor our systems. When the systems go down, the users let us know about it.

    1. Re:Who needs SNMP? by jimicus · · Score: 1

      You've been modded funny, but I've worked in environments where that was probably the most sensible system to adopt.

  15. MRTG and historical data by Morty · · Score: 1

    If historical data is a requirement for MRTG, for a small installation, you can easily script a daily or weekly archive of the MRTG HTML (and data) directories. Presto -- historical archive, with picures and everything.

    1. Re:MRTG and historical data by arivanov · · Score: 1

      That is correct if historical data is acceptable in MRTG format.

      Usually (micro)managers and capacity (pseudo)planners want to be able to do adhoc-like queries which cannot be satisfied easily by such data. One solution is to do an immediate run after the MRTG run and put the "current" variable values into a database. You basically use MRTG for short-term graphing and as a collector. From there on you can use the data at a later date for ad-hoc stuff.

      Unfortunately if you want to reproduce MRTG itself from that data you have to reverse engineer the horrid rateup format or do some fairly adventurous rrd file generation. I have done both on different occasions and neither one of them is fun. There are plenty of minor niggles and it is a fairly painful exercise (especially if you are doing it for constantly changing reporting requirements). Personally, I would rather feed the data into a completely different report package and be done with it. Once again, that usually requires some development.

      End of the day, after you have counted the man-hours for making MRTG (or any similar lower-end package) do true historical data and report it in a format useable for (mis)managers you might as well use infovista for any deployment above a certain size (unless you are outside US and Western Europe).

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
  16. InterMapper by Anonymous Coward · · Score: 0

    I use InteMapper from Dartware. It is simple, intuitive, and cheap.

  17. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  18. Intellipool Network Monitor. by Knightman · · Score: 1

    Take a look at Intellipool Network Monitor, you can find it at http://www.intellipool.se./ The pricing is fair and their support is excellent. INM also supports distributed monitoring, ie. if you have geographicly diverse location you can set up multiple monitors thats slaved to the main-server. Support for adding custom SNMP mibs exists.

    --
    --- Reality doesn't care about your opinions, it happens anyway and if you are in the way you'll get squished.
  19. Oblig by mdhoover · · Score: 1

    SNMP == "Security is Not My Problem" ;-) Seriously though, what you use is entirely dependant on what it is you exactly want to monitor.

    It is trivial to write up simple net-snmp based pollers to push into RRDTool for graphing (my preferred method for generating traffic stats, after polling for which interfaces are administratively and operationally up, saves on having to configure what interfaces to monitor as you do with MRTG). Same data can also be pushed into whatever you use for historical logs.

    If you dont want to roll your own just use Nagios

  20. SNMP Monitoring by strikethree · · Score: 1

    We use Solar Winds and SNMPC together, however, What's up Gold is useful. Both Solar Winds and SNMPC are very powerful tools that can monitor large, widespread networks.

    Although a PITA to set up, Netdisco http://www.netdisco.org/ is a pretty awesome Open Source solution.

    strike

    --
    "Someone needs to talk to the tree of liberty about its ghoulish drinking problem." by ohnocitizen
    1. Re:SNMP monitoring by itwerx · · Score: 1

      ...hardware from the Evil Empire (Cisco...remember, you can buy better than Cisco, but you can't pay more)

      A bit off topic, but I'm curious what your preferred alternative(s) would be?
            Not arguing with the Evil Empire viewpoint at all, just interested in what you prefer to work with.

  21. SNMP network monitoring by Ogun · · Score: 1

    I've used NMIS to good effect, really love this tool. Also don't forget something like rancid either, it will save your life at some point.

    --
    I found a fast warez site: http://warez.it.kth.se
  22. HP OpenView by Anonymous Coward · · Score: 0

    I've worked with HP OpenView for a few years and it's a very rock solid tool, you just got to know how to use it. The thing i liked the most it's the integration with different Hardware specific solutions like Sun's, Fujitsu and Compaq/HP. It's the solution used in one of the major telecom companies in the world so it's gotta be good... or the HP suits are very entertaining ;-)

    C 'ya

  23. gcc-4.1.1 woes / ganglia by Anonymous Coward · · Score: 0

    The Ganglia ebuild has just been broken on Gentoo by the gcc-4.1.1 upgrade.

    In fact, scores of packages that were in stable now bomb out on compile. I guess the real problem is that they're still in Portage as "stable", despite no longer compiling. Pretty annoying.

    It seems that gcc-4.1.1 is extraordinarily fascist about templates and lvalues now, rejecting code that's been stable for ages. Ganglia is just one example of many.

  24. Advanced Host Monitor by Anonymous Coward · · Score: 0

    I just went through a similiar issue where we wanted to monitor multiple clients sites. This included all Servers, Workstations, along with SNMP devices. I tested a lot of products, most of the ones mentioned here. I ended up with Advanced Host Monitor. The feature set is very robust. Its for the most part agentless and has a distributed option for monitoring remote sites easily. Support for Linux, FreeBSD and more. The developers so far have been very responsive and the user forums are active. The best part is the price. I hate the per node licensing model which is why I really like this product. For a few hundered dollars you get get an unlimited node version of the product (well a 20,000,000 node limit). I would recommend that anyone considering a monitoring solution at least give it a look.

  25. Frame Relay? by Anonymous Coward · · Score: 0

    Frame Relay, like ATM, is quickly becoming yesterday's technology. Some major Tier-1 providers are already phasing out their native Frame and ATM networks in favor of MPLS and MPLS VPNs. You may find that your investment in Frame Relay switches (Nortel?) will seem like folly in only a year or two.

  26. Ubersmith! by casualsax3 · · Score: 1

    Check out this software called Ubersmith. It started out as a billing system, but then grew into a Billing, Support, Device Manager/Monitoring package all integrated into one package. My company uses the Pro version of their software which lets you do SNMP monitoring. The cool thing about this program is that it's all nicely integrated. I have a client, I can click on their profile, view their services, and check out any devices associated with them. It will automatically notify admins or users if a device is down, and even supports APC's for built in remote reboot. Their new software that's coming out called Datacenter Edition looks to be incredibly cool: http://www.ubersmith.com/de_preview/

  27. What the hell? by jevring · · Score: 3, Interesting

    So, let me get this straight, you're building a GLOBAL frame relay system, with nodes in 20+ states, with massive redundancy, and you're looking for a CHEAP system?

    Get yourself together and look for a GOOD system. If you're already spending TONS of money, you might aswell spend some more to get exactly what you want, instead of settling for something. It might turn out that a free system is the best system for you, but please, good HAS GOT TO come before cheap!

    --
    Move sig!
  28. Anyone try out Hyperic? by tsorgie · · Score: 1

    I've been looking for a replacement for a homegrown system management infrastructure for some time, anyone check out Hyperic yet? It seems to have a good list of supported applications, and layers, plus some smart modern approaches.

  29. Zabbix by Colin+Smith · · Score: 1
    --
    Deleted
    1. Re:Zabbix by Anonymous Coward · · Score: 0

      I can second zabbix. It is a bit funky to figure out the interface at times, but I have completely replaced our big brother monitoring system with it and the trending/graphing features are amazingly useful.

  30. science logic - em7 by twa · · Score: 1

    http://www.sciencelogic.com/

    We have an EM7 appliance. We're currently monitoring aprox 100 devices. 80 are servers, the rest network devices.

  31. InterMapper by sam1am · · Score: 2, Informative

    I'm a fan of InterMapper, powerful but not overly complicated, and easily extensible. It also runs on MacOSX, Windows, Linux, Solaris, and FreeBSD. It was originally developed at Dartmouth College to support their network, and has been marketed commercially since 1996.

  32. Zenoss by Anonymous Coward · · Score: 0

    There was an article on /. last week http://linux.slashdot.org/article.pl?sid=06/08/28/ 1839201 that mentioned Zenoss. I downloaded the VM appliance and have been using it since. It can use Nagios plug-ins or you can write your own. It's OSS and they have paid support options if you want. There's even an option to monitor WMI events. Nice graphs and alerting options. www.zenoss.com
    I also use Nagios and mrtg.

  33. Blatant plug - but you asked for it :) by Oestergaard · · Score: 1

    You could take a look at: http://www.sysorb.com/

    > The network will cover 20+ states, and several European and Asian countries and Australia.
    * Our system allows for "satellites" which are remote monitoring stations allowing you to perform checks against a given node from several remote locations.
    * Our system works well even in NAT'ed setups where several remote private-network sites report in status info to a central monitoring server
    * You can even delegate administrative tasks, so that the asian administrators can view only their own systems but may have administrative privileges there, for example

    > about 30 servers mixed between linux and windows
    * In addition to SNMP and various network checks (HTTP/...) we provide an agent which provides detailed system monitoring data for your servers - this agent runs on both Windows and the most common Linux distributions (in addition to NetWare/HP-UX/Solaris/...)

    > really decent cheap web based monitoring application to maintain the entire system.
    * You can get on-line quotes on our site, or send a mail to sales@... they will answer :)
    * Both configuration and day-to-day monitoring operations is completely web based
    * We have clever web-based configuration system to make it easy to set up detailed monitoring on large networks

    All in all, there's pros and cons to all the systems you mention and (no surprise) to ours as well. No two are really alike. My best advise to you is to take a look around, get some free trials going and see what you like. And talk to the vendors. If they won't help you during the trials, they probably won't either when you face real problems later on.

    In spite of this being a blatant plug for the company I work for, I hope the moderators will go lightly on this post since it is completely on topic and specifically answers the question asked. Thank you very much :)

  34. MRTG by MetalliQaZ · · Score: 1

    MRTG
    Oldie but a goodie.

    -d

    --
    "Here Lies Philip J. Fry, named for his uncle, to carry on his spirit"
  35. Groundwork Monitor (Nagios) by Anonymous Coward · · Score: 0

    I like Groundwork Monitor which is pretty much a front end for configuring Nagios.

    http://www.groundworkopensource.com/downloads/full _download.html

  36. Whats Up by davenfonet · · Score: 0, Flamebait

    I am a NMS almost full time for a medium scale telco/isp. IMHO cacti, nagios, JFFNMS, and other 'free' network managment solutions don't do the job. They are too flaky, unstable, and unsuported for large scale industy usage. your best bet, would be somthing along the lines of a Whats Up Professional, or somthing simliar. The reason being that you get support, and you have somone to call when you have issues. If you'd like to sort thought the open source BS of most of the free NMS's then go for it, but don't expect it to work in a pinch. For example one of the issues with nagios, is that it uses an enjection queue, and once you get 1,000's of devices in there you can potentially have hours of delay for a notice just because it takes so long to process the queue. Furthermore you have to mess around with text files and the like, and one wrong fuck up and your hosed, your NMS is down till you can find the single typo in a 4,000 line file. There are other supported comercial (yea thats a scary slash dot work) but still. Going retail is your best bet. Just be prepaired to buy a uber beefy box and spend quite a bit of money, and have a steep learning curve. Or just hire an intern

    1. Re:Whats Up by hydrino · · Score: 1

      I agree with you.I can setup an entire set up network maps in (WUP 300+ nodes) in less than 2 days. You can monitor nearly everything with it. The SNMP trending is flexible but clunky so I usually setup Denika

    2. Re:Whats Up by _termx23 · · Score: 1

      I can't imagine monitoring 1000's of devices with WhatsUp Professional or Adventnet OpManager or any other "retail" box-off-the-shelf product. And the idea that there aren't commercial support options available for open source products like Nagios / OpenNMS / Zenoss is simply ridiculous. Show me any available commercial or open source solution that can monitor 1000's of devices on a single server effectively - it doesn't exist ! For large numbers of devices you need distributed monitoring and unless you have more cash than Bill G, forget about OpenView or Unicenter etc. Find a reputable company that will provide you with an open source based solution. In the long run you will get a better return on investment from open source than closed, proprietary software.

  37. Simple and Elegant: MON by rasjani · · Score: 3, Informative

    http://www.kernel.org/software/mon/ I was one of the implementation crew for small noc (about 7 people incl. managers) and approx 150 machines in various locations.. I reviewed quite a lot of free software and while most of them where looking quite nice (nagios/bigbrother/etc.), allmost all of them where filled with features that where really not essential just for "monitor the healt of the system" so i ended up with mon. Mon, for me was really the "unix way" of creating stuff, make things easy/simple and extend it with other tools.. The generic layout we used was net-snmp on client hosts either being polled in intervals or sending traps to the main machines.

    --
    yush
  38. Groundwork Monitor Professional by _termx23 · · Score: 2, Informative

    For a network like yours, you do not want to "do it yourself" with Nagios. Nagios is the best network monitoring package available, but unless you have a full-time system admin dedicated to it, you will be in a world of pain. A better plan would be to look at Groundwork Monitor Professional (www.groundworkopensource.com). The core of GMP is Nagios, but Groundwork have added plenty of integration goodness (profiles of service checks for particular servers: got an Exchange box but don't know which services to monitor; no problem, just use the Exchange profile containing all of the important service checks for Exchange). Full GUI configuration, SNMP traps, graphing, the whole shebang. US$16,000 a year for unlimited devices plus support. Get Sheila at Groundwork to walk you through a Webex presentation and download Rich Trezza's VMware appliance from http://richard.trezza.us/vmach/index.html
    The VM only contains the basic open source functionality, but it still kicks any available Nagios configuration package.

  39. What about Managing? by Anonymous Coward · · Score: 0
    I have seen many good suggestions for monitoring (which was what the poster asked for), but what about management?

    Is there any package out there that allows you to interact with the SNMP devices, and not just watch them?

    1. Re:What about Managing? by _termx23 · · Score: 1

      To manage Windows boxes via SNMP, try http://www.wtcs.org/informant/wmi-os/overview.htm SNMP Informant - WMI-OS Agent
      Supporting SETS, the WMI-OS version allows you to remotely: * query service state * start/stop/pause services * remotely execute programs * shutdown/restart servers

  40. I don't buy it by Anonymous Coward · · Score: 0

    You never did serious worldwide telco stuff if you recommend MRTG the way you do...

    It's a nice Quick tool, and there it ends...

    In other words, why should anyone take any of your comments serious???

    1. Re:I don't buy it by arivanov · · Score: 1

      Dear anonymous coward. First I applaud your bravery for posting anonymously. Second, as you called a bullshit I will happily present a few examples - one of my mrtg based systems ran in a global telco as the primary means of customer facing reporting tool for nearly a year and a half. It was intended as a stop gap for colocation reporting until the IT/OSS put the real system in place. It had a projected lifetime of 6 months (as this was the delivery date for the IT/OSS system). It ended up working 3 times longer then that. And it worked. Similarly, a similar system in a previous job before that was used for 4 years in a national ISP for billing and reporting of QoS data. I can continue with a few more of that. While MRTG has its limitations, if you need to bake a quick stop-gap system it is the best place to start. You can happily scale to telco size environments with mrtg provided that you do not have to deal with DSL access platforms (too many damn interfaces, it is beyond SNMP in first place). All you need to do: 1. Run it on a suitable platform. The aforementioned system ran on a debian alpha (it was 1999 so that was the best choice at the time). The only alpha in a solaris shop and the only debian production system (because it ran circles around early enterprises and netras). Systems I wrote prior to that ran with distributed collection/plotting on multiple machines with a combination of linux/bsd. 2. Split configs on per router or even per card basis (if the config is generated from provisioning data it is no brainer) and run aquisition in parallel. 3. Do not make it plot every time. It is sufficient for it to pick data and rrd it. Plot on demand only. What kills MRTG deployments is the mandatory plotting. Its SNMP get mechanism is reasonably efficient and is usually not the bottleneck. If you use rrd backend you get this as default. Granted, if I have to implement a system (except DSL) from scratch today, I will not go for mrtg, but acquisition and presentation will not be the reason. The reason will be data storage and capabilities for ad-hoc reporting.

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
  41. Aruba by Anonymous Coward · · Score: 0

    Aruba by Valencia Systems http://www.valenciasystems.com/

  42. Frame relay??? Are you high? by kashani · · Score: 1

    I'd question the idea of frame relay in this day and age. Local connections with MPLS tagging should be cheaper and easier to manage. Friend of mine rolled out 140 odd site globally with MPLS. Cut price in half if I recall correctly.

    kashani

    --
    - Why is the ninja... so deadly?
    1. Re:Frame relay??? Are you high? by Smallphish · · Score: 1

      Whew! I was beginning to believe that I was the only one thinking that. . .

  43. Check out SiteScope & IPCheck by Anonymous Coward · · Score: 0

    I used to work for a regional ISP and we used SiteScope with pretty good luck. They went a little crazy with their pricing several years back and it's more in line with some of the "Big Tools" pricing wise, but still easier to use. It has all sorts of built-in server monitors which will probably be of no use to you, but the SNMP section is quite extensible and the alerts are extremely flexible. It's at:

    http://www.mercury.com/us/products/business-availa bility-center/sitescope/

    I am also now using a less expensive tool called IPCheck. The company also makes a not-free MRTG ripoff called PRTG that adds some features and functionality that a plain-jane MRTG installation doesn't have. Their URL is:

    http://www.paessler.com/

  44. Somix WebNM by hydrino · · Score: 1

    I use WhatsUp and a suite of products called WebNM from Somix.
    I can monitor and alert on ANYTHING I want with this this package. If I have questions, the support is AWESOME.
    I used to use a lot of free tools like but the administration was time consuming (see MRTG).

  45. got history? by kace · · Score: 1

    When people discuss this issue they usually forget to make a distinction between fault monitoring and data gathering for historical trending (like, what has my traffic looked like this past year). Most tools are only very good at one of these tasks, while the other is a so-so add-on.

    For data collection and graphing, I've found cricket (link) to be very good. Once you've learned it, you can easily add new snmp OIDs into monitoring. In my experience that's been important because there are often new, sometimes proprietary, OIDs that need to be polled. I think it beats cacti for ease of use and clarity. It uses rrdtool for storage, so you can easily keep / roll-up data for a very long period of time without running out of disk space. Its "config tree" concept is great. It is the MRTG replacement, par excellence.

    It has some trapping functionality, but it doesn't really seem to be equal to that of other tools that focus on fault monitoring. It's front-end/display is somewhat limited (but not hard to modify). But, I use it just for gathering the data and my colleagues have written a totally different front-end/display for it.

  46. What I use.... by Anonymous Coward · · Score: 0

    We use Tivoli Netview coupled with Magnum Coordinator. It presents a logical picture of our network and also allows us to choose what events/alarms we are notified of. Our NOC relies heavily on it.

    We also use CiscoWorks for large scale configuration changes.

  47. The best that i've seen by HaViK+Creator · · Score: 1

    Admittedly I've only used two or three products, but for what you suggest you've got, I'd defiantly recommend ipClarity ( www.ipClarity.com ), its the best for ease of set up, and immediate results. When I subscribed to their service, i was getting web reports pretty much straight away, and it only took about 2 mins to set up. I'm pretty sure they have a US office now as well. Cheers

  48. Lifecycle of Frame-Delay by Anonymous Coward · · Score: 0

    Sorry, but it's 2006 and Frame-Delay is well beyond its useful lifespan (apart from using it as an access protocol on MPLS to deliver multiple services to a CPE and thus to the client site). Expect costs from Frame to increase as access to experts and equipment gets increasingly difficult. Expect your service levels to decrease as nobody invests in this technology anymore. Have fun trying to get differentiated services to work on Frame by using multiple DLCIs with queueing/shaping on the CPE.

    Also, WAN monitoring and management activities are outsourced to the provider. Client companies manage service levels and the outsourcer but not the technology. Only the most stubborn or inexperienced IT staff still believes that they add value in the fault/change/performance management process - unless your provider is really that crappy as your evaluation of the provider was shite.

    Tell you boss to hire a grown up IT architect and to let you move on. If he still believes that he should let you play, get MRTG (RRD) to track FECN/BECN (packets exceeding the queue threshold) on the Frame PVCs, track packets with the DE bit set (packets exceeding your CIR) and correlated this data to gain insight into the crappy service you will be getting (in terms of latency/troughput). If you use Frame, you'll need this information to beat your provider up on an ongoing basis. And use Nagios or similar to track the site downtime.

    Lastly, any good provider will give you access to this information on a web portal that shows keep performance indicators and service level compliance for your services. See note regarding evelaution of service providers above.

  49. I have lots of experience in a NOC by ReD-MaN · · Score: 1

    We have used HP Openview Network Node Manager, Openview Performance Insight, What's Up, and the older Sun Net Manager. So we are far from cheap.

    The best solution we have found so far? Product called SysOrb. http://www.evalesco.com/ . The price is unbeatable for the feature set.

    And it blows What's Up (Crap) Professional out of the water.

    You can use SNMP queries on devices, install Agents on servers to be monitored, and even run simple Netchecks like seeing if there is an httpd responding on port 80, or even monitor for text in html.. on and on.

    --
    If Microsoft was never created, who would we have to hate?
  50. try Hyperic by areguly · · Score: 1

    I like it, and it is way too easy to setup.

    Hyperic has a enterprise and a community edition, so you can try out and decide if you need enterprise support and features.

    http://www.hyperic.com/

    --
    Alvaro
  51. Argus by cotcomsol · · Score: 1

    Try argus. http://argus.tcp4me.com./ We've used it for a few years and have had great luck with it. It's simple to set up, and simple to extend.

    --
    -- "Big Brother is Watching..."
  52. The Good Old Stand Bys by queenb**ch · · Score: 1

    Well, I suppose that it depends on your budget.

    IBM's Tivoli is something to look at

    BMC's Patrol

    HP's Openview

    NetIQ (which I hated)

    Nortel's Optivity

    Sun's Solstice

    CA's Unicenter

    Any one of the those ought to be able to do anything and everything you're asking for. Out of that list, I personally prefer BMC, but that's me.

    2 cents,

    QueenB

    --
    HDGary secures my bank :/
  53. OpManager by ErnieD · · Score: 1

    At my company, we use AdventNet's OpManager and like it a lot. The price was right for us, and for us their pricing model works well. Pricing based on the number of technicians instead of number of monitored nodes works perfectly for a company like mine with few admins/techs but many devices. Paying per node just gets unwieldy, especially if your environment is changing or growing rapidly.

    OpManager is fully capable of what you're looking for, I think you should give it another look despite your feelings about the pricing.

    And who cares about the theme of a monitoring system? Does it work? If so, then is a shiny WinXP-like theme really a deal breaker? Come on...

  54. SNMP monitoring by mlm13 · · Score: 1

    I continue to be utterly amazed that people still take network monitoring for granted when building out highly complex networks. (For the sake of argument, we'll ignore that cheap monitoring is probably appropriate for legacy technology like frame relay...)

    Since you're installing frame relay, I assume that you're using hardware from the Evil Empire (Cisco), so CiscoWorks is a perfectly adequate SNMP element manager for the Cisco hardware. However, if you're interested in more than just monitoring your routers, which would include servers, UPS, even facilities hardware like generators and air conditioners, you want a true enterprise NMS. And no, the open source freeware packages DO NOT qualify as enterprise- sorry to all of you advocates of What's Up and Big Brother and Nagios and all those other poser programs.

    Unfortunately, you're going to have to lay out some money to get the kind of monitoring that you want. I can't speak for Unicenter from CA, but the full Unicenter package might be more than is required- a good start from CA would be Spectrum (acquired in the Concord/Aprisma purchase last year) for outstanding SNMP monitoring, including services and process management- they even have a Frame Relay focused module that would work well for you. Of course, there's always Tivoli- if you have more money than sense- or HP OpenView or Smarts from EMC.

    Please, by all that is holy, don't go for the crappy cheap solution- you've already spent more than you need to if you've bought Cisco gear (remember, you can buy better than Cisco, but you can't pay more), so it shows that you're willing to spend money. Get a management solution that's worthy of your investment.

    Stay hard.

  55. Big Brother by miketuppen · · Score: 1

    I would recommend Big Brother (http://bb4.com) because:
    - The free version works great
    - It can be Linux/Unix based (would recommend) or run from Windows
    - It gives a simple view of all network connected devices either on 1 or several pages, depending how you configure it
    - Can utilise paging / alert acknowleging etc.
    - There are many external scripts available at http://www.deadcat.net/ for specialised checking
    - It is easy enough to write your own external scripts if you know the basics of shell scripting
    - It integrates with LARRD - an RRD based graphical tool that gives you good looking graphs

  56. CITTIO WatchTower by WatchTower · · Score: 1

    Hello Cliff, The following is some information on CITTIO's WatchTower product. Based in San Francisco, CITTIO is a leading provider of system monitoring software. WatchTower, CITTIO's flagship product, is an enterprise system monitoring and management software application that runs within a Web-based portal environment. CITTIO has a number of success stories enabling desperate, multi-location networks, including Gymboree, Mervyn's, Pacific Sunwear, and Pizza Hut. Some key benefits include: - Increased IT productivity via proactive systems and network monitoring - Increased visibility into the entire network, including desperate systems and locations - Reduced downtime to ensure maximum business value is achieved from your IT and Ecommerce Systems - Easy to install, administer, and use at a cost effective price Please respond with any additional questions!

  57. SNMP Monitoring by wyval · · Score: 1

    Cliff,
    www.snmp.com for product information and technical discussion of your requirements.