-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
105 lines (88 loc) · 3.27 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
This file describes changes in recent versions of whatsup. It
primarily documents those changes that are of interest to users
and admins.
Changes in whatsup-1.15-1
=========================
-- Update Ganglia backend to support newer Ganglia versions.
Changes in whatsup-1.14-1
=========================
-- Various minor bug fixes.
Changes in whatsup-1.13-1
=========================
-- Support --with-perl-vendor-arch and --with-perl-site-arch
configure options.
Changes in whatsup-1.12-1
=========================
-- Link to libexpat if available.
Changes in whatsup-1.11-1
=========================
-- Re-architect pingd daemon.
-- Add /etc/nodeupdown.conf and /etc/pingd.conf templates.
-- Fix various minor typos and errors.
Changes in whatsup-1.10-1
=========================
-- Support quick restarts on pingd server.
-- Add documentation on configuration requirements.
-- Fix manpage typos.
-- If hostsfile is not found, assume default behavior instead of
returning error.
Changes in whatsup-1.9-2
=========================
-- Fix FC11/RHEL6 portability bugs.
Changes in whatsup-1.9-1
=========================
-- Support different APIs to osm_mad_pool_init() for openib backend
module.
Changes in whatsup-1.8-2
=========================
-- Support building without perl extensions.
Changes in whatsup-1.8-1
===========================
- Various minor bug fixes.
Changes in whatsup-1.7-1
===========================
- Add libnodeupdown nodeupdown_last_up_time() function.
- Add last_up_time support to nodeupdown cerebro backend.
- Add whatsup -r option.
Changes in whatsup-1.6-1
===========================
- Add whatsup cerebro --monitor option.
- Add whatsup --log options.
- Add whatsup --module option.
- Add openib up/down backend module.
Changes in whatsup-1.5-1
===========================
- Added pingd daemon as possible whatsup backend tool.
- Support pingd in nodeupdown.
Changes in whatsup-1.4-1
===========================
- Whatsup -l option converted to -q option, for consistency with
genders 'nodeattr' command.
- Re-worked whatsup and nodeupdown library to use dynamically loadable
modules.
- Support Cerebro in nodeupdown.
Changes in whatsup-1.3-1
===========================
- Added nodeupdown_up_count and nodeupdown_down_count API functions.
- Added Nodeupdown and Libnodeupdown perl libraries.
- Added --count option to whatsup
- Added '-' stdin option.
- Output exit value based on whatsup results, allowsing whatsup to
be used for scripts.
- Removed --ip option from whatsup
- Default whatsup output also includes output of node counts.
- Whatsup and nodeupdown now compile and execute independently of
libganglia.
- The nodeupdown.conf(5) file now allows specification of multiple
hostnames instead of just one.
- Modified nodeupdown_load_data(3) API function to be far more
generic and not based on libganglia. This *will* break older code.
- To be consistent with changes to the API, nodeupdown.conf(5) no
longer accepts the gmond_ip configuration option.
- Although the default is still genders, whatsup can now be compiled
with different mechanisms for determining all of the nodes in a
cluster. See README file for details.
Changes in whatsup-1.2-1
===========================
-- started NEWS file.
$Id: NEWS,v 1.21 2010-06-29 21:03:53 chu11 Exp $