【Site24x7】Linux的On-Premise Poller静默安装办法
【Site24x7】Linux的On-Premise Poller静默安装办法
按照以下步骤在 Linux 服务器上静默安装本地部署轮询器。
1、
将以下命令复制并粘贴到终端中
64 bit OS:
sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller_64bit.bin
sudo chmod 755 Site24x7OnPremisePoller_64bit.bin
sudo ./Site24x7OnPremisePoller_64bit.bin -i silent
32 bit OS:
sudo wget http://staticdownloads.site24x7.com/probe/Site24x7OnPremisePoller.bin
sudo chmod 755 Site24x7OnPremisePoller.bin
sudo ./Site24x7OnPremisePoller.bin -i silent
2、转到
~/opt/Site24x7OnPremisePoller/conf
3、编辑文件“install.txt”。将值更改为:
S24X7KEY=[new Site24x7 device key]
PROXY=[false/true - depends if proxy is needed]
PROXY_HOST=
PROXY_PORT=
PROXY_USER=
PROXY_PASS=
SERVERMONITOR=false
注意:如果要配置代理 (PROXY=true),则为 PROXY_HOST、PROXY_PORT、PROXY_USER(代理用户名凭据)PROXY_PASS(代理密码凭据)提供适当的值
4、
进入主目录~/Site24x7OnPremisePoller,执行以下命令
sh StartServer.sh &