'''The''' [SNMP] extension for Tcl. Current homepages: * http://www.ibr.cs.tu-bs.de/projects/scotty/ * http://wwwhome.cs.utwente.nl/~schoenw/scotty/ * http://wwwhome.cs.utwente.nl/~schoenw/scotty/index.html#TNM Current information appears on the "[Tnm/Scotty/TkInEd]" [Wiki] page. ---- Is Scotty healthy? Here's what Juergen wrote at the end of January 2002: "Seriously, I am only occasionally using Tnm at the moment myself and hence there is little forward progress. On the other hand, the stuff people are using seems to work relatively well and if someone reports a real bug which is easy to fix, then a fix is going into the CVS version relatively quickly. There are of course things I would do different these days - but since I am not regularily using Tnm at the moment, there is little energy to work on improving things. (And the people using Tnm probably like this since it gives real stability. ;-) The 2 year thing is that I never managed to get 3.0 out of the door and hence the official version described on the Web page is still 2.1.X, even though many people are using 3.0 snapshots and putting them in distributions. In retrospect, I should have released 3.0 two years ago even though I felt it is not ready at that time since the current situation is just confusing." Yes, Scotty is healthy, in the sense that plenty of people are putting it to quite serious uses. As [Ashwin Baskaran] has written, even without updates, "Scotty is as 'commercial quality' as it gets." See also "[Scotty in 2003]" and "[Scotty in 2004]". ---- The above URLs seem to point to a version of scotty that is 2+ years old. Is it compatible with Tcl 8.4 ? Also note that when Scotty installs, it installs a man page called dns.n - which clobbers the man page installed by tcllib . [[[PT]]] writes: That's probably fine really. If you have got Scotty then you probably want to use the dns code from this package rather than the tcllib one :) In fact, the tcllib dns package should defer to scotty's implementation is present - but I do this work on windows and don't have a useful installation of Scotty/Tmn. < reply to 8.4 compatibility question > Yes, the CVS version of scotty works with Tcl/Tk 8.4 [CLN] 2005-11-15 - I'm told the repository has moved to Subversion: juergen switched to svn, so please use: svn co https://subversion.eecs.iu-bremen.de/svn/schoenw/src/scotty taken from: http://agitator.ibr.cs.tu-bs.de/pipermail/tkined/2005-August/006288.html [[[MJ]]] For all interested in a build that will work with Tcl 8.5 on Windows, I have created a stubs enabled build that at least can send and receive SNMP traps, so it seems to work (no guarantees though). It can be downloaded from [http://marknet.tk/downloads/scotty-3.0.0-win32.zip] [[[WK]]] On 2006-06-12 I managed to find an issue on Ubuntu (I think) with Scotty. The problem was that scotty did not launch, and the solution is that TnmMkDir() (in tnm/generic/tnmUtil.c) uses errno which is causing problems. The solution is to make it call Tcl_FSCreateDirectory(). A patch has been sent to Juergen so hopefully it will be in the SVN version soon. ----- [[add testimonials]] ---- A dialogue from 2006 which bears on Scotty's status appears here [http://my-copycenter.net/~sergio/scottymails]. ---- [Brent Bice] published "Network Diagramming and Monitoring with Scotty" in the January 2002 edition of ''System Administration'' [http://www.samag.com/articles/2002/0201/]. Along with the basics of installation and use of Scotty as an application, it presents use of custom [MIB]s. ---- [Category Package] | [Category Internet] (well, technically, that should be networking, but since internet is the term being used on this wiki, I won't buck that trend.)