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