[sysadmin-bin] Modify the path to nagios command for the authorized_keys setup.



commit 7f8e87f507b9fa1e649f39e5675c812980dbc55e
Author: Andrea Veri <av gnome org>
Date:   Thu Feb 28 11:41:04 2013 +0100

    Modify the path to nagios command for the authorized_keys setup.

 create-auth |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-auth b/create-auth
index d4e7fba..643df4e 100755
--- a/create-auth
+++ b/create-auth
@@ -44,7 +44,7 @@ RESTRICTS = {
     'gnomegit':
         'command="/home/admin/bin/run-git-or-special-cmd",no-pty,no-port-forwarding ',
     'nagios':
-        'command="/etc/nagios/eventhandlers/restart-httpd",no-pty,no-port-forwarding ',
+        'command="/home/admin/bin/run-nagios-command",no-pty,no-port-forwarding ',
 }
 LDAP_GROUP_BASE='ou=groups,dc=gnome,dc=org'
 LDAP_USER_BASE='ou=people,dc=gnome,dc=org'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]