High Availability foglight can be used in conjuction with Remote Monitor to generate email notifications when the FMS unexpectedly stops.
Prerequisites:
Minimal configuration steps:
[FMS_HOME]/config/remote_monitor.config
server.urls to {"localhost", "otherhost.example.local"} to monitor these two FMS servers.notifier.email.host, notifier.email.from, notifier.email.recipient.server.connectionBroken accordingly.[FMS_HOME]/config/remote_monitor.log.config to enable logging.
Target.FILE.threshold = "OFF";[FMS_HOME]/bin/remotemonitor.exe -i to create the Foglight Remote Monitor serviceFoglight Remote Monitor serviceNotes for Linux:
An equivalent java application is available in Linux ([FMS_HOME]/bin/remotemonitor), but will require to manually set it up for running as a service.