alpaca-monitor-Software error aggregator.-Mikołaj Siedlarek
發佈:2020-12-22 16:14:32.652330
做者:Mikołaj Siedlarek
### 做者郵箱:m.siedlarek@nctz.net ### 首頁:https://github.com/msiedlarek/alpaca ### 文檔:None ### 下載連接 UNKNOWN
alpaca
Alpaca is a software error aggregator based on ZeroMQ transport layer. Multiple reporters (such as https://github.com/msiedlarek/alpaca-django) publish detected problems to a central monitoring server using flexible API. Monitoring server (monitor) shares its database with a web application (frontend), allowing detailed inspection of each problem.python
Installing
pip install alpaca-monitor
Running
Starting frontend:git
pserve configuration/development.ini --server-name=frontend \ --app-name=frontend
Starting monitor:github
pserve configuration/development.ini --server-name=monitor \ --app-name=monitor
Development
$ vagrant up $ vagrant ssh $ alpaca-admin /vagrant/configuration/development.ini createuser -a user@example.comweb
Testing
$ vagrant up $ vagrant ssh $ python setup.py testexpress
License
Copyright 2013 Mikołaj Siedlarek msiedlarek@nctz.netapache
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License atdjango
http://www.apache.org/licenses/LICENSE-2.0app
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.less
Copy from pypi.org
查詢時間:50.973ms
渲染時間:51.112ms
本文同步分享在 博客「zhenruyan」(other)。
若有侵權,請聯繫 support@oschina.cn 刪除。
本文參與「OSC源創計劃」,歡迎正在閱讀的你也加入,一塊兒分享。frontend