File: changelog

package info (click to toggle)
nagios-plugins-contrib 48.20250420
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,792 kB
  • sloc: perl: 48,359; sh: 18,671; ansic: 11,898; python: 2,696; makefile: 1,021; php: 593; lex: 582; ruby: 149; awk: 119
file content (33 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (12)
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
Mar. 18 2007 - 1.1.0
	- Added --status-only option
	- Fixed logic of --warning option
	- Adjusted default warning age to 0 and critical age to 7 days

Sep. 16 2006 - 1.0
	- Added manpage
	- Adjusted spacing in debug messages
	- Adjusted behaviour of when an initial backup fails
	- Code cleanup

Aug. 31 2006 - 0.9.0
	- Added Makefile
	- Increased verbosity level
	- Added host exclusion option
	- Added --archive-only and --backup-only options

Aug. 23 2006 - 0.8.0
	- Added hostname option
	- Added warning threshold
	- Added severity reduction count
	- Code cleanup

Aug. 22 2006 - 0.2.0
	- First public release
	- Code cleanup
	- Added command-line arguments

Aug. 16 2006 - 0.1.1
	- Change error detection to checking for 'error' in hashes

Aug. 15 2006 - 0.1.0
	- First technically working version of plugin, still needs options