diff options
Diffstat (limited to 'plugins/check_ntp.c')
-rw-r--r-- | plugins/check_ntp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index 16be7c51..d293d8b7 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c @@ -1,10 +1,10 @@ /***************************************************************************** * -* Nagios check_ntp plugin +* monitoring check_ntp plugin * * License: GPL * Copyright (c) 2006 Sean Finney <seanius@seanius.net> -* Copyright (c) 2006-2008 Nagios Plugins Development Team +* Copyright (c) 2006-2008 Monitoring Plugins Development Team * * Description: * @@ -32,7 +32,7 @@ const char *progname = "check_ntp"; const char *copyright = "2006-2008"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "netutils.h" |