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.
 
 
 
 
UlricQin 0951f1f1af
Merge branch 'master' of github.com:didi/nightingale
5 years ago
.github/workflows Create n9e.yml 5 years ago
doc init project 5 years ago
docker/nginx Offer a better docker example (#75) 5 years ago
etc add gzip for js and css 5 years ago
plugin init project 5 years ago
pub web build 5 years ago
sql use varchar(255) not varchar(256) 5 years ago
src Merge branch 'master' of github.com:didi/nightingale 5 years ago
vendor init project 5 years ago
web fix: Fix menu locale for zh 5 years ago
.dockerignore add docker support 5 years ago
.gitattributes add tsx 5 years ago
.gitignore init project 5 years ago
Dockerfile Offer a better docker example (#75) 5 years ago
LICENSE init project 5 years ago
README.md Offer a better docker example (#75) 5 years ago
README_ZH.md use vendor 5 years ago
control use vendor 5 years ago
docker-compose.yml Offer a better docker example (#75) 5 years ago
go.mod init project 5 years ago
go.sum init project 5 years ago

README.md

Nightingale

中文简介

Nightingale is a fork of Open-Falcon, and all the core modules have been greatly optimized. It integrates the best practices of DiDi. You can think of it as the next generation of Open-Falcon, and use directly in production environment.

Documentation

Nightingale user manual: https://n9e.didiyun.com/

Compile

mkdir -p $GOPATH/src/github.com/didi
cd $GOPATH/src/github.com/didi
git clone https://github.com/didi/nightingale.git
cd nightingale
./control build

Quickstart with Docker

We has offered a Docker demo for the users who want to give it a try. Before you get started, make sure you have installed Docker & docker-compose and there are some details you should know.

  • We highly recommend users prepare a new VM environment to use it.
  • All the core components will be installed on your OS according to the docker-compose.yaml.
  • Nightingale will use the following ports, 80, 5800, 5810, 5811, 5820, 5821, 5830, 5831, 5840, 5841, 6379, 2058, 3306.

Okay. Run it! Once the docker finish its jobs, visits http://your-env-ip in your broswer. Default username and password is root:root.

$ docker-compose up -d

dashboard

Team

ulricqin 710leo jsers hujter n4mine heli567

License

Apache-2.0 license

Nightingale is available under the Apache-2.0 license. See the LICENSE file for more info.