diff options
Diffstat (limited to 'plugins/check_dbi.c')
-rw-r--r-- | plugins/check_dbi.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/check_dbi.c b/plugins/check_dbi.c index 8bca31e5..c6244fd2 100644 --- a/plugins/check_dbi.c +++ b/plugins/check_dbi.c @@ -1,9 +1,9 @@ /***************************************************************************** * -* Nagios check_dbi plugin +* Monitoring check_dbi plugin * * License: GPL -* Copyright (c) 2011 Nagios Plugins Development Team +* Copyright (c) 2011 Monitoring Plugins Development Team * Author: Sebastian 'tokkee' Harl <sh@teamix.net> * * Description: @@ -31,7 +31,7 @@ const char *progname = "check_dbi"; const char *copyright = "2011"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "utils.h" |