CHANGELOG 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423
  1. 23/10/2005 - 2.72
  2. - probes use a new "api" that allows per probe storage of
  3. precomputed data
  4. - Marc Balmer donated the df probe
  5. - Harm Schotanus donated mem probe for linux that works on 2.4/2.6
  6. - platform/OpenBSD/sm_if.c no longer uses netns (Mitja Muzenic)
  7. - symux/share.c now uses a ringbuffer to distribute symon packets to
  8. connected tcp clients. Clients that can not keep up with the datarate are
  9. still killed, but have a bit more time to catch up.
  10. - Ulrich Spörlein updated proc probe for FreeBSD-current.
  11. - sm_mem for FreeBSD did not clear swap stats between calls (J. Martin
  12. Petersen)
  13. - sm_sensor: sensor support was detected on OpenBSD, but did not get
  14. configured (Eric Dillenseger)
  15. 19/03/2005 - 2.71
  16. - Ulrich Spörlein updated mem probe for FreeBSD-current and removed some
  17. bugs from FreeBSD/conf.sh.
  18. - J. Martin Petersen contributed the FreeBSD io probe and a new probe called
  19. pfq that can monitor pf altq queues on Free and OpenBSD.
  20. 22/02/2005 - 2.70
  21. - Ulrich Spörlein updated the FreeBSD proc and mem probes, found a bug in
  22. the mem probe for OpenBSD and helped extend the shell config files for
  23. FreeBSD.
  24. - Linux/Makefile.inc TSORT should be cat not echo
  25. 16/02/2005 - 2.69
  26. - inet6 support works again (Eric from Catastrophe.net)
  27. 14/01/2005 - 2.68
  28. - NetBSD/sm_debug.c now has proper sysctl mib values
  29. - if and pf probes for FreeBSD 5.3 (Fredrik Söderblom)
  30. - mbuf interface change for FreeBSD 5.3 (Stefan T. Peters)
  31. - Spelling errors in INSTALL/symon.8/symux.8 (Jan Sepp)
  32. - platform/*BSD/sm_proc transferred cpucpt as uint16 instead of double
  33. (Jamie Herre)
  34. - states_entries is a GAUGE, not a ABSOLUTE (Lars Hansson, Marco Pfatschbacher)
  35. - NetBSD/plaform.h -> platform.h (Joel Andersson)
  36. - tsort and lorder are not needed on Linux. (Mark Enzinas)
  37. 09/08/2004 - 2.67
  38. - Matthew Gream contributed the port and probes to NetBSD and FreeBSD.
  39. Probes for FreeBSD: cpu, debug, mbuf, mem and proc. Probes for NetBSD:
  40. cpu, debug, if, io, mbuf, proc and sensor.
  41. - Added initial support for Linux: cpu and if.
  42. - Textual: INSTALL (Hiddo Hut)
  43. - Removed net_iso from symon.c (Hans Kremers)
  44. - Time since last update gets checked in symon.c to ensure correct
  45. operation with ntp
  46. 05/06/2004 - 2.66
  47. - arguments in network streams are now bound to 15 characters. symon
  48. will use more characters if specified in monitoring, but will only
  49. send the first 15 over the network. (Michael)
  50. - Textual: symux.8 and c_smrrds.sh agree on stream names.
  51. (Okan Demirmen)
  52. 29/02/2004 - 2.65
  53. - removed erroneous strlen in lex.c (Daniel Hartmeier)
  54. - added better socket error reporting (Daniel Polak)
  55. 27/02/2004 - 2.64
  56. - Added new disk structure. symon has a single notion of "io" - the
  57. new or the old depending on the machine it was built on. symux
  58. deals with legacy streams and knows about "io1" (upto 3.4)
  59. and "io" (3.5+). symux will accept legacy symons.
  60. - c_smrrds.sh complains if files cannot be built. (Daniel Polak)
  61. - symon no longer attempts reloading the configuration file when
  62. privsep.
  63. - Textual: INSTALL (Jan Sipke van der Veen), error texts in code
  64. (Stephen Tesch)
  65. 20/12/2003 - 2.63
  66. - removed large char arrays on the stack that broke name resolution
  67. - symon(8) now chroots and drop priviledges to user "_symon" (Henning
  68. Brauer)
  69. - added support for adjusting symon(8) monitoring interval (Henning
  70. Brauer)
  71. - removed typos and better starter configuration (Franciszek Holop)
  72. - port: MESSAGEs were incorrect (Soeren Thing Andersen), PLIST
  73. incomplete (Henning Brauer), HOMEPAGE in Makefile was off (Robert
  74. Winder)
  75. 12/10/2003 - 2.62
  76. - removed errors in c_smrrds.sh (Henning Brauer)
  77. - detecting sensor support was broken (Nick Forbes)
  78. 03/10/2003 - 2.61
  79. - added sensor probe
  80. - removed symon2web from base source package. symon2web (or the new
  81. syweb package) can be downloaded from the main website.
  82. - symux churnbuffer calculation now deals with ipv6 hostnames too
  83. - symux now allows file-less streams to be accepted
  84. - removed bug in display of incoming client connections on symux
  85. - symon uses group probes only for configured streams
  86. - c_config.sh was not included in the PLIST for the symon package
  87. (Andrew Dalgleish)
  88. 23/03/2003 - 2.60
  89. - sm_io was broken on sparc64
  90. - ntohq functions were not detected for big endian machines
  91. - c_config.sh broke on nfs mounts and pfsync
  92. All: thanks to Henning Brauer
  93. 26/02/2003 - 2.59
  94. - mbuf probe (Daniel Hartmeier; depends on 3.2)
  95. - example configuration is now installed in to symon/examples +
  96. better conflicts in port's PLIST (Christian Weisgerber)
  97. 24/01/2003 - 2.58
  98. Gustavo Chamone helped find a rare bug in symon/sm_io.c. strsep()
  99. would clobber stream information and make the first stream in the
  100. configuration file disappear.
  101. Daniel Hartmeier patched symon/sm_pf.c to deal with changes pf. His
  102. patch should also work for previous versions of pf.
  103. 10/01/2003 - 2.57
  104. Christian Weisgerber reported that netinet/ip_ipsp.h already defines
  105. htonq - fixed. Will Wainwright reported 1) a small bug in
  106. test_config.php - fixed, 2) that I left out some files
  107. (class_proc.inc and class_debug.inc) from the PLIST files.
  108. 29/12/2002 - 2.56
  109. Added proc and debug symon2web frontends. Debug has limited
  110. useability, you are better off defining one for yourself.
  111. 14/12/2002 -
  112. Added the proc module. This can be used to retrieve accumulated
  113. information about processes with the same name. A proc(httpd)
  114. statement in symon.conf, for instance, will result in the reporting
  115. of the number of processes called "httpd" and the amounts of cpu and
  116. memory that they take.
  117. Added em device to c_smrrds.sh - thanks to Jung. Fixed typo in
  118. SymuxClient.pm - thanks Tobias Gresch. c_config.sh did not deal with
  119. type mfs devices - thanks Dom De Vitto.
  120. 29/11/2002 - 2.55
  121. Markus Friedl reported that unresolvable ip addresses cannot be used
  122. in the configuration file - fixed.
  123. Overhauled the networking code. Everything is now ip6 aware. This
  124. does mean that the ':' is no longer a keyword in the lexer;
  125. i.e. 'host:port' statements should now be written as 'host
  126. port' or 'host "port" port'.
  127. Added the debug module. This can be used to retrieve debug0
  128. ... debug19 variables from the kernel.
  129. 08/11/2002 - 2.54
  130. Added a perl module that allows ppl to connect to symux and do
  131. something with the measurements as they come in. (I plan to drive an
  132. LCD using this, but it could also be used to get, say, daily
  133. bandwidth usage)
  134. Clients of symux would not sleep after they had read and relayed data
  135. symux gave to them. This could lead to one child eating up multiple
  136. 'semaphore slots' and starvation in other clients - fixed.
  137. 25/10/2002 - 2.53
  138. Henning Brauer suggested a datadir statement for symux configuration
  139. - added.
  140. Henning also reported that c_smrrds.sh cannot create vlan10 and
  141. up. c_smrrds.sh now has a special case for pseudo-interfaces (bridge,
  142. enc, faith, gif, ppp, sppp, strip, tun, vlan)
  143. Nick Nauwelaerts helped improve dependency definitions in the port
  144. Makefile.
  145. 18/10/2002 - 2.52
  146. Julien Touche reported that symon/symux do not report initial cfg
  147. errors on the commandline - fixed.
  148. Reinhard Sammer, Julien and Henning Brauer all noticed that the php
  149. code needed globals - fixed. Passing by reference at call time
  150. resulted in php warnings - fixed.
  151. Henning thought it was nice to see a single machine at a time. Julien
  152. wanted clickable magnification for individual graphs. Both options
  153. can now be configured in datasources.inc.
  154. Resolved a bug reported by Vincent Kessler (who also provided the fix
  155. - cheers mate) in the rrdupdate call in symux - optind needs to be
  156. cleared ahead of the getopt call in rrdupdate.
  157. The Makefile.inc no longer overwrites CFLAGS. Configuration
  158. directories are now taken from the environment as expected by the
  159. openbsd ports system. (Thanks to Nick Nauwelaerts for pointing this
  160. out)
  161. Installation of symon now also generates a default symon.conf file if
  162. the system does not already have one.
  163. Someone at www.deadly.org pointed out that symon is no longer
  164. compatible with OpenBSD 3.0 - removed claim from the website.
  165. Added -f file switch to symon.
  166. The lexer started parsing from character position 1 instead of 0.
  167. symux would bomb out after a hup - fixed.
  168. 14/09/2002 - 2.51
  169. Steve Shockley reported that the port Makefile did not install rrd
  170. tool. (Which is required for compilation of symux)
  171. 13/09/2002 - 2.5 - kvm gone, renamed mon to symon
  172. Rewrote io.c to obtain information via sysctl only. All kvm code is
  173. now gone.
  174. Renamed mon to symon, monmux to symux and mon2web to symon2web. I
  175. liked mon better, but that name is already taken.
  176. Cleaned up webpages to be XHTML 1.0.
  177. 10/09/2002 - 2.4
  178. Added some example pf graphs. This data is hard to plot, ideas are
  179. welcome. Added better port support.
  180. 09/09/2002 - Towards a better port makefile
  181. Reworked port Makefile. It now generates a number of packages that
  182. can be used to just install mon, monmux or mon2web. The KVM stuff has
  183. become a special flavor of the monitor package.
  184. 06/09/2002 - Cosmetics again
  185. monmux/c_monrrds.sh:
  186. - Added RRD_ARGS support. All created rrds have
  187. start=epoch. Incoming data from hosts may be from an earlier time
  188. than rrd creation now.
  189. mon2web/class_[io|if|mem|cpu].inc, index.php:
  190. - Rewrote argument representation of the graphs to be the same as
  191. how it is configured in the configuration files.
  192. mon2web/class_pf.inc, graph_pf.php:
  193. - Initial pf support.
  194. 01/09/2002 - Internal cosmetics - not released
  195. mon/mon.c:
  196. - mon packetsize is still limited by size of struct monpacket in
  197. data.h:79. All other limits have been removed.
  198. lib/data.c mon/monnet.c monmux/muxnet.c:
  199. - header structure is now safely transported across the network.
  200. lib/data.c
  201. - added streamtypes b(yte) and s(hort) in preparation for new
  202. streams.
  203. 31/08/2002 - 2.3
  204. Makefiles, mon/mon.c:
  205. - Environment variable KVM will enable the building of a setgid
  206. kmem version of the monitor. If this environment variable is not
  207. present, a non priviledged monitor will be built. (Note that all
  208. kvm dependant modules will fail during operation)
  209. After today's changes, only the io probe needs kvm.
  210. mon/if.c:
  211. - obtain ifdata as per h1kari's suggestion.
  212. mon/pf.c:
  213. - global naming in sync with other probes
  214. - repeated initialisation would eat up fds
  215. Jan Sipke van der Veen
  216. - version number inconcistencies (main pkg/syslog)
  217. Daniel Hartmeier
  218. - shmat usage in monmux/share.c != 64 bit safe
  219. - some cpp macros missed precendence parenthesis
  220. 29/08/2002 - 2.2
  221. Merged contributions by Daniel Hartmeier:
  222. - cpu probe had a nasty va_arg bug that only showed up on
  223. big-endian machines.
  224. 29/08/2002 - 2.1
  225. Merged contributions by Daniel Hartmeier:
  226. - pf probe
  227. - changes to make mon compile on macppc and sparc64
  228. 28/08/2002 - released 2.0
  229. monitoring behaviour (mon) separated from storage/forwarding
  230. (monmux) and picture display (mon2web). Only mon has to run with
  231. kmem priviledges because of the if and io probes. Although the
  232. entire package was built with portability to other OpenBSD
  233. architectures in mind, it was never tested.
  234. ==== unreleased ====
  235. 25/07/2002 - rewrite stringptr functions in monmux to snprintf ones
  236. - package it for openbsd
  237. - added a crc32 algorithm in netmon and netmux
  238. - added DEBUG handling in Makefiles
  239. - removed a bug in monmux that made it reprocess already processed data.
  240. 22/06/2002 - added shared code, upgraded networking code
  241. 04/04/2002 - changed mon/monmux.conf format
  242. written manual pages
  243. look at mon/cpu.c/percentages, give appropriate people credits.
  244. 01/04/2002 - changed all memsets into bzero
  245. all output messages have the same format now
  246. write pids in /var/run
  247. SIGHUP = reload configuration
  248. 31/03/2002 - cleaned up source
  249. added error reporting routines.
  250. 29/03/2002 - mon and monmux no use monpacket to communicate with each
  251. other. This format defines: version, lenght and crc of the traffic
  252. exchanged.
  253. mon no longer connects. monmux and mon can be started and stopped
  254. independently.
  255. monmux now checks if incoming traffic is allowed from a certain host.
  256. added rrd write support to monmux
  257. made c_monrrds.sh determine what files to build from environment
  258. got mon2web up to date with mon1. changed interface layout to
  259. have output as a negative area - i'm not finished with this.
  260. 22/03/2002 - Added get/set preamble, still tinkering with those s(u)(n)pack
  261. functions. Added one that translates it into text.
  262. 06/01/2002 - Removed init and get functions from the monlib. (init functions
  263. were also required in non-mon applications, not like it is
  264. supposed to be :)
  265. Next step is to rewrite the get functions into using the pack
  266. function.
  267. 05/01/2002 - Wrote spack and sunpack; endianess agnostic values to bytestream
  268. (and back) functions. The packet format has almost been defined
  269. now.
  270. 24/11/2001 - Rewrote lib to KNF, OpCodes removed
  271. 03/11/2001 - Added datatypes and rewrote readconf to use SLISTs.
  272. 01/10/2001 - Mon configuration is read from a mon.conf.
  273. 29/09/2001 - Lexer had trouble dealing with ip-addresses. Cleaned up the number
  274. parsing code and removed a second comment reader.
  275. $Id: CHANGELOG,v 1.48 2005/10/21 14:58:41 dijkstra Exp $