services.librenms.settings

NixOS option

Attrset of the LibreNMS configuration. See https://docs.librenms.org/Support/Configuration/ for reference. All possible options are listed here. See https://docs.librenms.org/Extensions/Authentication/ for setting other authentication methods.

type: open submodule of (JSON value)
Default
{ }
Example
{
  base_url = "/librenms/";
  top_devices = true;
  top_ports = false;
}
declared in: nixos/modules/services/monitoring/librenms.nixView source on NixOS/nixpkgs →