services.zabbixAgent.settings
NixOS option
Zabbix Agent configuration. Refer to https://www.zabbix.com/documentation/current/manual/appendix/config/zabbix_agentd for details on supported values.
type: attribute set of (signed integer or string or list of string)Default
{ }Example
declared in: nixos/modules/services/monitoring/zabbix-agent.nixView source on NixOS/nixpkgs →{
DebugLevel = 4;
Hostname = "example.org";
}