summaryrefslogtreecommitdiffstats
path: root/3modules
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-02-05 22:34:16 +0100
committermakefu <github@syntax-fehler.de>2017-02-05 22:34:16 +0100
commit9d051137bf8051d19ba00336627223c49e19d4de (patch)
tree159a14bb82aa82ccd5fdd82770e497a1f29a6951 /3modules
parente204d291fac0a6bae4968e243ff776620d406e97 (diff)
m central-logging: init
Diffstat (limited to '3modules')
-rw-r--r--3modules/logging-config.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/3modules/logging-config.nix b/3modules/logging-config.nix
index cd6924f61..a77e32e48 100644
--- a/3modules/logging-config.nix
+++ b/3modules/logging-config.nix
@@ -4,8 +4,13 @@ with import <stockholm/lib>;
{
options.makefu.stats-server = lib.mkOption {
type = types.str;
- default = "omo.retiolum";
+ default = "stats.makefu.r";
description = "Central stats server (collectd)";
};
+ options.makefu.log-server = lib.mkOption {
+ type = types.str;
+ default = "logs.makefu.r";
+ description = "Central logging server (logstash,elasticsearch)";
+ };
}
[cgit] Unable to lock slot /tmp/cgit/86000000.lock: No such file or directory (2)