README_ZH.md 1.9 KB
Newer Older
陈键冬 已提交
1
<img src="https://s3-gz01.didistatic.com/n9e-pub/image/n9e-logo-bg-white.png" width="200" alt="Nightingale"/>
7
710leo 已提交
2 3 4 5
<br>

[English Introduction](README.md)

陈键冬 已提交
6
Nightingale 是一套衍生自 Open-Falcon 的互联网监控解决方案,融入了部分滴滴生产环境的最佳实践,灵活易用,稳定可靠,是一个生产环境直接可用的版本 :-)
7
710leo 已提交
7 8 9 10 11 12 13 14 15 16 17

## 文档

使用手册请参考:[夜莺使用手册](https://n9e.didiyun.com/)

## 编译

```bash
mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
U
Ulric Qin 已提交
18 19
cd nightingale
./control build
7
710leo 已提交
20 21
```

陈键冬 已提交
22 23 24 25 26 27 28 29
## 快速开始

使用 docker 和 docker-compose 环境可以快速部署一整套 nightingale 系统,涵盖了所有的核心组件。

* 强烈建议使用一个新的虚拟环境来部署和测试这个系统。
* 系统组件占用了以下端口,`80`, `5800`, `5810`, `5811`, `5820`, `5821`, `5830`, `5831`, `5840`, `5841`, `6379`, `2058`, `3306`,部署前请确保这些端口没有被使用。


陈键冬 已提交
30
使用 docker-compose 一键构建部署,完成以后可以使用浏览器打开 http://your-env-ip。 默认的登录账号密码均为 `root`
陈键冬 已提交
31 32 33 34 35 36
```bash
$ docker-compose up -d
```

![dashboard](https://user-images.githubusercontent.com/19553554/78956965-8b9c6180-7b16-11ea-9747-6ed5e62b068d.png)

7
710leo 已提交
37 38 39 40
## 团队

[ulricqin](https://github.com/ulricqin) [710leo](https://github.com/710leo) [jsers](https://github.com/jsers) [hujter](https://github.com/hujter) [n4mine](https://github.com/n4mine) [heli567](https://github.com/heli567)

陈键冬 已提交
41
## 社区
7
710leo 已提交
42

陈键冬 已提交
43 44 45
[github.com/n9e](https://github.com/n9e) 是为夜莺所创建的 Organization,用于收集和开发夜莺周边项目。

## License
7
710leo 已提交
46

陈键冬 已提交
47
<img alt="Apache-2.0 license" src="https://s3-gz01.didistatic.com/n9e-pub/image/apache.jpeg" width="128">
7
710leo 已提交
48

陈键冬 已提交
49
Nightingale 基于 Apache-2.0 许可证进行分发和使用,更多信息参见 [LICENSE](LICENSE)