mirror of
https://github.com/darold/sendmailanalyzer.git
synced 2026-05-15 22:02:32 -06:00
[GH-ISSUE #54] How to Show Graph Information of Maillog For More One Day #44
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#44
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 @ajihandoko on GitHub (Oct 3, 2017).
Original GitHub issue: https://github.com/darold/sendmailanalyzer/issues/54
I have a little question about sendmailanalyzer.
for example the information displayed in sendmailanalyzer from maillog file on Tuesday 3 October 2017, then the next day Wednesday 4 october 2017 file maillog already replace. Whether sendmailanalyzer will display the information from October 3 to 4 october or just 4 october only?
thanks darold
@darold commented on GitHub (Oct 3, 2017):
SendmailAnalyzer should display all days that have been parsed from maillog provide that you don't remove data from output directory (default: /usr/local/sendmailanalyzer/data/)
@ajihandoko commented on GitHub (Oct 5, 2017):
so the parsing results are stored in the directory /usr/local/sendmailanalyzer/data
ok thanks darold