diff options
Diffstat (limited to 'plugins-root/check_dhcp.c')
-rw-r--r-- | plugins-root/check_dhcp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins-root/check_dhcp.c b/plugins-root/check_dhcp.c index 42eedec8..e682dd02 100644 --- a/plugins-root/check_dhcp.c +++ b/plugins-root/check_dhcp.c @@ -1,10 +1,10 @@ /***************************************************************************** * -* Nagios check_dhcp plugin +* monitoring check_dhcp plugin * * License: GPL * Copyright (c) 2001-2004 Ethan Galstad (nagios@nagios.org) -* Copyright (c) 2001-2007 Nagios Plugin Development Team +* Copyright (c) 2001-2007 Monitoring Plugins Development Team * * Description: * @@ -35,7 +35,7 @@ const char *progname = "check_dhcp"; const char *copyright = "2001-2007"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "netutils.h" |