summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/munin.nix
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2013-10-23 13:54:46 +0200
committerDomen Kožar <domen@dev.si>2013-10-23 13:54:46 +0200
commit03e1178f805455578819752caa1a9420728eec08 (patch)
tree4fc7694ae131703f617d89ae1be2111b15b42232 /nixos/modules/services/monitoring/munin.nix
parent4747796a9ec0c1310111b3cf3b9a624bba48359c (diff)
downloadnixpkgs-03e1178f805455578819752caa1a9420728eec08.tar
nixpkgs-03e1178f805455578819752caa1a9420728eec08.tar.gz
nixpkgs-03e1178f805455578819752caa1a9420728eec08.tar.bz2
nixpkgs-03e1178f805455578819752caa1a9420728eec08.tar.lz
nixpkgs-03e1178f805455578819752caa1a9420728eec08.tar.xz
nixpkgs-03e1178f805455578819752caa1a9420728eec08.tar.zst
nixpkgs-03e1178f805455578819752caa1a9420728eec08.zip
munin: fix documentation links
Diffstat (limited to 'nixos/modules/services/monitoring/munin.nix')
-rw-r--r--nixos/modules/services/monitoring/munin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/munin.nix b/nixos/modules/services/monitoring/munin.nix
index c2299cfefef..42d5f61af30 100644
--- a/nixos/modules/services/monitoring/munin.nix
+++ b/nixos/modules/services/monitoring/munin.nix
@@ -94,7 +94,7 @@ in
           Enable Munin Node agent. Munin node listens on 0.0.0.0 and
           by default accepts connections only from 127.0.0.1 for security reasons.
 
-          See <link xlink:href='http://munin-monitoring.org/wiki/munin-node' />.
+          See <link xlink:href='http://munin-monitoring.org/wiki/munin-node.conf' />.
         '';
       };
       
@@ -143,7 +143,7 @@ in
         default = "";
         description = ''
           <filename>munin.conf</filename> extra global configuration.
-          See <link xlink:href='http://munin-monitoring.org/wiki/munin-node' />.
+          See <link xlink:href='http://munin-monitoring.org/wiki/munin.conf' />.
           Useful to setup notifications, see
           <link xlink:href='http://munin-monitoring.org/wiki/HowToContact' />
         '';