diff options
author | varac <varacanero@zeromail.org> | 2014-02-08 00:04:23 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-08 00:04:23 +0100 |
commit | 313b91b77cf4496d7cc31c46ef1e8e69ed53610c (patch) | |
tree | 8ea7874762586e36b0ceec4cfd72028f2df9a079 /puppet | |
parent | cac0061fe20ab42c9efee4dd80ec6a940c03c54e (diff) |
restricted check_mk ssh login a bit more
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/modules/site_nagios/manifests/client.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_nagios/manifests/client.pp b/puppet/modules/site_nagios/manifests/client.pp index cb72db54..ff569142 100644 --- a/puppet/modules/site_nagios/manifests/client.pp +++ b/puppet/modules/site_nagios/manifests/client.pp @@ -16,7 +16,7 @@ class site_nagios::client { owner => 'root', group => 'root', mode => '0600', - content => "command=\"/usr/bin/check_mk_agent\",no-port-forwarding,no-x11-forwarding,no-agent-forwarding ${type} ${pubkey} monitor" + content => "command=\"/usr/bin/check_mk_agent\",no-port-forwarding,no-x11-forwarding,no-agent-forwarding,no-pty,no-user-rc, ${type} ${pubkey} monitor" } } |