Rid yourself of annoying Unsupported SNMP Algorithm event log entries

Just run this

php artisan tinker --execute="echo Eventlog::where('message', 'LIKE', 'Unsupported SNMP Algorithm%')->delete()"
4 Likes