OWL_Backend
https://masato25.github.io/owl_backend/
[ web api backend made for open-falcon ]
开源版本 open-falcon 後台, 将以下模组的操作功能api化:
- Fe
- Portal
- HostGroup, Host 管理
- Template, 告警策略管理
- Graph
- No-Data
- Dashboard
- Screen
ps.
跨域问题實做可以參考 sample_for_cross_api
get markdown for docs web
git clone https://github.com/masato25/open-falcon-backend/ --branch docs --single-branch docs
rebuild docs
gem install jekyll
jekyll build
set up config
"web_doc_site":{
"enable": true,
"folder": "./docs/_site"
}
frontend
git clone https://github.com/cepave-f2e/owl-light
yarn
export $OWL_LIGHT_API_BASE="localhost:${f2e-api:web_port}/api/v1"
npm run build
mv `$current_path/dist` `$f2e-api/owlight`
set up config
"web_doc_site":{
"enable": true,
"folder": "./docs/_site"
}