0

when configuring the loggly agent for nginx it returns. ERROR: Nginx is not configured as a service. Is there something missing in a configuration file?

MacroService
  • 77
  • 3
  • 8

1 Answers1

0

Looking at Loggly's nginx install script I saw, that it's just checking SysV init. Obviously you've setup a new Box, using Systemd instead of SysV init. The Loggly installer fails with Systemd; they have to update their scripts.

You'll have to configure all the stuff manually for the time being.

Bbak
  • 75
  • 1
  • 4