Logoj0ke.net Open Build Service > Projects > server:monitoring > nagios33 > nagios.changes
Sign Up | Log In

File nagios.changes of Package nagios33

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