diff options
Diffstat (limited to 'plugins/check_game.c')
| -rw-r--r-- | plugins/check_game.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_game.c b/plugins/check_game.c index 89bb4b12..29e59e2f 100644 --- a/plugins/check_game.c +++ b/plugins/check_game.c | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /***************************************************************************** | 1 | /***************************************************************************** |
| 2 | * | 2 | * |
| 3 | * Nagios check_game plugin | 3 | * Monitoring check_game plugin |
| 4 | * | 4 | * |
| 5 | * License: GPL | 5 | * License: GPL |
| 6 | * Copyright (c) 2002-2007 Nagios Plugins Development Team | 6 | * Copyright (c) 2002-2007 Monitoring Plugins Development Team |
| 7 | * | 7 | * |
| 8 | * Description: | 8 | * Description: |
| 9 | * | 9 | * |
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | const char *progname = "check_game"; | 32 | const char *progname = "check_game"; |
| 33 | const char *copyright = "2002-2007"; | 33 | const char *copyright = "2002-2007"; |
| 34 | const char *email = "nagiosplug-devel@lists.sourceforge.net"; | 34 | const char *email = "devel@monitoring-plugins.org"; |
| 35 | 35 | ||
| 36 | #include "common.h" | 36 | #include "common.h" |
| 37 | #include "utils.h" | 37 | #include "utils.h" |
| @@ -312,7 +312,7 @@ print_help (void) | |||
| 312 | printf (" %s\n", "-pf"); | 312 | printf (" %s\n", "-pf"); |
| 313 | printf (" %s\n", _("Field number in raw qstat output that contains ping time")); | 313 | printf (" %s\n", _("Field number in raw qstat output that contains ping time")); |
| 314 | 314 | ||
| 315 | printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 315 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
| 316 | 316 | ||
| 317 | printf ("\n"); | 317 | printf ("\n"); |
| 318 | printf ("%s\n", _("Notes:")); | 318 | printf ("%s\n", _("Notes:")); |
