Greetings:
/var/qmail/bin/qmail-qstat shows how many email messages are in the
queue and how many are not yet in preprocessing.
Example output from two separate mail servers:
/var/qmail/bin/qmail-qstat
messages in queue: 72
messages in queue but not yet preprocessed: 0
/var/qmail/bin/qmail-qstat
messages in queue: 400
messages in queue but not yet preprocessed: 2
Is there a way to have ossec monitor the output and report large
changes in between checks?
i.e. the queue grew from 72 to 300 in the last five minutes?
the not yet processed went from 0 to 10 in the last five
minutes?
If so, how?
Thank you.