diff --git a/playbooks/groups/os-cluster.yml b/playbooks/groups/os-cluster.yml index 8ed956deb4..75d2ef1c90 100644 --- a/playbooks/groups/os-cluster.yml +++ b/playbooks/groups/os-cluster.yml @@ -227,7 +227,7 @@ tasks: - name: enable nrpe for monitoring (noc01) - iptables: action=insert chain=INPUT destination_port=5666 protocol=tcp source=10.5.126.41 state=present jump=ACCEPT + iptables: action=insert chain=INPUT destination_port=5666 protocol=tcp source=10.3.163.10 state=present jump=ACCEPT tags: - iptables diff --git a/roles/base/files/syncHttpLogs.sh b/roles/base/files/syncHttpLogs.sh index b52586072e..6cd67cc231 100644 --- a/roles/base/files/syncHttpLogs.sh +++ b/roles/base/files/syncHttpLogs.sh @@ -1,6 +1,6 @@ #!/bin/bash -RSYNC_FLAGS='-az --no-motd' +RSYNC_FLAGS='-avSHP --no-motd' function syncHttpLogs { diff --git a/roles/base/templates/syncHttpLogs.sh.j2 b/roles/base/templates/syncHttpLogs.sh.j2 index da04ad9ee5..bf9bae84f4 100644 --- a/roles/base/templates/syncHttpLogs.sh.j2 +++ b/roles/base/templates/syncHttpLogs.sh.j2 @@ -1,6 +1,6 @@ #!/bin/bash -RSYNC_FLAGS='-az --no-motd' +RSYNC_FLAGS='-avSHP --no-motd' function syncHttpLogs {