ISPC CRON URL user agent

Discussion in 'General' started by variable99, Mar 3, 2026 at 8:04 AM.

  1. variable99

    variable99 Active Member

    When URL CRON hits from ISPC node it shows like this in logs:
    I found plugin which invokes cron operation and updated line where user agent is set to something neutral to stop doxing my servers. But it is still shows up like user agent above. Where does user agent value could be set?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It is set in the cron plugin; there is no other place. You probably still have a cron job running that was created before you changed the code.
     
    variable99 likes this.
  3. variable99

    variable99 Active Member

    You are absolutely correct, found it under the /etc/cron.d . Heh, I thought that CRON operation is invoked from database via PHP :)
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This happens only for the internal cron jobs like backup, maintenance tasks, etc., but not the client cron jobs.
     

Share This Page