The attached patch does:
- Add a semicolon to the manpage where sysmond otherwise complains
about a missing semicolon.
- Add a note to the configuration that the DEBUGGING section needs
to be written, so it's no dangling cross reference anymore.
- Don't display ^@ (0x00) anymore when no problems occurred, instead
display a space (0x20).
- Allow to not specify a username and/or password for the pop3 test
type.
- Make the pop3 check type more flexible, i.e. take care of the case
when no username or no password was specified
Interestingly, the numbers refer to the patched file in the patch. |