forked from pneymrl2f/nightingale
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
![Nightingale](https://s3-gz01.didistatic.com/n9e-pub/image/n9e-logo-bg-white.png)
Nightingale是一套衍生自Open-Falcon的互联网监控解决方案,融入了部分滴滴生产环境的最佳实践,灵活易用,稳定可靠,是一个生产环境直接可用的版本 :-)
文档
使用手册请参考:夜莺使用手册
编译
mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
cd nightingale
# 如果网络环境不好可以尝试aliyun的mirror
# export GOPROXY=https://mirrors.aliyun.com/goproxy/
./control build
团队
ulricqin 710leo jsers hujter n4mine heli567
协议
![Apache-2.0 license](https://s3-gz01.didistatic.com/n9e-pub/image/apache.jpeg)
Nightingale 基于 Apache-2.0 协议进行分发和使用,更多信息参见 协议文件。