services.zabbixProxy.settings

NixOS option

Zabbix Proxy configuration. Refer to https://www.zabbix.com/documentation/current/manual/appendix/config/zabbix_proxy for details on supported values.

type: attribute set of (signed integer or string or list of string)
Default
{ }
Example
{
  CacheSize = "1G";
  SSHKeyLocation = "/var/lib/zabbix/.ssh";
  StartPingers = 32;
}
declared in: nixos/modules/services/monitoring/zabbix-proxy.nixView source on NixOS/nixpkgs →