CHANGELOG 11 KB

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