monitoring-plugins / monitoring-plugin-perl

Perl module Monitoring::Plugin - Nagios::Plugin
http://search.cpan.org/dist/Monitoring-Plugin/
42 stars 20 forks source link

Support LONGTEXT output #10

Closed pdugas closed 8 years ago

pdugas commented 8 years ago

Pass TEXT OUTPUT\nLONGOUTPUT1\nLONGOUTPUT2 as the second parameter to plugin_exit() to add LONGOUTPUT lines. If the parameter is has a leading newline (i.e. \nLONGTEXT1\nLONGTEXT2), skip emitting the hyphen (dash).

sni commented 8 years ago

thanks