TheNomad11
New Relic looks pretty slick, but for me it’s not as turnkey1 for me as advertised, since I’m running Arch Linux on my VPS (a choice I still don’t regret). Basically, I’m having to install everything manually, and I’m not quite there yet. New Relic identified two gaps in my implementation since their manual guide seems a bit incomplete, not everything you need is installed using their manual tarball method and their instructions for doing it manually aren’t all in the same place. I’ve tried both methods, as a docker compose service in my non-mailcow stack, and as a standalone Linux service.
For everything thus far at least for the standalone Linux service, I’ve set up PKGBUILDs (Arch Build System scripts) that just install the pre-compiled binaries available from the New Relic GitHub site (it’s all Apache 2.0 licensed). My next step is to install their packaged version of FluentBit. Not sure why FluentBit isn’t part of their docker image, I haven’t found instructions on how to install it as a separate service using the New Relic flavor (which is a minor release and several patch releases behind the latest stable FluentBit).
1: “Turnkey” means you install it using their Guided Install method, and they bundle everything together (or install it outright) so you don’t have to fiddle with it too much to get started. If you run Ubuntu, Debian, Red Hat/CentOS/etc., or SuSE, it should work out of the box, just run their install script and it will do everything for you. Sadly they don’t have Arch as a supported platform, so I’m doing everything myself.