about summary refs log tree commit diff
path: root/modules/services/monitoring
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-16 17:27:11 -0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-16 17:27:11 -0400
commit44d091674bce1f5ff783e8773bfb4abc0f2cd04c (patch)
tree20ae4160c8b944c99dfb3f84816ea0946c6cee3d /modules/services/monitoring
parentbf15293b1efc4eda36e535cec043ba4fdace9b44 (diff)
parent1d5748942771c6d39df0030e36819b47002d460a (diff)
downloadnixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar.gz
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar.bz2
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar.lz
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar.xz
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.tar.zst
nixlib-44d091674bce1f5ff783e8773bfb4abc0f2cd04c.zip
Merge branch 'master' of github.com:NixOS/nixos into systemd
Conflicts:
	modules/config/networking.nix
	modules/services/networking/ssh/sshd.nix
	modules/services/ttys/agetty.nix
	modules/system/boot/stage-2-init.sh
	modules/system/upstart-events/shutdown.nix
Diffstat (limited to 'modules/services/monitoring')
-rw-r--r--modules/services/monitoring/systemhealth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/services/monitoring/systemhealth.nix b/modules/services/monitoring/systemhealth.nix
index 71389be5b2f0..0a3e666ad4e7 100644
--- a/modules/services/monitoring/systemhealth.nix
+++ b/modules/services/monitoring/systemhealth.nix
@@ -86,8 +86,8 @@ in
         [paths]
         rrdtool = ${pkgs.rrdtool}/bin/rrdtool
         loadavg_rrd = loadavg
-        ps = /var/run/current-system/sw/bin/ps
-        df = /var/run/current-system/sw/bin/df
+        ps = /run/current-system/sw/bin/ps
+        df = /run/current-system/sw/bin/df
         meminfo_rrd = meminfo
         uptime_rrd = uptime
         rrd_path = ${rrdDir}