zoukankan      html  css  js  c++  java
  • monit拉起服务

    check process hive_metastore
    matching "HiveMetaStore"
    start program = "/usr/bin/nohup /xxx/soft/apache-hive-2.3.0-bin/bin/hive --service metastore > /xxx/soft/apache-hive-2.3.0-bin/hivemetastore_stdout.log 2>&1 &"
    stop program = "/xxx/soft/apache-hive-2.3.0-bin/bin/hive stop"

    check process hive_thrift
    matching "proc_hiveserver2"
    start program = "/usr/bin/nohup /xxx/soft/apache-hive-2.3.0-bin/bin/hive --service hiveserver2 > /xxx/soft/apache-hive-2.3.0-bin/hivethrift_stdout.log 2>&1 &"
    stop program = "/xxx/soft/apache-hive-2.3.0-bin/bin/hive stop"

    check process presto_server
    matching "presto-01-coord"
    start program = "/usr/bin/nohup /xxx/soft/lesports-presto-server-0.176/bin/launcher run --node-config /etc/presto/01/node.properties --jvm-config /etc/presto/01/jvm.config --config /etc/presto/01/config.properties --log-levels-file /etc/presto/01/log.properties >/xxx/soft/lesports-presto-server-0.176/stdout.log 2>&1 &"

    stop program = "/xxx/soft/lesports-presto-server-0.176/bin/launcher stop"
    ~

  • 相关阅读:
    模板方法模式
    结构型模式
    组合模式
    享元模式
    [STL离散化]Skyscrapers的lower_bound系列
    [水]浙大校赛补题
    [数]来自亮亮OJ的五道数学题
    [数]被数学淹没不知所措
    [tour]2019HUST onsite签到
    [树组BIT]训练两题重新理解ver.
  • 原文地址:https://www.cnblogs.com/kisf/p/7688096.html
Copyright © 2011-2022 走看看