2020-03-11 18:25:20 +08:00
|
|
|
|
<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
|
2020-03-23 13:16:28 +08:00
|
|
|
|
cd nightingale
|
|
|
|
|
# 如果网络环境不好可以尝试aliyun的mirror
|
|
|
|
|
# export GOPROXY=https://mirrors.aliyun.com/goproxy/
|
|
|
|
|
./control build
|
2020-03-11 18:25:20 +08:00
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## 团队
|
|
|
|
|
|
|
|
|
|
[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)。
|
|
|
|
|
|