Werk #1567: postfix_mailq: speedup in Linux agent for large mail queues
| Component | Checks & agents | ||
| Title | postfix_mailq: speedup in Linux agent for large mail queues | ||
| Date | Dec 3, 2014 | ||
| Level | Trivial Change | ||
| Class | New Feature | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
Instead of the mailq command we now use du and wc in order to count the number and size o requests. This is substantially faster, since mailq needs to open every single mail file. Thanks to Max Matslovfa.