ES 安装sentinl 告警配置

下载软件
wget https://github.com/sirensolutions/sentinl/releases/download/tag-6.6.0-0/sentinl-v6.6.0.zip 
[root@host- kibana-6.6.0-linux-x86_64]# ./bin/kibana-plugin install file:///opt/kibana-6.6.0-linux-x86_64/p
package.json  plugins/      
[root@host- kibana-6.6.0-linux-x86_64]# ./bin/kibana-plugin install file:///opt/kibana-6.6.0-linux-x86_64/plugins/
kibana/             sentinl-v6.6.0.zip  
[root@host- kibana-6.6.0-linux-x86_64]# ./bin/kibana-plugin install file:///opt/kibana-6.6.0-linux-x86_64/plugins/sentinl-v6.6.0.zip 
Attempting to transfer from file:///opt/kibana-6.6.0-linux-x86_64/plugins/sentinl-v6.6.0.zip
Transferring 134770542 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Plugin installation complete

./bin/kibana-plugin list | grep sentinl
sentinl@6.6.0

cat config/kibana.yml |tail -n 30
server.port: 5602
server.host: "0.0.0.0"
elasticsearch.hosts: ["http://10.5.10.1:9200"]
sentinl:
  settings:
    email:
      active: true
      user: "xxxxx"
      password: "xxx"
      host: smtp.qq.com
      #ssl: true
      port: 25
      timeout: 10000
[root@host- kibana-6.6.0-linux-x86_64]# nohup ./bin/kibana > /dev/null &

 

ES 安装sentinl 告警配置_第1张图片

 

群号584912368

你可能感兴趣的:(实验,ES)