Prometheus alert mails for status when the issue in resolved

i had my prometheus setup and prometheus alert manager configured ,
when a alert is resolved how to get notification on resolved alerts
in email
at present only alerting the particular cpu , memory , hdd value is exceeding
but when the values comes to OK status , i need to get notification
in email , is that possible , any clues to resolve this issue

Take a look at the send_resolved option in the config: Configuration | Prometheus

send_resolved: true
did the job thanks