1 Star 0 Fork 1

蓝色飞扬/ambari-hue-service

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
alerts.json 802 Bytes
一键复制 编辑 原始数据 按行查看 历史
李巨丰 提交于 2020-03-09 11:51 . init
{
"HUE": {
"service": [],
"HUE_SERVER": [
{
"name": "hue_webui",
"label": "Hue Web UI",
"description": "This host-level alert is triggered if the Hue Web UI is unreachable.",
"interval": 1,
"scope": "HOST",
"source": {
"type": "PORT",
"uri": "{{hue-env/hue.port}}",
"default_port": 8888,
"reporting": {
"ok": {
"text": "TCP OK - {0:.3f}s response on port {1}"
},
"warning": {
"text": "TCP OK - {0:.3f}s response on port {1}",
"value": 1.5
},
"critical": {
"text": "Connection failed: {0} to {1}:{2}",
"value": 5
}
}
}
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangjinyu/ambari-hue-service.git
git@gitee.com:zhangjinyu/ambari-hue-service.git
zhangjinyu
ambari-hue-service
ambari-hue-service
master

搜索帮助