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

Reply via email to