This repository has been archived by the owner on Feb 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNEWS
81 lines (51 loc) · 1.96 KB
/
NEWS
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
* Version 0.6.1
Main changes from 0.6:
- target specific alarm list may replace default alarm list
instead of being appended. Use "alarms override" directive
to do this.
* Version 0.6
Main changes from 0.5:
- apinger should properly kill child processes now
- some (poor) documentation: FAQ
- duplicate targets in combined reports removed
- "forked receiver" disabled by default
- proper use of pid_file and mailer configuration options
- automatic check for loss measurements errors (caused by a bug
which I was not able to fix). Apinger will abort, when the
error is found!
- IPv6 support made optional (enabled by default)
- better Message-Id and References headers in report messages
* Version 0.5
Main changes from 0.4.1:
- statistics gathering using RRDTool. May be used for making
graphs of packet loss and delays.
- much more precise delay measurement
* Version 0.4.1
Main changes from 0.4:
- some useless and nonportable debugging code removed.
Fixes build on FreeBSD.
* Version 0.4
Main changes from 0.3:
- bugfixes
- ability to merge reports of multiple alarms fired in some
configured interval ('combine' configuration directive)
- possible memory-leaks removed
- ability to repeat reports while alarm is on
* Version 0.3
Main changes from 0.2:
- file with status of targets may be written
- configurable mail subject
- external commands may be executed when alarm if fired/canceled
- mailer (with custom options) may be configured
- Message-Id and References headers are generated for mail messages
so "ALARM" and "alarm-canceled" messages may be paired together
by threading MUA
* Version 0.2
Main changes from 0.1:
- portability fixes (it compiles on FreeBSD now).
- fixed bug with "down" alarms being fired on startup
- sysconfdir set by configure script is used instead hardcoded
/etc directory for config file
* Version 0.1
This is the initial release
--