CHANGELOG 9.5 KB

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