mirror of
https://github.com/Nivolis/zabbix-1c-service-template-40.git
synced 2024-11-24 17:06:38 +02:00
usr/pwd
This commit is contained in:
parent
7d27974591
commit
73c4fbc86b
@ -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 (!$?)
|
||||
|
Loading…
Reference in New Issue
Block a user