From 63734f52ab1b4b2c17545b26fc41016d6bbd80bd Mon Sep 17 00:00:00 2001 From: Monitoring Plugins Development Team Date: Sat, 18 Jan 2014 03:40:24 -0500 Subject: Project rename initial commit. This is an initial take at renaming the project to Monitoring Plugins. It's not expected to be fully complete, and it is expected to break things (The perl module for instance). More testing will be required before this goes mainline. --- plugins/urlize.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/urlize.c') diff --git a/plugins/urlize.c b/plugins/urlize.c index 30b2a353..781569dd 100644 --- a/plugins/urlize.c +++ b/plugins/urlize.c @@ -1,17 +1,17 @@ /***************************************************************************** * -* Nagios urlize plugin +* monitoring urlize plugin * * License: GPL -* Copyright (c) 2000-2007 Nagios Plugins Development Team +* Copyright (c) 2000-2007 Monitoring Plugins Development Team * * Description: * * This file contains the urlize plugin * * This plugin wraps the text output of another command (plugin) in HTML -* tags, thus displaying the child plugin's output as a clickable link in the -* Nagios status screen. This plugin returns the status of the invoked plugin. +* tags, thus displaying the child plugin's output as a clickable link in compatible +* monitoring status screen. This plugin returns the status of the invoked plugin. * * * This program is free software: you can redistribute it and/or modify @@ -32,7 +32,7 @@ const char *progname = "urlize"; const char *copyright = "2000-2006"; -const char *email = "nagiosplug-devel@lists.sourceforge.net"; +const char *email = "devel@monitoring-plugins.org"; #include "common.h" #include "utils.h" @@ -166,9 +166,9 @@ print_help (void) printf ("Copyright (c) 2000 Karl DeBisschop \n"); printf (COPYRIGHT, copyright, email); - printf ("%s\n", _("This plugin wraps the text output of another command (plugin)")); - printf ("%s\n", _("in HTML tags, thus displaying the child plugin's output as a clickable link in")); - printf ("%s\n", _("the Nagios status screen. This plugin returns the status of the invoked plugin.")); + printf ("%s\n", _("This plugin wraps the text output of another command (plugin) in HTML ")); + printf ("%s\n", _("tags, thus displaying the child plugin's output as a clickable link in compatible")); + printf ("%s\n", _("monitoring status screen. This plugin returns the status of the invoked plugin.")); printf ("\n\n"); -- cgit v1.2.3