Azure Monitoring Scripts Overview
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.
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
$ check_azure_storage.py <stg acct> -p <ps file> --blob --tx -k <key> -w <warn level> -c <crit level> --table --queue
$ check_azure_sql.py <srv addr> -u <user> -p <pass> -d <db name> -k <key> -w <warn level> -c <crit level>
$ check_azure_paas.py <cloud service> -p <ps file> -s <stg act> - k <key> -w <warn level> -c <crit level>
$ check_azure_ad.py <domain> -c <client id> -s <secret> -k <key> -p <param> --tempdir --warn-on-change --error-on-change