forked from virgo-agent-toolkit/rackspace-monitoring-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
153 lines (98 loc) · 3.69 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
## rackspace-monitoring-agent-1.1.0-5
- Targets for agent.plugins
- Returns the list of plugins
- Memory leak fix in FS_CALL
- Config: Fix for custom endpoints
- Windows: Fix for powershell parameter expansion
- Initial upgrade support
## rackspace-monitoring-agent-1.0.2-1
- Host info for Waldo
- New host info types message and host info for sysctl and date/time
## rackspace-monitoring-agent-1.0.1-25
- New host info type runner
- Fixes for various integration tests (xenserver)
## rackspace-monitoring-agent-1.0.1-18
- Fix systemd for Centos7
## rackspace-monitoring-agent-1.0.1-8
- RNG Seed Fix
## rackspace-monitoring-agent-1.0.1-5
- Fix crash in Windows log
- Fix reconnects on handshake timeouts
## rackspace-monitoring-agent-1.0.0-53
- Fix Cloud-Init MachineIdentity for default values
## rackspace-monitoring-agent-1.0.0-45
- Bump libuv for spawn bugfix
## rackspace-monitoring-agent-1.0.0-39
- ** Upgrade OpenSSL to 1.0.1h
## rackspace-monitoring-agent-0.1.9-4
- Prevent agent crash when checking plugin targets
(James Buchan <[email protected]>)
## rackspace-monitoring-agent-0.1.9-0
- Default MachineIdentity to on
- --setup fixes for MachineIdentity
## rackspace-monitoring-agent-0.1.8-86
- Retrieve xenstore ID (Ryan Phillips)
- Dockerfile for development environment (Ryan Phillips)
- Fix rescheduling of custom plugin checks (Ryan Phillips)
- Gyp upgrade (Ryan Phillips, Song Gao, Rob Emanuele)
- --setup fix for commandline args (Ryan Phillips)
- Windows fixes (Rob Emanuele)
- Package tweaks and refactor (Song Gao)
- Documentation Tweaks (cloudnull <[email protected]>)
## rackspace-monitoring-agent-0.1.8
- Refactored to use zirgo/birgo forks
- many bug fixes and improvements
## rackspace-monitoring-agent-0.1.7
- Add support for units on outgoing metrics
## rackspace-monitoring-agent-0.1.6-5
- Fix --setup crashing
- Fix commandline argument for --production (crashes will get reported)
## rackspace-monitoring-agent-0.1.6
- Fix crash dumps
- Fix GUID within protocol
## rackspace-monitoring-agent-0.1.5
- Remove dimension from agent.network
- Fix scheduling problem with checks
- Fix problem with custom plugins running only once
## rackspace-monitoring-agent-0.1.4
- Improve logic around stopping agent on deb install
## rackspace-monitoring-agent-0.1.3-90
- Automatic restart on package upgrade for deb/rpm
- Bind agent to entity during setup
- CPU metrics are now doubles
- Remove cpu name min/max metrics from CPU
- Setup shows agent id instead of "hostname"
- Filter out non-block devices from disk checks
- Disable auto upgrades
## rackspace-monitoring-agent-0.1.3-13
- Fixes the status problem with checks
## rackspace-monitoring-agent-0.1.3-7
- Fix bug when using API key in setup
## rackspace-monitoring-agent-0.1.3-6
- UK Auth is now supported
## rackspace-monitoring-agent-0.1.3-5
- Add Fedora 16 and Fedora 17
- Sign RHEL5 packages with a compatible key
## rackspace-monitoring-agent-0.1.2-115
- New Scheduler: Fixes for time related issues
## rackspace-monitoring-agent-0.1.2-109
- Support RHEL5, RHEL6, CentOS 5, CentOS 6 support
- Include lua information in crash reports
## rackspace-monitoring-agent-0.1.2-102
- Mysql fixes
- Apache fixes
- Swap Info fixes
- Added debugger
- Targets Support
## rackspace-monitoring-agent-0.1.2-79
- target support for networks, disk
- Fix a bug in gathering swapinfo for memory host_info
- target discovery support for checks
- add timestamp field to host_info body returns
- bump sigar
## rackspace-monitoring-agent-0.1.2-51
- fix multiple reconnects
- remove percent metrics from filesystem and memory checks
- delete a number of metrics from host_info
- add target to filesystem check
- add swapinfo to memory checks