Werk #8036: Suppressing unwanted error messages
| Component | Inline SNMP | ||
| Title | Suppressing unwanted error messages | ||
| Date | Feb 17, 2014 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
In some cases, the netsnmp library directly outputs error messages to stdout. This can be disabled by setting the verbose option of the netsnmp module to 0, which is set to 1 by default. Hopefully this does not suppress too many helpful error messages.