networkwatchman-developers Mailing List for Network Watchman
Status: Alpha
Brought to you by:
perlstalker
You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(10) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: <ben...@id...> - 2004-05-25 08:05:20
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
|
From: Randy S. <per...@fa...> - 2004-01-09 21:13:17
|
Network Watchman 0.7 Released We are pleased to announce NetworkWatchman 0.7. Note: This is a development release. New in this version: o Added IP collition detection when adding and editing subnets. (Thanks Eric) Project News: #networkwatchman IRC channel on irc.freenode.net is now open. Come and talk about the watchman. Thank you for your interest in Network Watchman. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2004-01-02 21:31:46
|
Network Watchman 0.6 Released
We are pleased to announce NetworkWatchman 0.6.
Note: This is a development release.
New in this version:
o Added an SNMP_Device class.
- This class allows provides some basic functionality
for devices that use SNMP.
- Provides means to follow interfaces if they move around the MIB.
o Added (partial) support for Alvarion radios.
o Changes to how library modules are loaded.
o Added a favicon.
Project News:
#networkwatchman IRC channel on irc.freenode.net is now open. Come
and talk about the watchman.
SourceForge seems to be having some issues at the moment. The latest
package is mirrored at
http://perlstalker.amigon.net/networkwatchman/Packages/.
--
Randy Smith
per...@fa...
"Work is the miracle by which talent is brought to the surface and dreams
become reality." - Gordon B. Hinckley
|
|
From: Randy S. <per...@fa...> - 2003-12-30 19:17:48
|
Hi all, This is to let you know that I checked in a new Libs.pm module. This module will autoload *all* .pm files in the lib directory. Because of this, please make sure that any modules you are working on compile before you commit them. Thanks. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-26 21:03:07
|
Hi all, It's Friday and time for another development release. Network Watchman 0.5 has been released. In this version: - Many bug fixes to the IP chart. - Many speed improvments in the display of device lists. BTW, I openned #networkwatchman on irc.freenode.net. Please let me know if you have any questions about the code. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-19 20:43:33
|
We are pleased to announce NetworkWatchman 0.4.
Note: This is a development release.
New in this version:
o IP Address Chart
- The IP chart is now usable.
- Improved performance when viewing subnets.
o User settings
- Users can now change their password from within the UI.
o Data Collector
- It is now possible to control data-collectord from within the UI.
o Placeholders
- Placeholders can now be added, deleted, modified and changed to different
devices.
Project News:
New Devlopers
I would like to welcome Rafael George (cored) and Eric Maheo (darriak) to the
project and take this opportunity to wish them "Many Happy Commits."
New Logo
We now have a logo thanks to Ivan Schepens. The Gate Keeper will now grace the
the UI and will be up on the web site soon.
Thank you for your interest in Network Watchman.
--
Randy Smith
per...@fa...
"Work is the miracle by which talent is brought to the surface and dreams
become reality." - Gordon B. Hinckley
|
|
From: Randy S. <per...@fa...> - 2003-12-19 16:31:22
|
Hi all, It's that time again. I'll be releasing the weekly development release today. Please have your code commited by 12:00 -0700 today if you want it included in this development release. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-16 20:13:46
|
FYI, I've added a new method, get_all_devices_quick(), to the DB that should make Device look ups faster. get_all_devices_quick() takes an optional parameter that is an attribute name. This defaults to the IPAddr attribute. get_all_devices_quick() returns a list of all devices that have the passed attribute but the devices are "crippled." They only have their id, type, Remarks and the passed attribute set. If you need full devices, use get_all_devices(). -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-16 17:54:32
|
Hi all, I've added a Remarks column to the Device table. You can update your DB by running scripts/update-0.3-0.4.pl. You can change your table by hand with the following command: alter table Device add column Remarks varchar(255) NULL; -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-16 06:02:19
|
Rafael George wrote: > Hi guys im new to this list, i hope i can help, my first observation > i can see that the author of the tool want to user Nagios for getting > info for some ifaces, maybe the problem is that perl can handle that, > can somebody tell me the advantages of Nagios please i havent tried > it before because i dont have a big network on my shoulder. Thanks > Nagios is an app that activly monitors addresses and sends emails if that device goes down. Their site is http://www.nagios.org/. If you would feel more comfortable starting somewhere else, please, let me know. There's lots that needs to be done. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Rafael G. <rg...@ya...> - 2003-12-15 15:27:42
|
Hi guys im new to this list, i hope i can help, my first observation i can see that the author of the tool want to user Nagios for getting info for some ifaces, maybe the problem is that perl can handle that, can somebody tell me the advantages of Nagios please i havent tried it before because i dont have a big network on my shoulder. Thanks |
|
From: Randy S. <per...@fa...> - 2003-12-12 21:03:29
|
Hi all, Here are my goals for the 0.4 release planned for Dec 19. - Control data-collectord from the web interface. - Allow users to change their passwords. - Add ability to monitor SNMP enabled routers. If I have time, I also want to try to add the ability for users to convert Placeholders to other Device types. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |
|
From: Randy S. <per...@fa...> - 2003-12-12 16:03:12
|
Hi all, I will be packaging up the weekly developer release at 1:00 MST. Please commit your code before then so that it makes it into the release. Thanks. -- Randy Smith per...@fa... "Work is the miracle by which talent is brought to the surface and dreams become reality." - Gordon B. Hinckley |