I had to update a couple of NTP servers and after rebooting Nagios was returning an alert on the check_ntp_peer check, indicating a time drift.
To fix it, I forced a clock update with NTP servers:
systemctl stop ntpd
ntpdate -s ntp1.inrim.it
systemctl start ntpd