diff options
Diffstat (limited to 'plugins/check_dns.c')
| -rw-r--r-- | plugins/check_dns.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_dns.c b/plugins/check_dns.c index 082df2bd..eebe72cc 100644 --- a/plugins/check_dns.c +++ b/plugins/check_dns.c | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | /***************************************************************************** | 1 | /***************************************************************************** |
| 2 | * | 2 | * |
| 3 | * Nagios check_dns plugin | 3 | * Monitoring check_dns plugin |
| 4 | * | 4 | * |
| 5 | * License: GPL | 5 | * License: GPL |
| 6 | * Copyright (c) 2000-2008 Nagios Plugins Development Team | 6 | * Copyright (c) 2000-2008 Monitoring Plugins Development Team |
| 7 | * | 7 | * |
| 8 | * Description: | 8 | * Description: |
| 9 | * | 9 | * |
| @@ -31,7 +31,7 @@ | |||
| 31 | 31 | ||
| 32 | const char *progname = "check_dns"; | 32 | const char *progname = "check_dns"; |
| 33 | const char *copyright = "2000-2008"; | 33 | const char *copyright = "2000-2008"; |
| 34 | const char *email = "devel@nagios-plugins.org"; | 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" |
| @@ -474,7 +474,7 @@ print_help (void) | |||
| 474 | printf (" -c, --critical=seconds\n"); | 474 | printf (" -c, --critical=seconds\n"); |
| 475 | printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); | 475 | printf (" %s\n", _("Return critical if elapsed time exceeds value. Default off")); |
| 476 | 476 | ||
| 477 | printf (UT_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 477 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
| 478 | 478 | ||
| 479 | printf (UT_SUPPORT); | 479 | printf (UT_SUPPORT); |
| 480 | } | 480 | } |
