[check-mk/f20] Fix the user that will run check_mk --automation.

averi averi at fedoraproject.org
Thu Aug 29 16:43:11 UTC 2013


commit 1755968413c41821f4d59bbd0f783f2706c89c47
Author: Andrea Veri <av at gnome.org>
Date:   Thu Aug 29 18:42:13 2013 +0200

    Fix the user that will run check_mk --automation.

 defaults    |    2 +-
 defaults.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/defaults b/defaults
index 796fb72..066a915 100644
--- a/defaults
+++ b/defaults
@@ -47,4 +47,4 @@ url_prefix                  = '/'
 pnp_url                     = '/pnp4nagios/'
 pnp_templates_dir           = '/usr/share/check_mk/pnp-templates'
 doc_dir                     = '/usr/share/doc/check_mk'
-check_mk_automation         = 'sudo -u mockbuild /usr/bin/check_mk --automation'
+check_mk_automation         = 'sudo -u nagios /usr/bin/check_mk --automation'
diff --git a/defaults.py b/defaults.py
index 796fb72..066a915 100644
--- a/defaults.py
+++ b/defaults.py
@@ -47,4 +47,4 @@ url_prefix                  = '/'
 pnp_url                     = '/pnp4nagios/'
 pnp_templates_dir           = '/usr/share/check_mk/pnp-templates'
 doc_dir                     = '/usr/share/doc/check_mk'
-check_mk_automation         = 'sudo -u mockbuild /usr/bin/check_mk --automation'
+check_mk_automation         = 'sudo -u nagios /usr/bin/check_mk --automation'


More information about the scm-commits mailing list