1
0
mirror of https://github.com/Nivolis/zabbix-1c-service-template-40.git synced 2024-11-24 17:06:38 +02:00
This commit is contained in:
SaintMortum 2019-07-17 19:51:20 +05:00 committed by GitHub
parent 7d27974591
commit 73c4fbc86b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ function get_infobases_info([string]$cluster_id){
if ($rac_usr -eq "") {
$stdout_heap = & $rac localhost:$ras_port infobase summary list --cluster=$cluster_id 2>&1
} else {
$stdout_heap = & $rac localhost:$ras_port infobase summary list --cluster=$cluster_id --cluster-user=$usr --cluster-pwd=$pwd 2>&1
$stdout_heap = & $rac localhost:$ras_port infobase summary list --cluster=$cluster_id --cluster-user=$rac_usr --cluster-pwd=$rac_pwd 2>&1
}
if (!$?)