Сron sends Atomic notifications each hour after update to the latest Plesk Obsid

Started by senthil, Oct 14, 2025, 07:06 AM

Previous topic - Next topic

senthil

Symptoms
  • Сron sends Atomic notifications each hour after update to the latest Plesk Obsidian version:
    /etc/cron.hourly/01-awp_hourly:
    AIR_GAPPED set to yes. Skipping execution of awp_hourly
  • Option AIR_GAPPED set to yes inside /var/awp/etc/config file:
    # grep AIR_GAPPED /var/awp/etc/config
    AIR_GAPPED="yes"

Cause

Plesk bug with ID PPPM-14222.

Resolution

Until the bug is fixed, apply the following workaround:
  • Edit /var/awp/etc/config file and change AIR_GAPPED="yes" to AIR_GAPPED="no"
  • Save the file and update the Atomic settings by running this command:
    # aum -u
Note: Atomic settings update with the aum -u command will lead to the Apache
restart/reload, please consider applying it in less working hours.