]> arthur.barton.de Git - nagcollect.git/blob - ChangeLog
Merge branch 'master' of /srv/git/nagcollect
[nagcollect.git] / ChangeLog
1
2              NagCollect: Nagios Data Collector for Passive Checks
3            Copyright (c)2009-2011 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 3 (2011-11-21)
12
13   - RAID.tst: only check RAID on Linux when /proc/md is readable
14   - Uptime.tst: uptime "<n> hrs" is critical, because <1 day!
15   - Set /usr/local/lib/nagcollect to "world readable" after update
16   - Uptime.tst: handle "<n> mins", "1 hr", and "* secs"
17   - RAID.tst: fix wrong variable name in status text output
18   - Disks.tst: Only check read-write volumes
19   - Don't exclude "." when extracting test scripts
20   - RAID.tst: Add support for Apple hardware RAID cards
21   - DiskErrors.tst: exclude false positive I/O error of mdworker
22   - Rename de.barton.nagcollect to de.barton.nagcollect.plist
23   - HardwareInfo.tst: new test to display Apple hardware serial numbers
24   - DiskErrors.tst: dont't assume "encoder error" as disk I/O error
25   - Add CRON configuration file
26   - Add Makefile for installing the client on Linux
27   - HardwareInfo.tst: New test to display DMI/SMBIOS hardware information
28   - RAID.tst: suppress warning and error messages
29   - Add "nagcollecttest" script
30   - Add wrapper script for calling test scripts as active service checks
31   - Use new make targets "server", "client", "plugins", "install-plugins"
32
33 NagCollect Release 2.1 (2010-09-01)
34
35   - Uptime.tst: detect new uptime string "<n> hrs"
36
37 NagCollect Release 2 (2010-09-01)
38
39   - Uptime.tst: test for uptime >1 day on Mac OS X Server
40   - Uptime.tst: update copyright notice and reformat code ...
41   - Updated copyright notice in Makefile
42   - New Makefile targets: "osxpkg" and "osxdmg"
43   - Distribution archive now is named "NagCollect-R<rel>.tar.gz"
44   - Added ChangeLog file
45   - fix-usr-local.sh: Set owner and group as well as permissions
46   - Mac OS X package: fix permissions of files installed in /usr/local
47   - Added contrib/fix-usr-local.sh to fix permissions of /usr/local/
48   - NagCollect is licensed under the terms of the GNU General Public License
49   - Mac OS X RAID check: handle more than one software RAID system
50   - Don't include Mac OS X resource forks in tar archives
51   - Add support for nagcollectreset to tests/Darwin/DiskErrors.tst
52   - New "nagcollectreset" tool to restrict/reset test status
53   - Disk Usage: check for percentage and value; better output
54   - New "Disks" test that checks the free space of filesystems
55   - Migrated Disks.tst (I/O errors) to Darwin/Disks.tst
56   - Service update: log the IP address of the peer in the host status field
57   - Log all non-OK status codes to syslog
58   - INSTALL: Call "launchctl" with root privileges, use sudo
59   - Test Linux software RAID (md devices)
60   - Don't extract ._* and . from tests archive
61   - More specific test for I/O errors on Mac OS X
62   - Only test for I/O errors since last system boot
63   - Sys-Load: result in warning when load15 >2 (instead >1)
64
65 NagCollect Release 1 (date unknown ...)
66
67   - Uptime test: add operating system version
68   - Fix "Uptime" service test name ... dooh!
69   - New "Uptime" test to return the system uptime
70   - Remove whitespaces from RAID status text
71   - Updated Mac OS X package script to include new tests
72   - New "RAID" test to check Apple Software-RAIDs
73   - Don't get irritated by our own log messages
74   - New "Disks" test to check for I/O errors on for Mac OS X
75   - Added Mac OS X PackageBuilder scripts
76   - curl of Mac OS X 10.5 doesn't support --data-urlencode
77   - New make targets clean, distclean, check, dist, and distcheck
78   - Enhance INSTALL document, especially for Mac OS X
79   - Added Mac OS X launchd script
80   - Move client-side test scripts to client/lib/tests
81   - Enhance nagcollect to actually detect data
82   - Make "make install-client" BSD-compatible and more portable
83   - nagcollect.php: actually use nagcollect.keys file
84   - Initial commit, first functionality implemented :-)