Ad Widget

Collapse

Azure monitoring via HTTP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Miruna
    Junior Member
    • Nov 2022
    • 1

    #1

    Azure monitoring via HTTP

    Hi all,

    Is there any proper documentation available for monitoring through Zabbix?
    I see that https://git.zabbix.com/projects/ZBX/...Frelease%2F6.2 is the document given where we create a SPN providing reader access to the subscription we want to discover. However one of the macros requests for {$AZURE.PASSWORD}. Wouldn't we ideally need to create a cerificate-key and provide those details?

    Follow up question:-
    Monitoring with this documentation looks to be a manual setup and steps are provided for VMs and SQL database only.
    Is there a way to simplify the discovery process/onboard an entire subscription, with device types discovered/view metric info?


    Any leads would be appreciated
  • aydeisen
    Junior Member
    • Oct 2021
    • 4

    #2
    Wouldn't we ideally need to create a cerificate-key and provide those details?
    The {$AZURE.PASSWORD} macro is looking for a key generated in the app registration for the service principal. If the command in the README was used, then it should have been included in the output of the command. Otherwise, it would need to be created in Azure Active Directory App Registration blade.

    Monitoring with this documentation looks to be a manual setup and steps are provided for VMs and SQL database only.
    Is there a way to simplify the discovery process/onboard an entire subscription, with device types discovered/view metric info?​
    I'm not sure what you're asking here. The template appears to be a work-in-progress, and only VMs and Azure MySQL/PostgreSQL DaaS solutions have been included so far. I assume others will be included as the template continues to be developed
    Last edited by aydeisen; 17-11-2022, 16:19. Reason: updating with answer for follow-up question

    Comment

    Working...