diff options
Diffstat (limited to 'plugins/check_ldap.c')
-rw-r--r-- | plugins/check_ldap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_ldap.c b/plugins/check_ldap.c index b05aca9a..9c9b9c98 100644 --- a/plugins/check_ldap.c +++ b/plugins/check_ldap.c @@ -1,9 +1,9 @@ /***************************************************************************** * -* Nagios check_ldap plugin +* monitoring check_ldap plugin * * License: GPL -* Copyright (c) 2000-2008 Nagios Plugins Development Team +* Copyright (c) 2000-2008 Monitoring Plugins Development Team * * Description: * @@ -29,7 +29,7 @@ /* progname may be check_ldaps */ char *progname = "check_ldap"; const char *copyright = "2000-2008"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "netutils.h" |