MyNixOS website logo
option

services.zabbixAgent.settings

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

Declarations
Type
attribute set of (signed integer or string or list of string)
Default
{ }
Example
{
  DebugLevel = 4;
  Hostname = "example.org";
}