Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming IT Technology

Talk To a Successful Free Software Project Leader 150

Nagios (formerly known as NetSaint) is a GPL network monitor software project that's been getting a lot of buzz lately among *Nix sysadmins. Nagios is unquestionably a free software success story even if it's not as high profile as Apache or Linux. Ethan Galstad leads the project. Perhaps he can tell us why Nagios has done so well, so that other free software projects can enjoy similar success. Usual Slashdot interview rules; post your question below, we'll email 10 of the highest-moderated questions to Ethan about 24 hours after this post appears, and publish his answers soon after he gets them back to us.
This discussion has been archived. No new comments can be posted.

Talk To a Successful Free Software Project Leader

Comments Filter:
  • I'd like to know (Score:2, Interesting)

    by CrazyDwarf ( 529428 ) <michael.rodman@gmail.com> on Monday December 23, 2002 @01:03PM (#4945057) Homepage
    What would you say the biggest challenge you have faced is, and how did you handle it?
  • In your opinion.. (Score:2, Interesting)

    by WPIDalamar ( 122110 ) on Monday December 23, 2002 @01:14PM (#4945148) Homepage
    what's the WORST security practice/vunerability/annoyance that's come out in the pasy year?
  • by Sh0t ( 607838 ) on Monday December 23, 2002 @01:15PM (#4945156) Journal
    How does your product compare with similar commercial solutions?
  • by mrblah ( 229865 ) on Monday December 23, 2002 @01:19PM (#4945194)
    It seems that most open source projects rely heavily on word-of-mouth and perhaps a few announcement sites, like Freshmeat, that have geek-appeal. But with open source trying to break into the mainstream, what do you think open source projects should do to effectively market themselves to non-geeks?
  • why the name change? (Score:4, Interesting)

    by sgtron ( 35704 ) on Monday December 23, 2002 @01:19PM (#4945200)
    NetSaint was such a cool name.. why change it to Nagios.. just doesn't have the same ring.
  • Direction (Score:5, Interesting)

    by FreeLinux ( 555387 ) on Monday December 23, 2002 @01:23PM (#4945236)
    Nagios is an outstanding project, not only in terms of its success but, also in terms of its power and broad scope. Looking at Nagios today it is increasingly apparent that its functionality is starting to approach that of HP OpenView and CA Unicenter TNG.

    My twofold question is, what has determined Nagios direction thus far? Was it modeled after OpenView and TNG or something else? Also, where is Nagios going in the future, will it continue to develop the features of OpenView and TNG or is it going somewhere else?
  • by gelfling ( 6534 ) on Monday December 23, 2002 @01:25PM (#4945245) Homepage Journal
    That is how do you know your're doing the right thing and how do you know you're doing it the right way to the right conclusion?
  • by Anonymous Coward on Monday December 23, 2002 @01:26PM (#4945253)
    Your monitor appears to use a model where it
    polls a pre-defined list of conditions. In other
    words, if there are 28 things that could go
    wrong, there are 28 pre-defined items that
    change color from green to yellow, to red.

    In my experience, an event based model, where
    monitors determine the problem and severity,
    works better. The central event manager would
    just receive the events and handle display and
    notification.

    Can your product handle this sort of model ?
    For example, could I write a monitor that watched
    a database log file, and have it send events
    like this ?

    severity category host message
    high database myhost database memory shortage
    medium os myhost fs /db1 is over 90% full

  • by Thinko ( 615319 ) on Monday December 23, 2002 @01:27PM (#4945261) Homepage
    In Specific, How does Nagios compare to recent commercial offerings like Microsoft's MOM and Novell's ManageWise / ZenWorks, Will Nagios have the Depth of Intelligence when it comes to Reporting, and tracking similar (or related) events as a single more-critical super-event?

    Other items of note for comparison are issues like XML Output, I see that XML status data is planned for Version 3, what depth of information will be able to be queried/reported with XML?
  • Was there a make or break moment when it could have all ended? If so what pulled the project back on track?
  • my question (Score:5, Interesting)

    by greechneb ( 574646 ) on Monday December 23, 2002 @01:30PM (#4945292) Journal
    I'm sure people often send you feedback about your software. What I would like to know is if you have any feedback that stands out. Mainly what is the most unusual/unique use someone has had for netsaint that you have heard of?
  • Free Software (Score:5, Interesting)

    by Natchswing ( 588534 ) on Monday December 23, 2002 @01:33PM (#4945309)
    Since your software is so successful, have you thought about charging money for it?
  • at my summer job.

    There are several free services that do that. As for writing a report, just modify one of the cgi scripts to include your company name and junk and add a wget command to the cron script.

    use it like this:
    %wget http://flame.dnsart.com/index.php -O report.html
    --12:36:21-- http://flame.dnsart.com/index.php
    => `report.html'
    Resolving flame... done.
    Connecting to flame[192.168.1.1]:3128... connected.
    Proxy request sent, awaiting response... 200 OK
    Length: unspecified [text/html] 45.34M/s

    12:36:22 (45.34 MB/s) - `report.html' saved [47540]


    I have a proxy server, and downloaded the startpage for my site, but the usage will be similar for your script. I also had to remove 'junk characters'; damn you lameness filter! Be sure to stream output to null so your daemon doesn't email you weekly.

    I might be writing some php scripts to monitor uptime; email me if you would like a copy when they are complete.
  • propriety... (Score:5, Interesting)

    by bhsx ( 458600 ) on Monday December 23, 2002 @01:41PM (#4945380)
    If a company came along and asked to market a version of Nagios that includes unpublished changes to the codebase, what would your response be? For example, would you:
    A. give them a relicensed version that allows them to do whatever they want to it.
    B. incorporate any changes they may want on your own and make sure the changes make their way to the GPL codebase.
    C. tell them to get bent.
    D. make proprietary changes that you leave out of the GPL codebase in order to sell those changes yourself or to other potential clients
    E. Some combination of the above.
    F. Some other direction I didn't think of

    I feel that making proprietary changes to GPL code that you keep (at least temporarily) proprietary is a great business model for certain projects, possibly the best model for certain things. Some projects that come to mind are things like i-tree.org's Secure iXplorer, which has a GPL "lite" version which only supports ssh/scp and a "full" version that also supports sftp. OpenOffice.org and Star Office seem to be of the same ilk... If you need the extra functionallity of Star Office, such as the better .doc filters and database functions, then you pay for that.
    I'm also curious if you have been approached by anyone for this sort of thing.
  • How did it start? (Score:5, Interesting)

    by SupahVee ( 146778 ) <superv@@@mischievousgeeks...net> on Monday December 23, 2002 @01:42PM (#4945383) Journal
    Did Netsaint/Nagios start small, i.e. just a small shell script that was doing some minimal network testing, or was it designed from the ground up as a massive network tester to replace such overpriced products as NP OpenView, etc?

    I know there was a serious code revision between Netsaint 0.0.7 and Nagios 1.0, which was phenomenal, btw, great job. But after using Netsaint (I still call it that, old habits die hard) for almost 2 full years now, I've always been very impressed with how well everything runs and scales.
  • by sys$manager ( 25156 ) on Monday December 23, 2002 @01:43PM (#4945388)
    I an running Nagios and having a major problem with one of the plugins that is severe enough to make me throw out the software if I can't get it working.

    I've asked on the two nagios mailing lists and received no answer. How do I, working for a major corporation, promote this software package if there's nobody that can help me fix it? Where do I look for support for a free product?
  • Prioritization (Score:5, Interesting)

    by 10-20-JT ( 628170 ) on Monday December 23, 2002 @01:45PM (#4945410)
    I assume there is a long list of "features" which your users and program staff have come up with for desired future components. How do you prioritize those in the development queue? Is there any method at all? Squeaky wheel? Most requests? Interest of particular developers? Donations with particular requests?
  • by FreeLinux ( 555387 ) on Monday December 23, 2002 @01:58PM (#4945505)
    Nagios' present event handling performs a prescribed action based on a state change in a monitored service, this is an excellent feature that pushes Nagios beyond a simple monitoring application into a true management application. In CA Unicenter, event handling goes a step further, allowing you to configure any action based on ANY message that appears in the event log. This in my opinion, is one of Unicenter's strongest features, though there are many.

    Will Nagios be implementing similar event handling functionality or will using utilities such as Swatch remain necessary? And if Nagios will not gain this flexibility, why would you feel that this functionality is unnecessary?
  • Funding (Score:3, Interesting)

    by Alethes ( 533985 ) on Monday December 23, 2002 @02:00PM (#4945525)
    We often see jokes posted on here such as:

    1) License product under GPL
    2) ???
    3) Profit!


    What is #2 for you, or more generally, how do you support your project financially? What do you see as the most sustainable model for supporting Free Software?
  • Why Nagios? (Score:1, Interesting)

    by Anonymous Coward on Monday December 23, 2002 @02:08PM (#4945582)
    There are many Open Source alternatives around. Big Brother [bb4.com], MRTG [mrtg.org], Zabbix [sf.net] comes to mind.
    What makes Nagios unique? Thanks.
  • by Brendan Byrd ( 105387 ) <SineSwiper-slash ... esonatorSoft.org> on Monday December 23, 2002 @02:23PM (#4945702) Homepage Journal
    One of the biggest problems with GNU projects is getting other people to help you out with your code. The code may be freely available, but that doesn't that people will freely code your project. At what point does a GNU project turn from one person coding his/her work, to several/many people working regularly on the project?
  • by Sj0 ( 472011 ) on Monday December 23, 2002 @02:39PM (#4945818) Journal
    What are your thoughts on arm-chair project leads? How do you deal with maintaining the hierarchy when such a person starts challenging your decisions?
  • by CountJoe ( 466631 ) on Monday December 23, 2002 @02:43PM (#4945851) Homepage
    I am a project manager for several open source projects and have had a great deal of trouble finding developers that will actually help with development. How do you find reliable developers that make a real contribution to your project?
  • by RevDigger ( 4288 ) <haroldp@i n t e r n al.org> on Monday December 23, 2002 @02:43PM (#4945854) Homepage
    My intranet hosts a number of web applications for internal use. Netsaint is one of those, and it has been a fantastic asset for us.

    Other handy web apps we love include Mantis (bug tracker), CVSWeb and Chora, phpMyAdmin, phpPgAdmin, SquirrelMail and so on. There are lots of great web apps out there these days that can provide web based access to some cool functionality.

    One major hassle, though, is that every one of them handles authentication and authorization differently. Setting up one login, or hacking them together into some sort of common framework is a giant hassle. Do you have any thoughts on how to get web applications to work well together?

    - H
  • Not so bad (Score:3, Interesting)

    by delcielo ( 217760 ) on Monday December 23, 2002 @02:49PM (#4945913) Journal
    Nagios' new stanza-style config files makes the product much easier to set up and maintain than the previous approach; and the documentation is great. It does a good job of warning you about the difficulty of getting your first Nagios instance up and going.

    My question for Ethan is this:

    Network Monitoring is one of those projects that management considers "vitally important" but for which it allocates no human resources. So you end up with $100K Tivoli setups that sit dormant because nobody has time to pay attention to them or configure them properly.

    What is your suggestion for getting past this problem, and how would you sell the PHB's on Nagios along the way?
  • by jenkin sear ( 28765 ) on Monday December 23, 2002 @03:15PM (#4946092) Homepage Journal
    Nagios depends on a wide variety of plugins to do its job (in a way, like nessus). To what degree do you find outside developers contributing patches to the main codebase, vs. contributing plugins? Is there a path where developers add plugins, and then "graduate" to core patches? I think I see a similar path in both Linux and Apache, where one might write modules and then get involved in some of the deeper magic- and I wonder if that architectural decision may be a key to the project's long-term success.
  • People issues? (Score:5, Interesting)

    by dmuth ( 14143 ) <doug.muth+slashdot@nOspaM.gmail.com> on Monday December 23, 2002 @03:31PM (#4946213) Homepage Journal
    Have you ever had to deal with any developers who um, had issues? For example, someone who refused to comment their code, or someone who would volunteer to implement a feature and then "not get around to it" which forced the project as a whole to suffer?

    If so, how did you deal with those people? Did you ever find yourself forced to burn any bridges as a result of dealing with such people?

After a number of decimal places, nobody gives a damn.

Working...