]> arthur.barton.de Git - nagcollect.git/blob - ChangeLog
Updated ChangeLog for release 2
[nagcollect.git] / ChangeLog
1
2              NagCollect: Nagios Data Collector for Passive Checks
3            Copyright (c)2009-2010 Alexander Barton, alex@barton.de
4
5              NagCollect is free software and published under the
6                    terms of the GNU General Public License.
7
8                                   ChangeLog
9
10
11 NagCollect Release 2 (2010-09-01)
12
13   - Uptime.tst: test for uptime >1 day on Mac OS X Server
14   - Uptime.tst: update copyright notice and reformat code ...
15   - Updated copyright notice in Makefile
16   - New Makefile targets: "osxpkg" and "osxdmg"
17   - Distribution archive now is named "NagCollect-R<rel>.tar.gz"
18   - Added ChangeLog file
19   - fix-usr-local.sh: Set owner and group as well as permissions
20   - Mac OS X package: fix permissions of files installed in /usr/local
21   - Added contrib/fix-usr-local.sh to fix permissions of /usr/local/
22   - NagCollect is licensed under the terms of the GNU General Public License
23   - Mac OS X RAID check: handle more than one software RAID system
24   - Don't include Mac OS X resource forks in tar archives
25   - Add support for nagcollectreset to tests/Darwin/DiskErrors.tst
26   - New "nagcollectreset" tool to restrict/reset test status
27   - Disk Usage: check for percentage and value; better output
28   - New "Disks" test that checks the free space of filesystems
29   - Migrated Disks.tst (I/O errors) to Darwin/Disks.tst
30   - Service update: log the IP address of the peer in the host status field
31   - Log all non-OK status codes to syslog
32   - INSTALL: Call "launchctl" with root privileges, use sudo
33   - Test Linux software RAID (md devices)
34   - Don't extract ._* and . from tests archive
35   - More specific test for I/O errors on Mac OS X
36   - Only test for I/O errors since last system boot
37   - Sys-Load: result in warning when load15 >2 (instead >1)
38
39 NagCollect Release 1 (date unknown ...)
40
41   - Uptime test: add operating system version
42   - Fix "Uptime" service test name ... dooh!
43   - New "Uptime" test to return the system uptime
44   - Remove whitespaces from RAID status text
45   - Updated Mac OS X package script to include new tests
46   - New "RAID" test to check Apple Software-RAIDs
47   - Don't get irritated by our own log messages
48   - New "Disks" test to check for I/O errors on for Mac OS X
49   - Added Mac OS X PackageBuilder scripts
50   - curl of Mac OS X 10.5 doesn't support --data-urlencode
51   - New make targets clean, distclean, check, dist, and distcheck
52   - Enhance INSTALL document, especially for Mac OS X
53   - Added Mac OS X launchd script
54   - Move client-side test scripts to client/lib/tests
55   - Enhance nagcollect to actually detect data
56   - Make "make install-client" BSD-compatible and more portable
57   - nagcollect.php: actually use nagcollect.keys file
58   - Initial commit, first functionality implemented :-)