Is it option to set sending email warning for synchronization error to admin?
In case of problem on remote server, errors are in logs, but admin will not have any warning, only when user calls not able to login...
Or can it be a new type of Health Check ???
Hi Julius,
while I am not aware of anything that comes out of the box one approach could be to parse the logs for a specific pattern which signalizes that the user directory sync failed. Upon that finding you could page an admin.
As this is outside of the "actual" Confluence product there are surely tons of how-tos out there. I'd start with a script in a scripting language that you are comfortable with (Bash/Python/...) for this requirement. When finished calling it from a Cronjob (hourly or so) should do the job.
Of course, in case you have a bigger monitoring solution in place you could integrate with it also.
Cheers,
Daniel
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.