*/1 * * * * wget https://site/local/php_interface/cron_events.php -O /dev/nul
Крон 100% отрабатывает. Проблема не в нем. Пробовал добавить в /home/bitrix/www/local/php_interface/cron_events.php строку с mail() php, письмо по запуску с cron пришло. Что-то с выполнением периодических агентов.
systemctl status cron*
● crond.service - Command Scheduler
Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2020-06-22 20:56:06 MSK; 13h ago
Main PID: 16000 (crond)
CGroup: /system.slice/crond.service
└─16000 /usr/sbin/crond -n
Jun 23 10:02:01 sss crond[16000]: sendmail: could not send mail (...)
Jun 23 10:03:01 sss crond[16000]: sendmail: cannot connect to 127...d
Jun 23 10:03:01 sss crond[16000]: sendmail: could not send mail (...)
Jun 23 10:04:01 sss crond[16000]: sendmail: cannot connect to 127...d
Jun 23 10:04:01 sss crond[16000]: sendmail: could not send mail (...)
Jun 23 10:05:02 sss crond[16000]: sendmail: the server does not s...d
Jun 23 10:05:02 sss crond[16000]: sendmail: could not send mail (...)
Jun 23 10:06:01 sss crond[16000]: sendmail: the server does not s...d
Jun 23 10:06:01 sss crond[16000]: sendmail: could not send mail (...)
Jun 23 10:07:01 sss crond[16000]: (*system*) RELOAD (/etc/cron.d/...)
Hint: Some lines were ellipsized, use -l to show in full.
[root@sss ~]# systemctl status cron
Unit cron.service could not be found.
[root@sss ~]# pgrep cron
16000