We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
Result:
The text was updated successfully, but these errors were encountered: