urlize

Posted by tonvoon on 20 May 2013 - 11:50am
urlize v1.4.16-84-g1fd50 (nagios-plugins 1.4.16)
Copyright (c) 2000 Karl DeBisschop <kdebisschop@users.sourceforge.net>
Copyright (c) 2000-2006 Nagios Plugin Development Team
	<nagiosplug-devel@lists.sourceforge.net>

This plugin wraps the text output of another command (plugin)
in HTML <A> 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.


Usage:
urlize <url> <plugin> <arg1> ... <argN>

Options:
 -h, --help
    Print detailed help screen
 -V, --version
    Print version information

Examples:
Pay close attention to quoting to ensure that the shell passes the expected
data to the plugin. For example, in:

 urlize http://example.com/ check_http -H example.com -r 'two words'

    the shell will remove the single quotes and urlize will see:
 urlize http://example.com/ check_http -H example.com -r two words

    You probably want:

 urlize http://example.com/ "check_http -H example.com -r 'two words'"

Send email to nagios-users@lists.sourceforge.net if you have questions
regarding use of this software. To submit patches or suggest improvements,
send email to nagiosplug-devel@lists.sourceforge.net