To enable daily execution using a systemd timer:

Create the log directory

# mkdir /var/log/ipa/healthcheck

Copy the systemd configuration into place

# cp ipa-healthcheck.timer /usr/lib/systemd/system
# cp ipa-healthcheck.service /usr/lib/systemd/system

Tell systemd about it:

#systemctl daemon-reload

Enable it:

# systemctl enable ipa-healthcheck.timer
# systemctl start ipa-healthcheck.timer

Put a shell script in place to do the invocation:

# cp ipa-healthcheck.sh /usr/libexec/ipa

To test:

# systemctl start ipa-healthcheck
