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"
    ~

  • 相关阅读:
    自动化基础知识
    第一章Google软件测试介绍
    《将博客搬至CSDN》
    二叉树的先序遍历和中序遍历分析(递归)
    java 部分快捷功能
    toString
    自增自减运算符剖析
    二进制数的直接表示
    编程中的&&和||
    npm 镜像地址设置
  • 原文地址:https://www.cnblogs.com/kisf/p/7688096.html
Copyright © 2011-2022 走看看