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 packageDefault
with pkgs; [ net-tools ]
Example
declared in: nixos/modules/services/monitoring/zabbix-agent.nixView source on NixOS/nixpkgs →with pkgs; [ net-tools mysql ]