Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Commit

Permalink
add state-based escalation ranges (Mark Gius)
Browse files Browse the repository at this point in the history
fixes #306
  • Loading branch information
hirenp authored and Michael Friedrich committed May 25, 2010
1 parent 8c7d6c6 commit 59eeccb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Expand Up @@ -7,6 +7,7 @@ Michael Friedrich
Massimo Forni
Jean Gabes
Ethan Galstad
Mark Gius
DECOIT GmbH
Marius Hein
Joerg Linge
Expand All @@ -18,6 +19,7 @@ Sean Millichamp
Chris Moates
Steven D. Morrey
Wolfgang Nieder
Hiren Patel
William Preston
Tobias Scherbaum
Ton Voon
Expand Down
1 change: 1 addition & 0 deletions Changelog
Expand Up @@ -12,6 +12,7 @@ ENHANCEMENTS
in addition to providing the summary data (Steven (Steven D. Morrey)
* core: icinga can send log messages to syslogd using a local facility instead of the default one
* core: enhanced diagnostic output when a regular expression fails to compile (Max Schubert)
* core: add state-based escalation ranges (Mark Gius)

* cgi: add opt-in display_name from hosts/services definitions; if set, they will be shown in the classical ui
* cgi: re-add quick search to navmenu in order to provide quick host/service lookups without idoutils/api
Expand Down
2 changes: 2 additions & 0 deletions base/icinga.c
Expand Up @@ -6,6 +6,7 @@
* Version: 1.0.1
* License: GPL
* Copyright (c) 1999-2009 Ethan Galstad (http://www.nagios.org)
* Copyright (c) 2009-2010 Icinga Development Team (http://www.icinga.org)
*
* First Written: 01-28-1999 (start of development)
* Last Modified:
Expand Down Expand Up @@ -390,6 +391,7 @@ int main(int argc, char **argv, char **env){

if(daemon_mode==FALSE){
printf("\n%s %s\n", PROGRAM_NAME ,PROGRAM_VERSION);
printf("Copyright (c) 2009-2010 Icinga Development Team (http://www.icinga.org)\n");
printf("Copyright (c) 2009 Nagios Core Development Team and Community Contributors\n");
printf("Copyright (c) 1999-2009 Ethan Galstad\n");
printf("Last Modified: %s\n",PROGRAM_MODIFICATION_DATE);
Expand Down

0 comments on commit 59eeccb

Please sign in to comment.