netdata.in 893 B

123456789101112131415161718192021222324
  1. # The user netdata is configured to run as.
  2. # If you edit its configuration file to set a different user, set it
  3. # here too, to have its files switch ownership
  4. NETDATA_OWNER="@netdata_user_POST@:@netdata_user_POST@"
  5. # How long to wait for the agent to save it's database during shutdown.
  6. NETDATA_WAIT_EXIT_TIMEOUT=60
  7. # If set to 1, force an exit if we time out waiting for the agent to
  8. # save it's database during shutdown.
  9. NETDATA_FORCE_EXIT=0
  10. # If set to 1, use netdatacli when sending commands to the agent.
  11. # This should not be needed in most cases, but it can sometimes help
  12. # work around issues.
  13. #NETDATA_USE_NETDATACLI=1
  14. # Specify the path to the pidfile to be used when running in the
  15. # background.
  16. NETDATA_PIDFILE="@localstatedir_POST@/run/netdata/netdata.pid"
  17. # Uncomment the below line to run Netdata under OpenRC's native process
  18. # supervision.
  19. #supervisor="supervise-daemon"