不具合調査依頼 #918
完了Order Job to Run on PC via Public IP
説明
Hello.
I'm trying to use Job-Manager assign job to server that are different places (Example. Job-Manager in Japan,Server in Thailand)
but I have only 1 Public IP and I have 10 PCs in server.
On Zabbix server I used port to know specific PCs in server but for Job-Server I do not know how to know specific server by using only 1 Public IP
Best Regards,
Naphat
ファイル
匿名ユーザー さんがほぼ11年前に更新
- ファイル zabbix_host.jpg zabbix_host.jpg を追加
- ステータス を 担当者処理中 から 回答中 に変更
- 担当者 を 匿名ユーザー にセット
Thank you for using Job Arranger.
Is a question communication between the job agent who uses NAPT, and a job server?
In a Job Arranger, since an agent connects with a server mutually, the agent who uses NAPT cannot usually be accessed.
However, a job agent port can be specified by the following methods.
Macro "{$JOBARRANGER_AGENT_PORT}" and a port number are specified as a Zabbix hosts macro, If the "JaListenPort=port number" (default 10055) of a config file (/etc/jobarranger/jobarg_agentd.conf) is changed, a job agents port can be specified.
The zabbix host picture of the sample which specified the port number 10100 is attached.
Please refer to it.
/etc/jobarranger/jobarg_agentd.conf
JaListenPort=10100
Best regards.