Azure Monitoring Scripts Overview

Slide Note
Embed
Share

Explore various Python scripts for monitoring Azure services including compute, storage, SQL, PaaS, and Active Directory. Each script is designed to check different aspects of Azure services using specific parameters and keys. Images depicting code snippets and sample outputs are provided for each script.


Uploaded on Oct 04, 2024 | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. Download presentation by click this link. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

E N D

Presentation Transcript


  1. $ pip install azuremonitor

  2. $ check_azure_compute.py <cloud service> -p <ps file>

  3. $ check_azure_storage.py <stg acct> -p <ps file> --blob --tx -k <key> -w <warn level> -c <crit level> --table --queue

  4. $ check_azure_sql.py <srv addr> -u <user> -p <pass> -d <db name> -k <key> -w <warn level> -c <crit level>

  5. $ check_azure_paas.py <cloud service> -p <ps file> -s <stg act> - k <key> -w <warn level> -c <crit level>

  6. $ check_azure_ad.py <domain> -c <client id> -s <secret> -k <key> -p <param> --tempdir --warn-on-change --error-on-change

Related