@cryptotaxi247 / infra-1 / commits / 34aeaec3

Use wendy as new zabbix server

Rob Vermaas committed Jun 7, 2013 at 17:21 UTC 34aeaec3af82e47262c58f9545a579d976e08f6e
1 file changed +1 -1
delft/common.nix
+1 -1
@@ -53,7 +53,7 @@ with pkgs.lib;
53 '';
54
55 services.zabbixAgent.enable = true;
56 - services.zabbixAgent.server = "192.168.1.5,127.0.0.1,130.161.158.181";
56 + services.zabbixAgent.server = "192.168.1.26,127.0.0.1,130.161.158.181";
57 services.zabbixAgent.extraConfig =
58 ''
59 UserParameter=hardware.temp.cpu.average,shopt -s nullglob; cat /sys/devices/platform/coretemp.*/temp1_input /sys/bus/pci/drivers/k10temp/*/temp1_input < /dev/null | ${pkgs.perl}/bin/perl -e 'while (<>) { $n++; $sum += $_; }; print $sum / $n / 1000;'