You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by ar...@apache.org on 2020/03/02 18:25:55 UTC

[fluo-muchos] branch master updated (b71201d -> b9d5b4e)

This is an automated email from the ASF dual-hosted git repository.

arvindsh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git.


    from b71201d  Add tips for Ubuntu 18.04 and Azure (#325)
     add b9d5b4e  Implement Log Analytics workspace, Dashboard & Azure Monitor Workbooks (#324)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |    4 +
 ansible/common.yml                                 |    4 +-
 .../roles/azure/tasks/create_log_analytics_ws.yml  |  117 ++
 ansible/roles/azure/tasks/main.yml                 |    2 +
 .../azure/templates/azureDeployLinuxCounters.json  |  266 ++++
 .../roles/azure/templates/dashboardTemplate.json   | 1312 ++++++++++++++++++++
 .../roles/azure/templates/workbookTemplate.json    |   64 +
 ansible/roles/common/tasks/azure_oms.yml           |    5 +-
 ansible/roles/proxy/tasks/download.yml             |    8 +
 conf/muchos.props.example                          |    2 +-
 lib/muchos/config/azure.py                         |    4 +-
 11 files changed, 1779 insertions(+), 9 deletions(-)
 create mode 100644 ansible/roles/azure/tasks/create_log_analytics_ws.yml
 create mode 100644 ansible/roles/azure/templates/azureDeployLinuxCounters.json
 create mode 100644 ansible/roles/azure/templates/dashboardTemplate.json
 create mode 100644 ansible/roles/azure/templates/workbookTemplate.json