[monitoring-plugins/monitoring-plugin-perl] Add LONGOUTPUT parameter to plugin_exit (#9)

Paul Dugas notifications at github.com
Thu Mar 31 20:36:14 CEST 2016


I'd like to be able to use something like the code below to emit additional
lines of LONGOUTPUT from a plugin.
```
$plugin->plugin_exit(OK, "All good", "additional\ndetails\nhere")
``` 
The output from this would be something like
```
OK - All good
additional
details
here|perfdata...
```

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/monitoring-plugins/monitoring-plugin-perl/issues/9
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.monitoring-plugins.org/archive/devel/attachments/20160331/55ca5794/attachment.html>


More information about the Devel mailing list