Commit Graph

19 Commits

Author SHA1 Message Date
sthen
efc84af415 - update to symon 2.79
- fix mbuf monitor following h2k8 mclpl changes

no reply from the maintainer in a couple of days; my syslog server
isn't super-happy about how often the problem with mbuf gets logged,
so committing anyway. tests/feedback from Alexander Hall and Markus
Lude - thanks.
2009-03-11 01:55:07 +00:00
henning
f4c12d15f7 willem rolled 2.76, which has all the patches. ok simon 2007-07-10 15:48:07 +00:00
henning
5c2fedd86d fix buglet in parsing the "from XXX" part of symon.conf
also sent upstream of course
2007-07-05 08:55:38 +00:00
mpf
0cc7b2917c Prevent a close(0) in free_muxlist().
Fixes sy{mux,mon} reconfiguration w/ SIGHUP.

Confirmed by Willem Dijkstra, OK henning@
2007-06-20 17:11:34 +00:00
henning
2780c70985 big rework of the cpu stat module, killing differences between
arches with and without kern_cptime2. fixes single-processor i386/amd64.
with some help from Willem Dijkstra (symon author), ok simon
2007-05-18 12:07:37 +00:00
henning
ff7382a17d fix botched conversion to KERN_CPTIME2 for SMP support
only i386 and amd64 have working KERN_CPTIME2.
mimic top(1)s behaviour and only use KERN_CPTIME2 when ncpu > 1
ok bernd
2007-03-15 13:10:03 +00:00
henning
29bc4b0ff1 update to 2.75, ok bernd pval
relevant changes:
13/02/2007 - 2.75
   - OpenBSD sensors missed includes (Constantine A. Murenin)
11/02/2007 - 2.74
   - symon can be told what local interface to send data from (Henning Brauer)
   - removed typos in client/SymuxClient.pm (Sandeep Kr Sangwan)
   - OpenBSD sm_sensor upgrade to sensor_dev (Constantine A. Murenin)
   - symon network protocol version bumped to allow stream arguments upto 63
     characters.
2007-02-14 10:04:33 +00:00
henning
5483748f78 yuck, the comma is still missing, Okan Demirmen <okan@demirmen.com> 2007-02-06 15:07:35 +00:00
henning
170503a80d update to 2.73, ok bernd 2007-02-06 14:46:25 +00:00
aanriot
459e209841 fix a missing comma in SymuxClient.pm.
"Looks OK to me" alek@
2006-01-05 21:45:39 +00:00
pvalchev
474b2e6708 include errno.h not sys/errno.h 2005-12-24 08:48:49 +00:00
sturm
8dc12fd953 update to symon 2.72
from Okan Demirmen <okan at demirmen.com>
maintainer timeout
2005-12-04 10:55:47 +00:00
pvalchev
57bf519b16 kill unused NS protocol includes (about to disappear) 2005-06-09 01:25:43 +00:00
naddy
1db4c1063b Changes for symon 2.65 - 2.67:
- removed netiso depends
- _symon uid 535, 525 never made it into ports/infrastructure/db/user.list
- ntp clockadjusts no longer trigger extra measurements
- daemon parts ported to freebsd/netbsd/linux

From: Willem Dijkstra <wpd@xs4all.nl>
2004-09-21 16:44:04 +00:00
brad
801ded31ad allow symon to compile ever since netiso removal.
ok pvalchev@
2004-08-30 16:57:02 +00:00
dhartmei
41dacd1074 update to 2.60, introduces an mbuf statistics probe. 2003-03-31 22:13:51 +00:00
henning
301f5c8ac2 fix symon on sparc64.
patch taken from symon 2.60 which Willem released after I told him it's broken
and gave him shell access to a sparc64 box.

ok pval@
2003-03-23 19:05:22 +00:00
naddy
235cd5c889 Update to 2.58, fixes a rare bug in symon/sm_io.c. strsep() would
clobber stream information and make the first stream in the
configuration file disappear.
2003-02-27 19:21:37 +00:00
dhartmei
1b0eead24b Fix breakage from recent pf changes, macros PF_IN/PF_OUT changed, and they
were (ab)used as indices for the statistics counter arrays. Use literal
indices instead.
2003-01-24 20:15:41 +00:00