mpounsett / nagiosplugin

A Python class library which helps with writing Nagios (Icinga) compatible plugins.
https://nagiosplugin.readthedocs.io/
Other
28 stars 14 forks source link

WIP: Support Nagios passive checks #29

Closed ypid-geberit closed 2 years ago

ypid-geberit commented 4 years ago

This is still WIP. Docs are missing. I will come back to this when I worked on some prerequisites and had time to test this. I will rebase the commits to keep them clean (remove the WIP from the message).

Feedback is already welcome.

One open question is how we should sanitize newlines in the output as they are not supported by most passive check implementations. I would suggest a ; for now.

Closes: #27

mpounsett commented 2 years ago

This has been open for over a year now and is still marked as a work-in-progress, and lacks documentation. Closing for now. If you come back to this and manage to complete it, feel free to re-open this or issue a new PR.