Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ore/trunk@1692 5f96b256-904b-4d8d-8c98-d829582c6739
  • Loading branch information
Ethan Galstad committed Feb 13, 2011
1 parent 5c42d7e commit a75872a
Show file tree
Hide file tree
Showing 11 changed files with 3,433 additions and 3,847 deletions.
3 changes: 1 addition & 2 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Nagios 3.x Change Log
#####################

3.2.4 - ?????
3.3.1 - ?????
------------------
ENHANCEMENTS
* Added support for same host service dependencies with servicegroups (Mathieu Gagné)
Expand All @@ -19,7 +19,6 @@ FIXES
* Fixed bug with passive host checks being incorrectly sent to event brokers as active checks
* Fixed bug where passive host check status updates were not being propagated to event brokers


WARNINGS


Expand Down
6 changes: 3 additions & 3 deletions base/nagios.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* NAGIOS.C - Core Program Code For Nagios
*
* Program: Nagios Core
* Version: 3.2.3
* Version: 3.3.1
* License: GPL
* Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors
* Copyright (c) 1999-2009 Ethan Galstad
*
* First Written: 01-28-1999 (start of development)
* Last Modified: 10-03-2010
* Last Modified: 02-13-2011
*
* Description:
*
Expand Down Expand Up @@ -385,7 +385,7 @@ int main(int argc, char **argv, char **env){

if(daemon_mode==FALSE){
printf("\nNagios Core %s\n",PROGRAM_VERSION);
printf("Copyright (c) 2009-2010 Nagios Core Development Team and Community Contributors\n");
printf("Copyright (c) 2009-2011 Nagios Core Development Team and Community Contributors\n");
printf("Copyright (c) 1999-2009 Ethan Galstad\n");
printf("Last Modified: %s\n",PROGRAM_MODIFICATION_DATE);
printf("License: GPL\n\n");
Expand Down
2 changes: 1 addition & 1 deletion base/nagiostats.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* NAGIOSTATS.C - Displays Nagios Statistics
*
* Program: Nagiostats
* Version: 3.2.3
* Version: 3.3.1
* License: GPL
* Copyright (c) 2003-2008 Ethan Galstad ([email protected])
*
Expand Down
Loading

0 comments on commit a75872a

Please sign in to comment.