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