Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Print Scan Start Time #13

Open
ssnkhan opened this issue Apr 17, 2019 · 0 comments
Open

Feature Request: Print Scan Start Time #13

ssnkhan opened this issue Apr 17, 2019 · 0 comments

Comments

@ssnkhan
Copy link

ssnkhan commented Apr 17, 2019

After running Munin on a large hash list, found myself timing the process. This is what I did, but not sure whether it is worthy of a pull request:

munin.php, on line 26
adjust to import datetime

Immediately after Line 1211, add

scantime = datetime.datetime.now().strftime("%A %d %B %Y at %H:%M")
print("[i] Starting scan on", scantime)

Result:
Screenshot 2019-04-17 at 21 40 26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant