An open API service indexing awesome lists of open source software.

https://github.com/oxhobbs/azuremon


https://github.com/oxhobbs/azuremon

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# AzureMon Module ReadMe

## Description

This module contains a collection of tools that are used to aid in management of an Azure Monitoring environment. Semantic versioning is used in this project and a lite changelog is kept towards the bottom of this readme file.

Normal PowerShell commands may be used to interact with this module. Install this module from your NuGet server or copy the module to the following directory
`%ProgramFiles%/WindowsPowerShell/Modules`

To view all cmdlets available in this module run the following:

```powershell
Import-Module AzureMon
Get-Command -Module AzureMon
```
You may also use the help functionality with the cmdlets...

```powershell
Import-Module AzureMon
Get-Help Register-VMToOMS -Full
```

__note:__ This document gives an overview of changes that are made within releases
for a detailed view of what changes have happened within the module, refer
to the source code repository in the VCS.

### v2.2.2

* Updated the ExtracyDate field to use 24 hour time.

### v1.0.0

* Renamed and released module as `AzureMon`

### v0.9.0

* Added Register-VMToOMS runbook

### v0.8.1

* Fixed an output issue in Send-KVCertInfoToLA

### v0.8.0

* Added the cmdlet Send-KVCertInfoToLA to send Key Vault metadata to Log Analytics

### v0.6.0

* Added the Get-SSLCertInfo cmdlet

### v0.5.0

* Modified New-MetricEmailAlertRules to be more idempotent and update the alert if some key values have changed.

### v0.4.0

* Implemented the external cmdlets: Set-MetricForwardingToOMS and New-MetricEmailAlertRules

### v0.3.0

* Fixed an issue where an empty folder in the module causes failures on importing.

### v0.2.0

* Added the ability to specify which subscription the VMs and LA workspace exists.

### v0.1.0

* Initial implementation