Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
qianmoQ committed Nov 20, 2017
1 parent 199caf2 commit 8f3a0f6
Show file tree
Hide file tree
Showing 24 changed files with 2,508 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
.project
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#### An Ambari Service for Hue
Ambari service for easily installing and managing Hue on HDP cluster.

#### Version
- Hue 3.11.0
- Ambari 2.2.2+

#### How to deploy?
please goto (http://wiki.ttxit.com)[Document] see document
32 changes: 32 additions & 0 deletions alerts.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"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

0 comments on commit 8f3a0f6

Please sign in to comment.