Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
#移动监控脚本文件到指定目录 mv ESzabbix /itops/zabbix/share/zabbix/externalscripts/ #修改文件权限 chmod +x /itops/zabbix/share/zabbix/externalscripts/ESzabbix chown itops.itops /itops/zabbix/share/zabbix/externalscripts/ESzabbix
#解压tar包安装python模块 tar xvf urllib3-1.22.tar.gz;cd urllib3-1.22;python setup.py install cd ..;tar xvf setuptools-0.6c11.tar.gz;cd setuptools-0.6c11;python setup.py install cd ..;tar xvf elasticsearch-6.1.1.tar.gz;cd elasticsearch-6.1.1;python setup.py install #安装成功后,测试脚本运行状态 python /itops/zabbix/share/zabbix/externalscripts/ESzabbix cluster status 数据库ip 数据库端口
Was this page helpful?