-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
194 lines (108 loc) · 4.68 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
bsnmp-ucd (0.4.5)
* fix build on newer FreeBSD (implicit-int-float-conversion error)
-- Mikolaj Golub <to.my.trociny@gmail.com> 2020/03/13
bsnmp-ucd (0.4.4)
* fix initialization of mibmem.cached
(submitted by topical at gmx.net)
-- Mikolaj Golub <to.my.trociny@gmail.com> 2019/08/06
bsnmp-ucd (0.4.3)
* Fix dskAvailLow and dskUsedLow mibs for more 2T size
(submitted by nyan at freebsd.org)
* Small improvements for FreeBSD 12 (submitted by glebius at
freebsd.org)
-- Mikolaj Golub <to.my.trociny@gmail.com> 2019/05/21
bsnmp-ucd (0.4.2)
* Force making ucd_oid.h and ucd_tree.h before compiling other files.
This fixes build on the recent 11.0-CURRENT.
-- Mikolaj Golub <to.my.trociny@gmail.com> 2016/03/12
bsnmp-ucd (0.4.1)
* Similarly to net-snmpd, count into memCached inactive pages too
(reported by ldzwonkowski, issue 10).
-- Mikolaj Golub <to.my.trociny@gmail.com> 2014/10/03
bsnmp-ucd (0.4.0)
* Instead of having hardcoded, allow to change polling intervals and
timeouts either via configuration file or using snmpset.
* Rewrite Makefile to use bsd.snmpmod.mk.
-- Mikolaj Golub <to.my.trociny@gmail.com> 2013/10/14
bsnmp-ucd (0.3.6)
* For prTable run fix command only when troubles with the process(es)
are detected. Before this, fix command ran unconditionally every 30
seconds. Submitted by Eugene Grosbein <eugen@grosbein.net>.
* Follow net-snmp behavior and don't set prErrorFlag if bsnmpd failed
to count processes.
* Fix the crash in mibdio after unmounting a disk. Submitted by Brian
Somers <brian@FreeBSD.org>
* diskIOLA1/5/15 support.
* Cleanup.
-- Mikolaj Golub <to.my.trociny@gmail.com> 2012/06/09
bsnmp-ucd (0.3.5)
* Fix build on amd64.
-- Mikolaj Golub <to.my.trociny@gmail.com> 2012/05/28
bsnmp-ucd (0.3.4)
* Set dskErrorFlag and dskErrorMsg when disk free space less than
dskMinimum or dskMinPercent.
* Cleanup and small bugfixes.
-- Mikolaj Golub <to.my.trociny@gmail.com> 2012/05/26
bsnmp-ucd (0.3.3)
* Calculate ssCpuUser, ssCpuSystem and ssCpuIdle over the last
minute, as it is specified in the MIB. Previously they were
calculated over UPDATE_INTERVAL, which was 5 sec.
* Return prErrMessage correctly for the case when no processes found.
Submitted by Mykola Dzham <i@levsha.me> (initial version).
-- Mikolaj Golub <to.my.trociny@gmail.com> 2011/12/11
bsnmp-ucd (0.3.2)
* Remove ssCpuRawSoftIRQ MIB: it showed vm.stats.sys.v_soft (number
of software interrupts), but according to MIB description it
should have shown time spent to process software interrupts and it
looks like FreeBSD does not provide a such counter (submitted by
osharoiko at gmail com).
* Replace UCD-SNMP-MIB.txt with newer version (from net-snmp-5.5).
* Add support for disks >2Tb in diskTable (submitted by nexther0 at
gmail com).
-- Mikolaj Golub <to.my.trociny@gmail.com> 2010/07/18
bsnmp-ucd (0.3.1)
* UCD-SNMP-MIB::prTable MIB implemented (submitted by kuriyama at
freebsd.org)
-- Mikolaj Golub <to.my.trociny@gmail.com> 2010/01/04
bsnmp-ucd (0.3.0)
* part of UCD-SNMP-MIB::dskTable MIB implemented (submitted by
kuriyama at freebsd.org)
* some cleanup
-- Mikolaj Golub <to.my.trociny@gmail.com> 2009/08/19
bsnmp-ucd (0.2.2)
* some cleanup
* do not log error in case the swap is not used on the system
-- Mikolaj Golub <to.my.trociny@gmail.com> 2009/05/09
bsnmp-ucd (0.2.1)
* nothing new iplemented, only some cleanup
-- Mikolaj Golub <to.my.trociny@gmail.com> 2008/05/11
bsnmp-ucd (0.2.0)
* UCD-DISKIO-MIB (without IOLA) implemented
* UCD-SNMP-MIB::extTable implemented
-- Mikolaj Golub <to.my.trociny@gmail.com> 2008/02/02
bsnmp-ucd (0.1.4)
* force to link with libkvm
-- Mikolaj Golub <to.my.trociny@gmail.com> 2008/01/24
bsnmp-ucd (0.1.3)
* bug fix in la data update. Thanks to Dennis Glatting
-- Mikolaj Golub <to.my.trociny@gmail.com> 2008/01/08
bsnmp-ucd (0.1.2)
* cleanup for no warning compilation with gcc-4
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/27
bsnmp-ucd (0.1.1)
* now config MIBs such as memMinimumSwap can be set in snmpd.config
* some bug fixes
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/21
bsnmp-ucd (0.1)
* rename project to bsnmp-ucd
* cleanup and implementations of UCD-SNMP-MIB::version
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/15
bsnmp-la (0.3)
* UCD-SNMP-MIB::systemStats implemented
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/13
bsnmp-la (0.2)
* limited version of UCD-SNMP-MIB::memory implemented
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/09
bsnmp-la (0.1)
* limited version of UCD-SNMP-MIB::laTable implemented
-- Mikolaj Golub <to.my.trociny@gmail.com> 2007/12/06