README_ZH.md 1.0 KB
Newer Older
7
710leo 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<img src="https://s3-gz01.didistatic.com/n9e-pub/image/n9e-logo-bg-white.png" width="150" alt="Nightingale"/>
<br>

[English Introduction](README.md)

Nightingale是一套衍生自Open-Falcon的互联网监控解决方案,融入了部分滴滴生产环境的最佳实践,灵活易用,稳定可靠,是一个生产环境直接可用的版本 :-)

## 文档

使用手册请参考:[夜莺使用手册](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 30 31
```

## 团队

[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)

## 协议

<img alt="Apache-2.0 license" src="https://s3-gz01.didistatic.com/n9e-pub/image/apache.jpeg" width="128">

Nightingale 基于 Apache-2.0 协议进行分发和使用,更多信息参见 [协议文件](LICENSE)