[Nagiosplug-devel] [ nagiosplug-Bugs-1442218 ] check_mail_loop timing problem in 1.4.2
SourceForge.net
noreply at sourceforge.net
Thu Mar 2 18:36:09 CET 2006
Bugs item #1442218, was opened at 2006-03-03 03:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1442218&group_id=29880
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General plugin execution
Group: Release (specify)
Status: Open
Resolution: None
Priority: 5
Submitted By: J.M. Roth (jmroth)
Assigned to: Nobody/Anonymous (nobody)
Summary: check_mail_loop timing problem in 1.4.2
Initial Comment:
The check_mail_loop script may not do what it should
under all circumstances, especially when the mail
server and connection is so fast that the mail is sent
and received in the same execution of the script.
Remedy: switch the send/receive sections.
Like that, the mail is sent, and only received the next
time the script is run, which will also make sure the
stat file is correctly updated...
I guess that is what the "# ..." part of the code
wanted to address :)
Fixed file attached.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=397597&aid=1442218&group_id=29880
More information about the Devel
mailing list