File nagios.changes of Package nagios32
1
-------------------------------------------------------------------
2
Mon Oct 4 21:13:58 UTC 2010 - cs@linux-administrator.com
3
4
- update to release 3.2.3
5
6
-------------------------------------------------------------------
7
Mon Jun 14 19:12:13 UTC 2010 - cs@linux-administrator.com
8
9
- update to release 3.2.1
10
11
-------------------------------------------------------------------
12
Mon Nov 23 11:41:07 CET 2009 - cschneemann@suse.de
13
14
- changed path to send_nsca in the eventhandler script according
15
to the path given in the nagios-nsca package. BNC #486937
16
17
-------------------------------------------------------------------
18
Fri Nov 6 19:10:21 UTC 2009 - chris@computersalat.de
19
20
- added lost changes
21
o Jun 24 2009
22
o Jun 23 2009
23
- spec mods
24
o removed changelog
25
o added LEGAL to doc
26
o simplify install of extra SOURCES
27
- added support for centreon
28
o centreon is frontend GUI for nagios
29
o changed perms/ownership in files section
30
31
-------------------------------------------------------------------
32
Fri Aug 21 12:16:49 UTC 2009 - chris@computersalat.de
33
34
- cleanup spec
35
o fixed header
36
o sorted TAGS
37
- fixed deps
38
o added missing Req nagios-plugins
39
40
-------------------------------------------------------------------
41
Fri Aug 14 12:15:31 CEST 2009 - cschneemann@suse.de
42
43
- added Requires php and mod_php_any
44
45
-------------------------------------------------------------------
46
Thu Aug 13 11:15:30 CET 2009 - cschneemann@suse.de
47
48
- added ndo2db to Should-Start/Should-Stop in rcnagios
49
changed permission of resource.cfg (needed by centreon)
50
(Changes by chris@computersalat.de)
51
52
-------------------------------------------------------------------
53
Wed Aug 12 22:02:30 CET 2009 - cschneemann@suse.de
54
55
- update to 3.2.0:
56
* Fix for read-only permissions bug in CGIs that caused problems viewing
57
comments (bug #0000029)
58
* Fix for incorrect CGI reports (availability, trends, etc.) when
59
reporting period spans Daylight Savings Time (bug #0000046)
60
* Fix for detection of truecolor support in GD library (Lars Hecking)
61
* Reverted to use --datadir configure script option instead of the more
62
recently introduced --datarootdir option
63
* Status and retention files are now flushed/synced to disk to prevent
64
incomplete information being displayed in CGIs
65
* Fix for incorrect next service check time calculation when Nagios is
66
reloaded with different timeperiod ranges
67
* Updated Fedora quickstart guide to indicate PHP requirements
68
* Known issue: Service checks that are defined with timeperiods that
69
contain "exclude" directives are incorrectly re-scheduled. Don't use
70
these for now - we'll get this fixed for 3.4
71
72
-------------------------------------------------------------------
73
Wed Jun 24 11:26:03 CEST 2009 - cschneemann@suse.de
74
75
- update to 3.1.2
76
- fixes bug in host/service schduling logic that caused excessive
77
CPU usage introduced with 3.1.0
78
79
-------------------------------------------------------------------
80
Tue Jun 23 10:48:36 CEST 2009 - cschneemann@suse.de
81
- update to 3.1.1
82
* New "important check command" flag for use in service templates, to
83
aid configuration in distributed environments
84
* Fix for nagios validation error when no services defined
85
* Fix for stylesheet link
86
* Fix for extinfo.cgi error message when cgi.cfg doesn't exist
87
* Fix for notifications.cgi where Update button on right didn't retain
88
host information when no host= was in query parameters
89
* Fix for potential bug where a contactgroup with no members could cause
90
parsing errors
91
* Fix for W3 validation for history.cgi
92
* Fix for W3 validation for extinfo.cgi
93
* Fix for nagiostats to return non-zero with failures in MRTG mode
94
* Added t/ directory for tests. Use make test to run. Requires perl on
95
development server
96
* Fix for duplicate event_id attributes in status and retention data
97
* Fix for duplicate unlink() during check processing
98
* Added missing check period column to host config display (CGI)
99
* Fix for embedded Perl initialization under FreeBSD
100
* Fix for incorrect re-initialization of mutext after program restart
101
* Fix for incorrect weighting in host flap detection logic
102
* Added libtap to distribution. Use ./configure --enable-libtap to compile
103
* nagios.log permissions are now kept after log rotation
104
* Fix for "Max concurrent service checks (X) has been reached" messages
105
- will now push services 5 + random(10) seconds ahead for retry
106
* Fix for removing old HTML files for web frontend that are now replaced
107
with PHP equivalents (in dex/main/side.html)
108
* Fix for incorrect service history link text in CGIs
109
* Fix for useless code loop in netutils.c
110
* Fix for potential divide by zero in event scheduling code
111
* Fix for trailing backslash in plugin output causing memory corruption
112
in CGIs
113
* Fix for bug that could affect host/service scheduling during clock
114
time skew or changes to time perod definitions between restarts
115
* Leading whitespace from continuation lines in configuration files is
116
now stripped out
117
* Fix for bug where pipe (used by IPC) file descriptors get inherited by
118
child processed (e.g. event handlers) (bug #0000026)
119
* Fix for failure to daemonize - Nagios now bails (bug #0000011)
120
* Fix for notifications about flapping starting not processed properly
121
by retention data
122
* Patch to add transparency to statusmap icons for truecolor images
123
* Patch to add read-only permissions to extinfo CGI
124
* Security fix for statuswml.cgi where arbitrary shell injection was
125
possible
126
127
-------------------------------------------------------------------
128
Fri Mar 27 11:28:44 CET 2009 - cschneemann@suse.de
129
130
- added check_verbose to rcnagios to print the error messages
131
directly instead of pointing to the error_log BNC #486912
132
133
-------------------------------------------------------------------
134
Tue Mar 3 14:05:41 CET 2009 - cschneemann@suse.de
135
136
- changed rcnagios to delete control characters from values
137
BNC #480747
138
139
-------------------------------------------------------------------
140
Tue Dec 9 12:29:09 CET 2008 - cschneemann@suse.de
141
142
- update to 3.0.6:
143
+ Fix for CGI submission of external commands (writing newlines
144
and submitting service comments)
145
+ Fix for Apache group membership in RPM spec file
146
+ Fix for improper notification propagation command processing
147
+ Better out-of-disk-space error handling when writing retention
148
and status files
149
+ Disabled adaptive check and eventhandler commands for security
150
reasons
151
+ Fix for reading output from system commands (event handlers,
152
etc) that have timed out
153
+ Added wildcard host matching in CGIs
154
+ Fixes for playing audio alerts in CGIs
155
+ Fix for incorrect host status links in status CGI when viewing
156
hostgroup summary
157
+ Added support for x509 cert authentication in the CGIs
158
159
-------------------------------------------------------------------
160
Mon Dec 1 12:19:51 CET 2008 - lrupp@suse.de
161
162
- don't fail if the host has problems to execute newaliases
163
164
-------------------------------------------------------------------
165
Mon Nov 10 13:17:25 CET 2008 - lrupp@suse.de
166
167
- update to 3.0.5:
168
+ Security fix for Cross Site Request Forgery (CSRF) bug reported
169
by Tim Starling.
170
+ Sample audio files for CGIs removed from distribution
171
+ Fix for mutliline config file continuation bug
172
+ Minor sample config file fix
173
+ Added documentation on CGI security issues
174
- added permissions-directory-setuid-bit for /var/spool/nagios
175
176
-------------------------------------------------------------------
177
Tue Oct 28 17:54:37 CET 2008 - lrupp@suse.de
178
179
- use relative pathnames in %%post
180
181
-------------------------------------------------------------------
182
Fri Oct 17 15:40:25 CEST 2008 - lrupp@suse.de
183
184
- update to 3.0.4:
185
+ Fix for properly terminating plugins when parent processes get
186
killed (e.g. using 'killall nagios' with check_timeout plugins
187
running)
188
+ Fix for event broker callback when service notifications are
189
disabled
190
+ Fix for scheduling scheduling servicegroup downtime with
191
'hosts too' option in CGIs
192
+ Fixes for bugs in sample event handlers - stop/start active
193
service checks and enable notifications
194
+ Cosmetic fix for logging of notifications
195
+ Fix for host/service name encoding in CGIs (trends and
196
availability reports, etc.)
197
198
-------------------------------------------------------------------
199
Mon Sep 15 18:38:23 CEST 2008 - lrupp@suse.de
200
201
- be a bit more secure in %post scripts
202
- fix ownership of resource file in init script
203
- enhance the README.SuSE a bit
204
- Recommend cron
205
206
-------------------------------------------------------------------
207
Mon Jul 21 15:38:40 CEST 2008 - lrupp@suse.de
208
209
- fix fillup call
210
- update to 3.0.3:
211
+ Minor bug fixes in CGIs
212
+ Minor bug fix in navigation frame
213
+ Better error logging during fork() errors
214
+ Fixed bug in parsing host dependencies
215
+ Updated p1.pl to allow for 4KB lines in Perl plugin output
216
+ Fixed bug in command for disabling contact notifications
217
+ Fix for bugs in host and service orphan check logic
218
+ Fix for properly escaping macros containing URLs
219
+ Patches for possible XSS vulnerability in CGIs (CVE-2007-5803)
220
+ Changes to service check event broker logic (DNX patches)
221
+ Fixes for url encoding
222
+ Fix for debug logging of notifications
223
+ Segfault fix in history CGI
224
+ Typo fix in object config routines
225
226
-------------------------------------------------------------------
227
Thu May 29 11:15:34 CEST 2008 - olh@suse.de
228
229
- fix missing return value in run_async_service_check (bnc#395203)
230
231
-------------------------------------------------------------------
232
Thu Apr 24 16:16:24 CEST 2008 - olh@suse.de
233
234
- require mailx (bnc#383209)
235
236
-------------------------------------------------------------------
237
Tue Apr 22 14:33:59 CEST 2008 - olh@suse.de
238
239
- fix cron logfile-check in /var/log/nagios/archives/ (bnc#381857)
240
241
-------------------------------------------------------------------
242
Thu Apr 3 12:42:34 CEST 2008 - lrupp@suse.de
243
244
- update to 3.0.1:
245
+ Fixed bug in trends CGI with user not being authorized
246
for hosts/services
247
+ Fixed bug in status CGI with page layout messing up when
248
sounds enabled
249
250
-------------------------------------------------------------------
251
Thu Mar 13 21:08:55 CET 2008 - lrupp@suse.de
252
253
- update to 3.0 (final):
254
+ Faster program startup times (especially in large installs)
255
with new object lookup code
256
+ Fix for special contact inheritance rules in
257
host and service escalations
258
+ Fix for bug in processing $CONTACTADDRESSx$ macros
259
+ Documentation fixes
260
- Recommend perl
261
262
-------------------------------------------------------------------
263
Wed Mar 5 18:38:43 CET 2008 - lrupp@suse.de
264
265
- update to 3.0rc3:
266
+ New macros have been added
267
+ The old $NOTIFICATIONNUMBER$ macro has been deprecated in favor
268
of new $HOSTNOTIFICATIONNUMBER$ and $SERVICENOTIFICATIONNUMBER$
269
macros.
270
+ The $HOSTNOTES$ and $SERVICENOTES$ macros may now contain
271
macros themselves
272
+ new 'enable_environment_macros' option, which allow to disable
273
global macros for use in check, event handler, notification,
274
and other commands on large installations
275
+ scheduled downtime entries are now stored in the status file
276
and retention file, respectively
277
+ Current and retained comments are now stored in the status file
278
and retention file, respectively
279
+ Acknowledgement comments that are marked as non-persistent are
280
now only deleted when the acknowledgement is removed.
281
+ Comment and downtime IDs are now retained across program
282
restarts and should be unique unless the retention data is
283
deleted or ignored.
284
+ Added flap_detection_options directive to host and service
285
definitions to allow you to specify what host/service states
286
should be used by the flap detection logic
287
+ Added a new PROCESS_FILE external command to allow processing
288
of external commands found in an eternal (regular) file.
289
+ Contact status information (last notification times,
290
notifications enabled/disabled, etc.) is now saved in the
291
status and retention files, although it is not processed
292
by the CGIs.
293
+ check timeperiod for hosts and services can now be modified
294
on-the-fly
295
+ Multiline plugin output is now supported for host and
296
service checks
297
+ Nagios now checks for orphaned service checks by default.
298
+ Host checks are now run in parallel
299
+ Timeperiods were overdue for a major overhaul
300
+ Added event broker callbacks for adaptive programm and contact
301
status data
302
+ ... (See ChangeLog for more details)
303
- Logfiles are stored in /var/log/nagios now
304
- Nagios uses own logrotation - but we bzip the old logfiles via
305
weekly cronjob (Requires: bzip2)
306
- added sysconfig file for timeout and nice level
307
- overhaul the init script
308
- added a README.SuSE
309
- added rpmlintrc
310
- added config.err file as %ghost
311
- use upstream macros for all steps during rpmbuild where possible
312
- adapt to work on all (open)SUSE distributions
313
- overhaul the patches
314
- cmdusr is now wwwrun and not nobody
315
- cmdgrp is now new group nagcmd and not www
316
- split out devel package
317
- enable event-broker
318
- use upstream apache config
319
- adapt the generated sample configurations so the work out of the
320
box
321
- enable template-objects
322
- prepare and own the directory for event brokers
323
- include all sample configuration in docdir
324
- use fdupes
325
- create/update new groups/users in %pre of the (sub-)package
326
- add the apache2 user to the nagcmd group in %post of nagios-www
327
- restart apache2 if nagios-www changes
328
- own some %ghost files with the correct permissions
329
330
-------------------------------------------------------------------
331
Fri Oct 26 08:56:18 CEST 2007 - tsieden@suse.de
332
333
- update to nagios version 2.10
334
* Added 'make install-webconf' command to install Apache web config file
335
* Sample config files are now installed without a -sample extension
336
* Fix for SIGTERMs being seen as SIGEXITs, non-logging of SIGTERMs/shutdowns
337
* Minor fix for notification timeout log messages
338
* Fix for not logging passive host check results
339
* Minor bug fixes in CGIs
340
* Fix for a segfault when processing passive host check results with empty output/perfdata
341
* Fix for incorrect latency calculation for passive service checks
342
* Bug fix with attempting to access an uninitalized mutex if external commands are disabled
343
* Fix for keeping service checks in the event queue when active service checks are disabled globally
344
* Fix for a potential cross site scripting vulnerability in the CGIs
345
* Program version is now displayed in CGIs
346
347
- removed obsolete FAQ patch in html/docs dir
348
349
-------------------------------------------------------------------
350
Sun Sep 16 22:28:02 CEST 2007 - cschneemann@suse.de
351
352
- added openssl-devel to BuildRequires to support SSL in check_http
353
354
-------------------------------------------------------------------
355
Sun Aug 12 13:15:56 CEST 2007 - olh@suse.de
356
357
- move p1.pl to /usr/lib/nagios/p1.pl
358
set 0755 permissions for executable files (157814)
359
360
-------------------------------------------------------------------
361
Wed May 16 23:11:48 CEST 2007 - lrupp@suse.de
362
363
- build on older distributions:
364
BuildRequires: libapr0 XFree86-devel XFree86-libs
365
366
-------------------------------------------------------------------
367
Fri May 4 16:54:26 CEST 2007 - tsieden@suse.de
368
369
- update to nagios version 2.9
370
* Fix for incorrect performance data file write/append mode options
371
* Fix for current status of hosts with no host check command defined
372
* SIGSEGV signals should now be logged again (broken in 2.8)
373
* Configure script fix for no mail program found/installed on system
374
* Configure script option bug fixes for cygwin and embedded perl
375
* Command definitions and host/service plugin perfdata with HTML should now be escaped in CGIs
376
* Patch for incorrect time down percentage in availability CGI
377
* Updated init script to fix a race condition during restarts
378
379
-------------------------------------------------------------------
380
Mon Mar 12 13:27:34 CET 2007 - tsieden@suse.de
381
382
- update to nagios version 2.8
383
* Bug fix for calculating notification interval with service escalations
384
* Bug fix for using servicegroups in service dependency definitions
385
* Bug fix for bad date format submission in command CGI
386
* Possible segfault fix during restarts when daemon was performing host checks
387
* Fix for missing check timeout in event broker calls
388
* Fix for handling signals under NPTL
389
* Added error messages for passive service checks that don't correspond to a defined service
390
391
-------------------------------------------------------------------
392
Fri Feb 9 11:03:20 CET 2007 - tsieden@suse.de
393
394
- update to nagios version 2.7
395
* p1.pl now sets environment var (NAGIOS_PLUGIN) to indicate patch of plugin that is executing
396
* Updated nagiostats with new MRTG vars for tracking buffer usage
397
* Added sample MRTG config file
398
* Minor patches to availability and status CGIs
399
* Minor documentation updates
400
* Fix for segfault during expiration or deletion of scheduled downtime
401
* Fix for scheduling immediate service check through WAP interface
402
* Fix for leading whitespace before comments in object config files
403
404
-------------------------------------------------------------------
405
Thu Feb 1 11:57:31 CET 2007 - olh@suse.de
406
407
- add quick-start.txt (#237372)
408
409
-------------------------------------------------------------------
410
Thu Feb 1 10:54:08 CET 2007 - olh@suse.de
411
412
- remove unneeded trailing slashes from Alias and Directory entries
413
in nagios-http.conf
414
415
-------------------------------------------------------------------
416
Wed Jan 17 18:31:49 CET 2007 - olh@suse.de
417
418
- fix more comparison with string literal in avail.c
419
420
-------------------------------------------------------------------
421
Thu Jan 11 13:08:56 CET 2007 - olh@suse.de
422
423
- FATE #301512
424
425
-------------------------------------------------------------------
426
Thu Jan 11 13:05:31 CET 2007 - olh@suse.de
427
428
- fix typo in html docu, perdata.html -> perfdata.html
429
430
-------------------------------------------------------------------
431
Thu Jan 11 11:49:01 CET 2007 - olh@suse.de
432
433
- correct link to external FAQ website
434
435
-------------------------------------------------------------------
436
Thu Jan 11 11:34:54 CET 2007 - olh@suse.de
437
438
- correct Alias in nagios-httpd.conf
439
440
-------------------------------------------------------------------
441
Wed Jan 10 18:05:04 CET 2007 - olh@suse.de
442
443
- update the default example config to mail to nagios%localhost
444
instead to non-existant nagios-admin%localhost
445
446
-------------------------------------------------------------------
447
Wed Jan 10 11:58:32 CET 2007 - olh@suse.de
448
449
- fix comparison with string literal (#232415)
450
451
-------------------------------------------------------------------
452
Mon Jan 8 22:30:07 CET 2007 - olh@suse.de
453
454
- move pid file to /var/run/nagios/ (#231169)
455
456
-------------------------------------------------------------------
457
Fri Dec 1 11:48:59 CET 2006 - tsieden@suse.de
458
459
- update to version 2.6
460
* fix for unscheduled triggered downtime entries
461
* fix for embedded audio in tac and status CGIs
462
* fixed bug in nagiostats utility when reporting host/service check latency
463
* misc code cleanups for compiler warnings
464
* fixed error when reading empty (zero byte) config files
465
* default is now to check for orphaned service checks (Francois Caen)
466
* fixed bug with non-standard CGI config file location in status data (Carson Gaspar)
467
* fixed bugs and simplified examples in sample config files (Mark Young)
468
* removed obsolete patches which are included in upstream now
469
470
- fixed "empty PID file error" in init script
471
472
-------------------------------------------------------------------
473
Thu Nov 16 18:14:37 CET 2006 - tsieden@suse.de
474
475
- changed home dir to /var/lib/nagios (#221791)
476
477
-------------------------------------------------------------------
478
Tue Oct 17 16:14:56 CEST 2006 - olh@suse.de
479
480
- fix uninitialized variable in run_global_service_event_handler (212892)
481
482
-------------------------------------------------------------------
483
Mon Sep 18 20:36:36 CEST 2006 - olh@suse.de
484
485
- add a user/group nagios (#61908)
486
487
-------------------------------------------------------------------
488
Fri Sep 8 11:28:49 CEST 2006 - olh@suse.de
489
490
- update to version 2.5
491
disable sapmon patch for the time being
492
493
-------------------------------------------------------------------
494
Wed May 24 18:33:07 CEST 2006 - schwab@suse.de
495
496
- Don't build as root.
497
- Don't strip binaries.
498
- Fix format string bug.
499
500
-------------------------------------------------------------------
501
Wed May 3 22:51:20 CEST 2006 - stark@suse.de
502
503
- fixed possible buffer overflow in CGI scripts (#140494)
504
(CVE-2006-2162)
505
506
-------------------------------------------------------------------
507
Wed Jan 25 21:38:32 CET 2006 - mls@suse.de
508
509
- converted neededforbuild to BuildRequires
510
511
-------------------------------------------------------------------
512
Mon Jan 9 12:46:14 CET 2006 - stark@suse.de
513
514
- fixed off-by-one overflow (#141124)
515
516
-------------------------------------------------------------------
517
Fri Nov 18 06:41:12 CET 2005 - stark@suse.de
518
519
- update to stable version 1.3
520
521
-------------------------------------------------------------------
522
Thu Oct 6 21:23:41 CEST 2005 - stark@suse.de
523
524
- fixed autobuild warnings about printf format
525
526
-------------------------------------------------------------------
527
Sat May 14 21:11:21 CEST 2005 - stark@suse.de
528
529
- fixed compiler errors about usage of uninitialized vars
530
531
-------------------------------------------------------------------
532
Sun Apr 24 09:37:02 CEST 2005 - aj@suse.de
533
534
- Compile with GCC4.
535
536
-------------------------------------------------------------------
537
Mon Aug 30 15:51:56 CEST 2004 - ro@suse.de
538
539
- removed apache1 traces
540
541
-------------------------------------------------------------------
542
Mon May 3 14:21:58 CEST 2004 - stark@suse.de
543
544
- fix compiler-warnings
545
546
-------------------------------------------------------------------
547
Tue Feb 3 07:18:49 CET 2004 - stark@suse.de
548
549
- update to nagios 1.2
550
551
-------------------------------------------------------------------
552
Thu Sep 18 21:26:52 CEST 2003 - stark@suse.de
553
554
- /usr/lib/nagios and /usr/lib/nagios/plugins are owned
555
by root (#31100)
556
557
-------------------------------------------------------------------
558
Mon Sep 8 10:22:16 CEST 2003 - stark@suse.de
559
560
- add apache2 config-files, require http_daemon
561
and need apache2-devel-packages for build (#30157)
562
563
-------------------------------------------------------------------
564
Wed Aug 27 12:52:24 CEST 2003 - ro@suse.de
565
566
- remove traceroute-lbl from neededforbuild
567
traceroute from net-tools is used anyway
568
569
-------------------------------------------------------------------
570
Mon Aug 18 06:29:30 CEST 2003 - stark@suse.de
571
572
- added activation meta-data to sysconfig (#28830)
573
574
-------------------------------------------------------------------
575
Fri Aug 15 02:28:47 CEST 2003 - poeml@suse.de
576
577
- change cmdgrp from nogroup to www (the group apache now runs
578
under) [#21782]
579
- implement try-restart correctly
580
581
-------------------------------------------------------------------
582
Thu Jul 31 06:19:24 CEST 2003 - stark@suse.de
583
584
- use stop/restart macros
585
586
-------------------------------------------------------------------
587
Tue Jul 29 15:19:34 CEST 2003 - aj@suse.de
588
589
- Fix chown invocation.
590
591
-------------------------------------------------------------------
592
Fri Jul 25 10:25:50 CEST 2003 - stark@suse.de
593
594
- added bugfixes
595
596
-------------------------------------------------------------------
597
Thu Jun 12 14:58:37 CEST 2003 - kukuk@suse.de
598
599
- Make sure plugin directory exist
600
601
-------------------------------------------------------------------
602
Thu Jun 12 07:37:12 CEST 2003 - kukuk@suse.de
603
604
- Add nagios libdir to filelist
605
606
-------------------------------------------------------------------
607
Wed Jun 4 08:53:53 CEST 2003 - stark@suse.de
608
609
- update to bugfix release 1.1
610
* File descriptor leak in file-based performance routines
611
* Timestamp fix for PostgreSQL 7.3
612
* Minor bug fixes to cmd and history CGIs
613
* Minor documentation fixes
614
615
-------------------------------------------------------------------
616
Mon Jan 13 08:48:07 CET 2003 - stark@suse.de
617
618
- added sysconfig-metadata (#22607)
619
620
-------------------------------------------------------------------
621
Mon Dec 2 08:57:08 CET 2002 - stark@suse.de
622
623
- adopted sapmoni.dif for gcc 3.3
624
625
-------------------------------------------------------------------
626
Mon Nov 25 07:49:50 CET 2002 - stark@suse.de
627
628
- update to 1.0 final
629
* Minor bug fixes in CGIs
630
* Minor doc updates
631
* Bug fix for flex host downtime
632
* Embedded perl bug fixe for arguments with spaces
633
* Host escalation logic fix
634
635
-------------------------------------------------------------------
636
Tue Oct 15 13:59:36 CEST 2002 - stark@suse.de
637
638
- running pre-flight configuration check always when
639
starting nagios (#20916)
640
- added logrotate definitions for logfiles
641
- fixed embedded perl (#20916) (thanks to mls)
642
643
-------------------------------------------------------------------
644
Mon Sep 23 07:39:24 CEST 2002 - stark@suse.de
645
646
- update to 1.0b6
647
* Added wildcards and multiple hosts/hostgroups to host dependency
648
and service dependency definitions
649
* Added wildcard support for members directive in hostgroup
650
definitions
651
* Minor bug fixes and cleanups in CGIs
652
* Minor cleanups in the core
653
* New version of snprintf() included that supports %f
654
* Notification interval for escalations now defaults to
655
non-escalated value
656
657
-------------------------------------------------------------------
658
Fri Aug 23 10:47:43 CEST 2002 - stark@suse.de
659
660
- update to 1.0b5
661
* Fixed memory leak related to processing of passive checks
662
* Memory leak fixes in the CGIs
663
* Minor interface changes to the status and TAC CGIs
664
* Bug fix in the notification CGI
665
* Added minimalistic sample object config file (minimal.cfg)
666
667
-------------------------------------------------------------------
668
Fri Aug 16 09:09:36 CEST 2002 - stark@suse.de
669
670
- added PreReq (Bug #17938 #17939)
671
672
-------------------------------------------------------------------
673
Mon Aug 12 12:51:09 CEST 2002 - stark@suse.de
674
675
- updated sapmoni patch to provide documentation
676
677
-------------------------------------------------------------------
678
Mon Aug 12 11:56:48 MEST 2002 - mls@suse.de
679
680
- made it work with threaded perl-5.8
681
682
-------------------------------------------------------------------
683
Thu Aug 8 14:02:59 CEST 2002 - stark@suse.de
684
685
- added patch to be able to use nagios-plugins-sap
686
687
-------------------------------------------------------------------
688
Sat Jul 27 10:32:19 CEST 2002 - adrian@suse.de
689
690
- fix neededforbuild
691
692
-------------------------------------------------------------------
693
Fri Jul 5 07:56:23 CEST 2002 - stark@suse.de
694
695
- update to 1.0b4
696
* Address field in host definitions is now optional in
697
template-based config format. Defaults to host name if not
698
specified.
699
* Fixed memory leak when processing passive checks
700
* Added illegal_macro_output_chars variable to main config file
701
to allow for stripping dangerous shell characters from plugin
702
output
703
704
-------------------------------------------------------------------
705
Wed Jun 12 06:58:26 CEST 2002 - stark@suse.de
706
707
- removed -devel subpackage and moved the file to main-package
708
709
-------------------------------------------------------------------
710
Mon Jun 10 13:29:57 CEST 2002 - stark@suse.de
711
712
- update to 1.0b3
713
* Bug fixes in template-based object code
714
* Bug fix in tac CGI for counting host and service states
715
properly
716
* Default is now to check for external commands as often as
717
possible
718
* Ping syntax for WAP interface moved to CGI config file
719
* Command file user/group defaults to Nagios user/group unless
720
overridden with configure script options
721
* Sample template-based object config file fixes
722
723
-------------------------------------------------------------------
724
Tue May 28 07:00:42 CEST 2002 - stark@suse.de
725
726
- update to 1.0b2
727
* Fixed bug with escaping strings for DB support
728
(MySQL & PostgreSQL)
729
* Several bug fixes in template-based object code
730
* Multiple hostgroups supported in host and service escalations
731
* Wildcard support in service, service escalation, and host
732
escalation definitions
733
734
-------------------------------------------------------------------
735
Thu May 23 10:06:11 CEST 2002 - stark@suse.de
736
737
- install config-file templates
738
739
-------------------------------------------------------------------
740
Wed May 22 13:11:09 CEST 2002 - stark@suse.de
741
742
- initial version of Nagios (the successor of NetSaint)
743
744