---
 cobbler/settings.py                   |    1 +
 installer_templates/settings.template |    7 +++++++
 2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/cobbler/settings.py b/cobbler/settings.py
index 75a678b..e580339 100644
--- a/cobbler/settings.py
+++ b/cobbler/settings.py
@@ -101,6 +101,7 @@ DEFAULTS = {
     "yum_post_install_mirror"     : 1,
     "yumdownloader_flags"         : "--resolve",
     "yumreposync_flags"           : "-l"
+    "anamon_enabled"              : 0,
 }
 
 
diff --git a/installer_templates/settings.template 
b/installer_templates/settings.template
index e87ccc5..65afa59 100644
--- a/installer_templates/settings.template
+++ b/installer_templates/settings.template
@@ -267,6 +267,13 @@ spacewalk_url: $spacewalk_url
 # is UDP and may not be available depending on network/firewall configuration.
 syslog_port: 25150
 
+# by default, installs are *not* set to send installation logs to the cobbler
+# server.  With 'anamon_enabled', kickstart templates may use the pre_anamon
+# snippet to allow remote live monitoring of their installations from the
+# cobbler server.  Installation logs will be stored under
+# /var/log/cobbler/anamon.
+anamon_enabled: 0
+
 # locations of the TFTP binary and config file
 tftpd_bin: /usr/sbin/in.tftpd
 tftpd_conf: /etc/xinetd.d/tftp
-- 
1.6.0.4

_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to