wrap-multi

This script runs the specified Nagios-plugin, captures stdout and reformats the
performance-data to multi-label-format as specified by check_multi.

See the pod inside of wrap_multi.pl for further details.


INSTALLATION

Installation is not required to just run the script - this is a standalone-script. 
But you can use the standard-procedure as outlined below, which will install 
documentation as man-page and copy the script to the systems binary-path. 

To install this script, run the following commands:

	$ perl Build.PL
	$ ./Build
	$ ./Build test      ## (optional!)
	# ./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
man command.

    $ man wrap_multi.pl


COPYRIGHT AND LICENCE

Copyright (C) 2010 Bacher Systems GmbH.

Author: Ingo Lantschner (http://perl.lantschner.name)

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.

