cat /etc/cron.allow
root
nagios
cat /etc/cron.deny
######################################################################################
# This file is managed by Puppet Enterprise
######################################################################################
ALL
ls -l /usr/bin/crontab
-rwsr-xr-x 1 root root 57576 Jan 26 2018 /usr/bin/crontab
grep nosuid /etc/fstab
/dev/mapper/osvg-tmp.fs /tmp xfs defaults,nodev,nosuid 0 0
tail -50 /var/log/cron
Aug 23 10:10:47 ausulnxipwb01 crond[22738]: (CRON) INFO (Shutting down)
Aug 23 10:10:47 ausulnxipwb01 crond[83440]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 70% if used.)
Aug 23 10:10:47 ausulnxipwb01 crond[83440]: (CRON) INFO (running with inotify support)
Aug 23 10:10:47 ausulnxipwb01 crond[83440]: (CRON) INFO (@reboot jobs will be run at computer's startup.)
Try this or better yet, restart the server (if this is possible at the moment) to see if this is going to fix the issue. If the issue is still present, check the logs for clues one more time:
There must be a mod that you made while hardening this server, that prevents nagios to run cron jobs. Do you remember what changes have you made? Also, make sure that fixes that you are trying are not reverted automatically by Puppet.
Be sure to check out our Knowledgebase for helpful articles and solutions!