Logsentry is a scheduled auditing tool that scans system log files for security violations and unusual activity. Reports of suspicious log entries are mailed to a specified user (usually root). Logsentry was formerly known as logcheck.
Logsentry is a scheduled auditing tool that scans system log files for security violations and unusual activity. Reports of suspicious log entries are mailed to a specified user (usually root). Logsentry was formerly known as logcheck.
To install logsentry, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install logsentry
To see what files were installed by logsentry, run:
port contents logsentry
To later upgrade logsentry, run:
sudo port selfupdate && sudo port upgrade logsentry
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.