This template creates a cluster and sets up a zabbix monitoring server for cluster monitoring.
Ten szablon usługi Azure Resource Manager (ARM) został utworzony przez członka społeczności, a nie przez firmę Microsoft. Każdy szablon ARM jest licencjonowany przez swojego właściciela, a nie firmę Microsoft. Firma Microsoft nie odpowiada za szablony ARM dostarczane i licencjonowane przez członków społeczności i nie sprawdza ich pod kątem bezpieczeństwa, zgodności ani wydajności. Szablony ARM społeczności nie są wspierane w ramach żadnego programu lub usługi pomocy technicznej firmy Microsoft i są udostępniane W STANIE, W JAKIM SIĘ ZNAJDUJĄ bez żadnego rodzaju gwarancji.
Parametry
Nazwa parametru | Opis |
---|---|
clusterResourcePrefix | Prefix for cluster resources. This would become part of the fully qualified domain name for each VM in the cluster, thus it should be globally unique. |
clusterUsername | Username for cluster vm. |
clusterPassword | Password for cluster vms. |
clusterVmCount | Number of VMs in the cluster. |
monitorVmName | Name for the monitor VM. This would become part of the fully qualified domain name for monitor VM, thus it should be globally unique. |
monitorVmDistro | Distro type for the monitor VM. |
monitorVmUsername | Monitor VM user name. |
monitorVmPassword | Monitor VM password. |
mysqlServerType | MySql Server type. 'Localhost' for creating a new MySQL instance on the monitor VM, 'existing' for using an existing host. |
mysqlHost | Monitoring service backend MySQL host, only needed when 'mysqlServerType' is set to 'existing'. |
mysqlDbName | Monitoring service backend MySQL database name. |
mysqlUser | Monitoring service backend MySQL user name. |
mysqlPassword | Monitoring service backend MySQL password. |
_artifactsLocation | The base URI where artifacts required by this template are located. When the template is deployed using the accompanying scripts, a private location in the subscription will be used and this value will be automatically generated. |
Korzystanie z szablonu
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/zabbix-monitoring-cluster/azuredeploy.jsonInstalowanie i konfigurowanie programu PowerShell systemu Azure
Wiersz polecenia
azure config mode arm azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/azure/azure-quickstart-templates/master/zabbix-monitoring-cluster/azuredeploy.jsonInstalowanie i konfigurowanie międzyplatformowego interfejsu wiersza polecenia platformy Azure