services.glpiAgent.settings

GLPI Agent configuration options. See https://glpi-agent.readthedocs.io/en/latest/configuration.html for all available options.

The 'server' option is mandatory and must point to your GLPI server.

Type
attribute set of (boolean or signed integer or string or list of string)
Default
{ }
Example
{
  server = [ "https://glpi.example.com/inventory" ];
  delaytime = 3600;
  tag = "production";
  logger = [ "stderr" "file" ];
  debug = 1;
  "no-category" = [ "printer" "software" ];
}
Declared
<nixpkgs/nixos/modules/services/monitoring/glpi-agent.nix>