urlize

Posted by tonvoon on 8 December 2007 - 1:26am
urlize v1590 (nagios-plugins 1.4.10)
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 plugin output in as a clickable link in
the Nagios status screen.  The return status is the same as 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