Monitoring is available on AMS & Cloud Service. For on-prem instance you
can write your own custom monitoring scripts. Ideally, these scripts
should be hosted outside AEM and it should be very straight forward
script - you can hit any URL and check the HTTP status code. If you
really need to host these scripts on AEM instance only, then you have
two options for on-prem:1. Write shell scripts which should be deployed
on AEM hosted server. These scripts should execute on regular frequency
to check...