mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-16 14:16:00 -06:00
[GH-ISSUE #85] Monthy Messaging graphs showing zero for last day of month #67
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/sendmailanalyzer#67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @betsys on GitHub (Aug 31, 2024).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/85
Running SendmailAnalyzer 9.4 with (an older version of ) sendmail on Centos
In most ways it's running great, but the monthly graphs show zero for the last day of the month, every month
The data for the next-to-last day is correct, there's no off-by-one error there.
The daily graphs for those days look fine. It's been doing this consistently for the last few years.
Thanks for any suggestions.
Not critical, but I've been making some presentations about email and I'd like to fix it.
Attaching screenshots for July 30 and 31 and the entire month,.
The second screenshot shows that hovering over the monthly graph for the last day shows zero messages
Also attaching file listing.
Running as a daemon with the default script in /etc/init.d , no diffs from
https://github.com/darold/sendmailanalyzer/blob/master/start_scripts/sendmailanalyzer
Don't have a /etc/sendmailanalyzer.conf
conf file in /usr/local/sendmailanalizer , diffs from current distro:
(I'm not running postscreen, not sure why conf below includes it)
Crontab:
0 1 * * * /usr/local/sendmailanalyzer/sa_cache > /dev/null 2>&1
(there's some homerolled gunk in logrotate but it all operates on the rotated/old files)
Logrotate:
Note: there is also a cron job which stops sendmail at 1:30 AM every night to take snapshots.
not sure how this would be relevant - if it were impacting things I'd expect to see 1:30 worth of data.