小编roc*_*ier的帖子

Supervisor sentry-web 退出状态 1

我在使用主管将 Sentry(https://www.getsentry.com - 没有足够的链接代表)作为服务运行时遇到问题。我可以在命令行中运行 Sentry 并在浏览器中正确查看它,但是当涉及到主管时,我完全一无所知。

我会尽力提供我能提供的所有细节

初始用户警告

  • 绝不是服务器管理员,只是在 VirtualBox 中玩/学习。
  • 实际上只是从阅读 Sentry 文档中发现了主管,所以我很可能在这里犯了一些明显的错误。

设置:

  • Ubuntu 服务器 11.10(全新安装,VirtualBox)
  • virtualenv 与 Sentry 及其依赖项。
  • 导师

遵循指示

我的主管ini(哨兵部分)

[program:sentry-web]
directory=/root/.virtualenvs/sentry/
command= start http /root/.virtualenvs/sentry/bin/sentry
autostart=true
autorestart=true
redirect_stderr=true
Run Code Online (Sandbox Code Playgroud)

好的,我们开始:

当我运行时,supervisord -n我收到以下消息,而不是一个很好的 Web 界面。

2012-04-12 23:48:09,024 CRIT Supervisor running as root (no user in config file)
2012-04-12 23:48:09,097 INFO RPC interface 'supervisor' initialized
2012-04-12 23:48:09,099 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2012-04-12 …
Run Code Online (Sandbox Code Playgroud)

ubuntu supervisord

3
推荐指数
1
解决办法
2888
查看次数

标签 统计

supervisord ×1

ubuntu ×1