File: Changelog

package info (click to toggle)
nagios 2%3A1.3-cvs.20050402-2.sarge.2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 6,488 kB
  • ctags: 3,328
  • sloc: ansic: 56,904; sh: 4,567; makefile: 714; perl: 268
file content (148 lines) | stat: -rw-r--r-- 5,229 bytes parent folder | download
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
###################
Nagios Change Log
###################


1.3 - ??/??/2005
----------------
* Notification bug fix for volatile services
* Embedded Perl bug fix in mini_epn
* Minor bug fix in trends CGI
* Bug with in retention of program state
* Bug fix in PostgreSQL code
* Fixed auto-increment fields in MySQL table creation script
* Added service name filter to status CGI
* URL encoding bug fix
* Bug fix in time change compensation code
* Bug fix for segfault in CGIs where plugin output was NULL


1.2 - 02/02/2004
----------------
* Host stalking bug fix
* Embedded Perl bug fix
* Configure script patch for Solaris (iconv library)
* Bug fix for segfault in passive check routines
* Bug fix in service retention logic
* Bug fix in retention logic affecting passive service checks and
  event handlers (program-wide basis)
* Segfault fix in debug mode
* Fix for popup window in statusmap CGI
* CGI bug fixes (tac, statusmap, histogram, trends)
* HTML fixes
* Notification logic fix
* Fix for race condition when closing command file


1.1 - 06/02/2003
----------------
* File descriptor leak in file-based performance routines
* Timestamp fix for PostgreSQL 7.3
* Minor bug fixes to cmd and history CGIs
* Minor documentation fixes


1.0 - 11/24/2002
----------------
* Minor bug fixes in CGIs
* Minor bug fixes in sample config files
* Minor doc updates
* Minor bug fixes to init script
* Spec file updates
* Bug fix for flex host downtime
* Embedded perl bug fixe for arguments with spaces
* Host escalation logic fix
* Bug fix for PostgreSQL timestamps


1.0b6 - 09/15/2002
------------------
* Added wildcards and multiple hosts/hostgroups to host dependency
  and service dependency definitions
* Added wildcard support for members directive in hostgroup definitions
* Minor bug fixes and cleanups in CGIs
* Minor cleanups in the core
* Makefile fixes
* New version of snprintf() included that supports %f
* Notification interval for escalations now defaults to non-escalated value


1.0b5 - 08/12/2002
------------------
* Fixed another memory leak related to processing of passive checks
* Init script mods (killproc doesn't colllide with RedHat's killproc)
* Added minimalistic sample object config file (minimal.cfg)
* Memory leak fixes in the CGIs
* Minor interface changes to the status and TAC CGIs
* Bug fix in the notification CGI


1.0b4 - 07/04/2002
------------------
* Address field in host definitions is now optional in template-based
  config format.  Defaults to host name if not specified.
* Changed method of checking for user/group in RPM spec file
* Bug fixes in template-based object code
* Fixed memory leak when processing passive checks
* Added illegal_macro_output_chars variable to main config file to
  allow for stripping dangerous shell characters from plugin ouput
* Comment IDs are no longer re-numbered when Nagios (re)starts.  This
  applies only to the default comment data method (DB method never
  renumbered comments)


1.0b3 - 06/09/2002
------------------
* Bug fixes in template-based object code
* Bug fix in tac CGI for counting host and service states properly
* Default is now to check for external commands as often as possible
* Ping syntax for WAP interface moved to CGI config file
* Command file user/group defaults to Nagios user/group unless
  overridden with configure script options
* Sample template-based object config file fixes


1.0b2 - 05/27/2002
------------------
* Updated RPM spec file
* Context-sensitive help option moved to CGI config file
* Fixed bug with escaping strings for DB support (MySQL & PostgreSQL)
* Configure script now reports warning if unable to located
  MySQL or PostgreSQL libs
* Several bug fixes in template-based object code
* Multiple hostgroups supported in host and service escalations
* Wildcard support in service, service escalation, and host
  escalation definitions


1.0b1 - 05/10/2002
------------------

* More verbose listing of object information in configuration CGI
* Added histogram CGI for graphing host/service events
* Added view of service check scheduling queue to extended info CGI
* Added host escalations and host notification dependencies
* Implemented optional template-based object and extended information
  configuration routines
* Added optional service "freshness" checking
* Added grid layout view to status CGI
* Added optional performance data routines to output directly to a file
  instead of running a system command
* CGIs will assume Nagios process is running if no process check
  command is specified
* Expanded host and service definitions to include:
	- Retention data options
	- Failure prediction options
	- Performance data option
* Scheduled host and service downtime changes:
	- Downtime is now preserved across program restarts
	- Author/comment are recorded with downtime entries
 	- Downtime may be fixed of flexible
* Removed euro_style_dates directive from main config file and added 
  date_format, which now supports "us", "euro", "iso8601", and 
  "strict-iso8601" for short date/time formats.
* Removed program_mode directive from main config file and added
  enable_notifications directive
* CGI config file renamed to cgi.cfg
* Default CGI URL is now /nagios/cgi-bin