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