CHANGELOG 16 KB

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