This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git.
from 606b4ef Execute the start Accumulo 2.0 tservers task with nohup (#281)
add 48d3448 add OMS monitoring support for azure installations (#283)
No new revisions were added by this update.
Summary of changes:
ansible/common.yml | 9 +-
.../common/files/{kill.sh => OMS-collectd.te} | 20 ++--
.../common/files/OMS-logrotate.te} | 15 ++-
.../roles/common/files/{kill.sh => OMS-reader3.te} | 20 ++--
.../roles/common/files/{kill.sh => OMS-writer3.te} | 21 +++--
ansible/roles/common/tasks/azure_oms.yml | 47 ++++++++++
ansible/roles/common/tasks/azure_oms_selinux.yml | 103 +++++++++++++++++++++
ansible/roles/common/tasks/main.yml | 8 +-
.../{collectd.conf => etc/collectd.conf.j2} | 7 ++
.../common/templates/etc/collectd.d/azure.conf.j2 | 15 +++
conf/muchos.props.example | 11 ++-
lib/muchos/azure.py | 11 ++-
lib/muchos/config.py | 3 +
13 files changed, 249 insertions(+), 41 deletions(-)
copy ansible/roles/common/files/{kill.sh => OMS-collectd.te} (74%)
mode change 100755 => 100644
copy ansible/{azure.yml => roles/common/files/OMS-logrotate.te} (78%)
copy ansible/roles/common/files/{kill.sh => OMS-reader3.te} (72%)
mode change 100755 => 100644
copy ansible/roles/common/files/{kill.sh => OMS-writer3.te} (70%)
mode change 100755 => 100644
create mode 100644 ansible/roles/common/tasks/azure_oms.yml
create mode 100644 ansible/roles/common/tasks/azure_oms_selinux.yml
rename ansible/roles/common/templates/{collectd.conf => etc/collectd.conf.j2}
(84%)
create mode 100644 ansible/roles/common/templates/etc/collectd.d/azure.conf.j2