* Make the Nagios configuration visible in /etc/nagios.cfg.
svn path=/nixos/trunk/; revision=9753
This commit is contained in:
parent
b880647870
commit
d53c726cbb
@ -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
|
# Run `nagios -v' to check the validity of the configuration file so
|
||||||
# that a nixos-rebuild fails *before* we kill the running Nagios
|
# that a nixos-rebuild fails *before* we kill the running Nagios
|
||||||
# daemon.
|
# daemon.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user