make firewall change to openshift so nagios can be accepted. make change to syncHttp for new ips
This commit is contained in:
parent
83b1dce760
commit
6cbe68f288
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
RSYNC_FLAGS='-az --no-motd'
|
||||
RSYNC_FLAGS='-avSHP --no-motd'
|
||||
|
||||
function syncHttpLogs {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
RSYNC_FLAGS='-az --no-motd'
|
||||
RSYNC_FLAGS='-avSHP --no-motd'
|
||||
|
||||
function syncHttpLogs {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue