zabbix agent: extraConfig

svn path=/nixos/trunk/; revision=20048
This commit is contained in:
Rob Vermaas
2010-02-16 12:51:28 +00:00
parent f013236f1e
commit c17a76279d

View File

@@ -22,6 +22,8 @@ let
PidFile = ${pidFile}
StartAgents = 1
${config.services.zabbixAgent.extraConfig}
'';
in
@@ -49,6 +51,13 @@ in
'';
};
extraConfig = mkOption {
default = "";
description = ''
Configuration that is injected verbatim into the configuration file.
'';
};
};
};