|
Server : LiteSpeed System : Linux barito.iixcp.rumahweb.net 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64 User : elvh3918 ( 1528) PHP Version : 8.2.31 Disable Function : mail Directory : /lib/netdata/conf.d/go.d/ |
## All available configuration options, their descriptions and default values: ## https://github.com/netdata/netdata/tree/master/src/go/plugin/go.d/collector/azure_monitor#readme ## ## Profile files: ## stock: /usr/lib/netdata/conf.d/go.d/azure_monitor.profiles/default/ ## user: /etc/netdata/go.d/azure_monitor.profiles/ ## User profile files override stock files when the profile basename matches. ## The default profile catalog is loaded once per go.d process and cached after ## the first successful load. Changes under the default profile directories ## require a go.d process restart. ## ## Discovery modes: ## filters - Netdata builds an Azure Resource Graph query from structured ## filters and always projects tags. ## query - you provide Azure Resource Graph KQL. The result must project ## id, name, type, resourceGroup, and location. Project tags too ## when using virtual_nodes.by_resource_tag. ## ## Profile selection modes: ## auto - discovers resource types and enables matching profiles. ## exact - uses only explicitly listed profile entries. ## combined - merges explicitly listed profile entries with auto-discovered ## profiles. #jobs: # - name: service_principal_filters_auto # subscription_ids: # - "<subscription-id>" # discovery: # mode: filters # mode_filters: # resource_groups: # - production-rg # regions: # - eastus # tags: # env: # - prod # profiles: # mode: auto # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>" # # - name: service_principal_workload_vnodes # subscription_ids: # - "<subscription-id>" # virtual_nodes: # by_resource_tag: workload # discovery: # mode: filters # profiles: # mode: auto # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>" # # - name: service_principal_query_workload_vnodes # subscription_ids: # - "<subscription-id>" # virtual_nodes: # by_resource_tag: workload # discovery: # mode: query # mode_query: # kql: | # resources # | where tags.env == 'prod' # | project id, name, type, resourceGroup, location, tags # profiles: # mode: auto # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>" # # - name: managed_identity_exact # subscription_ids: # - "<subscription-id>" # profiles: # mode: exact # mode_exact: # entries: # - name: postgres_flexible # - name: cosmos_db # auth: # mode: managed_identity # mode_managed_identity: # client_id: "<optional-user-assigned-managed-identity-client-id>" # # - name: default_credential_combined # subscription_ids: # - "<subscription-id>" # profiles: # mode: combined # mode_combined: # entries: # - name: sql_database # auth: # mode: default # # - name: multiple_subscriptions # subscription_ids: # - "<subscription-id-a>" # - "<subscription-id-b>" # discovery: # mode: filters # profiles: # mode: auto # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>" # # - name: profile_level_filters # subscription_ids: # - "<subscription-id>" # discovery: # mode: filters # profiles: # mode: exact # mode_exact: # entries: # - name: postgres_flexible # filters: # resource_groups: # - database-rg # regions: # - eastus # tags: # role: # - primary # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>" # # - name: job_vnode_with_workload_vnodes # vnode: azure-fallback-node # subscription_ids: # - "<subscription-id>" # virtual_nodes: # by_resource_tag: workload # discovery: # mode: filters # profiles: # mode: auto # auth: # mode: service_principal # mode_service_principal: # tenant_id: "<tenant-id>" # client_id: "<client-id>" # client_secret: "<client-secret>"