Feature request: beep/script on login attempt

Could it be possible to add a setting which can run a script or to beep the internal routerboard buzzer to beep when someone tries to login to the router(ssh, winbox, webfig…)
Different beep codes for failed login attempt and granted logins.
And maybe also for firewall rules instead of only just log.

Maybe:

beep; delay 200ms; beep; delay 200ms; beep

Thanks

If being considered, could be implemented as a logging action:

(Example)

/system logging action
#beep=duration,pitch[,duration,pitch, ...]
#pitch=0 = silence
add name=beep1 beep=200,440
add name=beep2 beep=200,440,200,0,200,440
/system logging
add action=beep2 topics=system,critical