All Projects → microsoft → Zmonitor

microsoft / Zmonitor

Licence: mit
Azure Multi-subscription/tenant Monitoring Solution

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Zmonitor

Applicationinsights Php
Azure Application Insights SDK for PHP
Stars: ✭ 98 (+180%)
Mutual labels:  azure, monitoring
Applicationinsights Go
Microsoft Application Insights SDK for Go
Stars: ✭ 113 (+222.86%)
Mutual labels:  azure, monitoring
Azuremonitoringhackathon
Operationalize Azure deployments with Azure platform tools​
Stars: ✭ 46 (+31.43%)
Mutual labels:  azure, monitoring
Azure Grafana Dashboard Templates
Grafana dashboard templates for Azure
Stars: ✭ 31 (-11.43%)
Mutual labels:  azure, monitoring
Applicationinsights Node.js
Microsoft Application Insights SDK for Node.js
Stars: ✭ 229 (+554.29%)
Mutual labels:  azure, monitoring
Partnercenterpowershellmodule
Partner Center PowerShell Module
Stars: ✭ 35 (+0%)
Mutual labels:  azure, csp
Applicationinsights Dotnet Logging
.NET Logging adaptors
Stars: ✭ 100 (+185.71%)
Mutual labels:  azure, monitoring
Applicationinsights Dotnet Server
Microsoft Application Insights for .NET Web Applications
Stars: ✭ 130 (+271.43%)
Mutual labels:  azure, monitoring
Applicationinsights Home
Application Insights main repository for documentation of overall SDK offerings for all platforms.
Stars: ✭ 221 (+531.43%)
Mutual labels:  azure, monitoring
Applicationinsights Java
Application Insights for Java
Stars: ✭ 172 (+391.43%)
Mutual labels:  azure, monitoring
Applicationinsights Dotnet
ApplicationInsights-dotnet
Stars: ✭ 367 (+948.57%)
Mutual labels:  azure, monitoring
Applicationinsights Aspnetcore
ASP.NET Core web applications monitoring
Stars: ✭ 306 (+774.29%)
Mutual labels:  azure, monitoring
Applicationinsights Js
Microsoft Application Insights SDK for JavaScript
Stars: ✭ 462 (+1220%)
Mutual labels:  azure, monitoring
Zookeeper exporter
Prometheus exporter for monitoring a ZooKeeper ensemble.
Stars: ✭ 32 (-8.57%)
Mutual labels:  monitoring
Whatpulse
WhatPulse reverse engineered
Stars: ✭ 30 (-14.29%)
Mutual labels:  monitoring
Akkeeper
An easy way to deploy your Akka services to a distributed environment.
Stars: ✭ 30 (-14.29%)
Mutual labels:  monitoring
Mldotnet Real Time Data Streaming Workshop
A Machine Learning and Real-Time Data Analytics Workshop
Stars: ✭ 34 (-2.86%)
Mutual labels:  azure
Nginx Lua Prometheus
Prometheus metric library for Nginx written in Lua
Stars: ✭ 964 (+2654.29%)
Mutual labels:  monitoring
Sandpolis
Experimental remote monitoring and management
Stars: ✭ 30 (-14.29%)
Mutual labels:  monitoring
S3proxy
Access other storage backends via the S3 API
Stars: ✭ 952 (+2620%)
Mutual labels:  azure

zMonitor

An Azure platform native monitoring solution that enables Azure monitoring across multiple tenants or subscriptions.

Overview

Problem statement: A service provider with 50 tenants, each with Azure subscriptions provisioned through CSP (Cloud Solution Provider), needs to consolidate operational telemetry to optimize running costs, as well as deliver higher SLAs with a minimum amount of administrative overhead.

Enter zMonitor, a platform for reporting based on Log Analytics data collected, quickly gaining insights across tenants or subscriptions. Gain insights on disks capacity status, VM performance - over or under utilized CPU/Memory/Disk/etc, security vulnerabilities - failed logons, update/patch status, application errors, etc.

The primary goal is to utilize Azure native components, and deliver an as simple as possible, highly configurable and scalable, cost-effective monitoring solution. The driving force behind this solution was the need to be able to monitor Azure resources across tenants (for service providers), using Azure native tools. While there are many metrics and logs generated in Azure, surfacing this information across subscriptions/tenants and effectively monitoring proved challenging. Design decisions focused on limiting Azure costs on the tenants/subscriptions components, and rather have the bulk of the costs incurred on the single central component (service provider).

For an indication of potential costs for the solution, review the cost estimate documentation.

Solution

For monitoring within subscriptions, OMS Log Analytics is leveraged as the native log and metric aggregation toolset in Azure. Using the free tier of Log Analytics will be sufficient for most cases, but depends on the number of resources being monitored and the metrics being collected.

Log Analytics data is then exported into a central Cosmos DB collection, from where it can be vizualized using any preferred tool. For this solution, PowerBI is used for demonstration purposes.

zMonitor Solution Overview

The components that make up the solution:

  • Tenant / Subscription

    • Log Analytics
    • Azure Automation
  • Service Provider / Central Repository

    • Azure Storage Account (BLOB)
    • Stream Analytics
    • Azure Cosmos DB
    • Azure Automation
    • [Optional] Power BI

For additional info on what is currently enabled through this solution (work in progress):

Deployment

The detailed deployment instructions for the solution:

Deploying monitoring for Tenant/ Subscription

Deploying the central repository (e.g. Service Provider)

Azure Resource Documentation

For more information on the individual components, please refer to the official documentation:

Contributions

Please refer to CONTRIBUTING

License

This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

The MIT License (MIT)

Copyright (c) 2016 Microsoft

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].