services.zabbixAgent.extraPackages

NixOS option

Packages to be added to the Zabbix PATH. Typically used to add executables for scripts, but can be anything.

type: list of package
Default
with pkgs; [ net-tools ]
Example
with pkgs; [ net-tools mysql ]
declared in: nixos/modules/services/monitoring/zabbix-agent.nixView source on NixOS/nixpkgs →