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

Paul Dugas <[email protected]> Thu, 31 Mar 2016 11:36:14 -0700
Newsgroups gmane.network.nagios.devel
Message-ID <monitoring-plugins/monitoring-plugin-perl/issues/[email protected]>
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