HEX
Server: Apache
System: Linux srv4.garantili.com.tr 4.18.0-477.21.1.lve.1.el8.x86_64 #1 SMP Tue Sep 5 23:08:35 UTC 2023 x86_64
User: ekspardev (1006)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //opt/acronis/var/aakore/update-controller.unit
name: update-controller
external: false
cmd: acp-update-controller
args: ["-e", "--update-controller"]
routes:
  - /api/update-controller
standby-endpoint: /api/update-controller/v1/standby
standby-check: 
  timeout: 20s
  interval: 30s
  max-failures: 2
  endpoint: /api/update-controller/v1/standby
restart-policy: # optional
  max-attempts: 30 # how many times we would try to restart a unit that is failing on start
  attempt-delay: 30s # delay between restart attempts
  kill-timeout: 60s # how long would Core Agent wait for Agent Unit graceful shutdown (stop) before killing it
healthcheck: # optional
  timeout: 20s # health-check request timeout (including connection time)
  interval: 30s # how often Core Agent would send health-check requests to Agent Unit
  max-failures: 2 # how many times health-check should fail before Core Agent would confirm the death
  endpoint: /api/update-controller/v1/healthcheck  # endpoint for healthcheck REST call from Core Agent to Agent Unit
hooks:
  registration:
    pre: /api/update-controller/v1/registration/pre
    post: /api/update-controller/v1/registration/post
  unregistration:
    post: /api/update-controller/v1/unregistration/post
  timeout: 1m