3
0
Fork 0
forked from mirrors/nixpkgs

* Make the Nagios configuration visible in /etc/nagios.cfg.

svn path=/nixos/trunk/; revision=9753
This commit is contained in:
Eelco Dolstra 2007-11-19 15:31:28 +00:00
parent b880647870
commit d53c726cbb

View file

@ -58,6 +58,16 @@ in
}
];
extraPath = [pkgs.nagios];
# This isn't needed, it's just so that the user can type "nagiostats
# -c /etc/nagios.cfg".
extraEtc = [
{ source = nagiosCfgFile;
target = "nagios.cfg";
}
];
# Run `nagios -v' to check the validity of the configuration file so
# that a nixos-rebuild fails *before* we kill the running Nagios
# daemon.