
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
https://travis-ci.org/arachnys/cabot.svg?branch=master](https://travis-ci.org/arachnys/cabot) https://badge.fury.io/py/cabot.svg](https://badge.fury.io/py/cabot) https://codecov.io/github/arachnys/cabot/coverage.svg?branch=master](https://codecov.io/github/arachnys/cabot?branch=master) https://requires.io/github/arachnys/cabot/requirements.svg?branch=master](https://requires.io/github/arachnys/cabot/requirements/?branch=master) https://img.shields.io/badge/License-MIT-yellow.svg](https://opensource.org/licenses/MIT) https://img.shields.io/gitter/room/arachnys/cabot.svg](https://gitter.im/arachnys/cabot)
Cabot is a free, open-source, self-hosted infrastructure monitoring platform that provides some of the best features of PagerDuty, Server Density, Pingdom and Nagios without their cost and complexity. (Nagios, I'm mainly looking at you.)
It provides a web interface that allows you to monitor services (e.g. "Stage Redis server", "Production ElasticSearch cluster") and send telephone, sms or hipchat/email alerts to your on-duty team if those services start misbehaving or go down - all without writing a line of code. Best of all, you can use data that you're already pushing to Graphite/statsd to generate alerts, rather than implementing and maintaining a whole new system of data collectors.
You can alert based on:
We built Cabot as a Christmas project at Arachnys because we couldn't wrap our heads around Nagios, and nothing else out there seemed to fit our use case. We're open-sourcing it in the hope that others find it useful.
Cabot is written in Python and uses Django, http://getbootstrap.com/, Font Awesome and a whole host of other goodies under the hood.
!Services dashboard
!Individual service overview
Using Docker: Deploy in 5 minutes or less using official quickstart guide at cabotapp.com. (See also https://hub.docker.com/r/cabotapp/cabot/)
Docs have moved to cabotapp.com
Sections:
For those who want to contribute:
My dog is called Cabot and he loves monitoring things. Mainly the presence of food in his immediate surroundings, or perhaps the frequency of squirrel visits to our garden. He also barks loudly to alert us on certain events (e.g. the postman coming to the door).
!Cabot watching... something
It's just a lucky coincidence that his name sounds like he could be an automation tool.
The API has automatically generated documentation available by browsing [***] The browsable documentation displays example GET requests and lists other allowed HTTP methods.
To view individual items, append the item id to the url. For example, to view graphite_check 1, browse:
/api/graphite_checks/1/
The API allows HTTP basic auth using standard Django usernames and passwords as well as session authentication (by submitting the login form on the login page). The API similarly uses standard Django permissions to allow and deny API access.
All resources are GETable by any authenticated user, but individual permissions must be granted for POST, PUT, and other write methods.
As an example, for POST access to all status_check subclasses, add the following permissions:
cabotapp | status check | Can add graphite status check cabotapp | status check | Can add http status check cabotapp | status check | Can add icmp status check cabotapp | status check | Can add jenkins status check
Access the Django admin page at [***] to add/remove users, change user permissions, add/remove groups for group-based permission control, and change group permissions.
Sorting and filtering can be used by both REST clients and on the browsable API. All fields visible in the browsable API can be used for filtering and sorting.
Get all jenkins_checks with debounce enabled and CRITICAL importance:
https://cabot.yourcompany.com/api/jenkins_checks/?debounce=1&importance=CRITICAL
Sort graphite_checks by name field, ascending:
https://cabot.yourcompany.com/api/graphite_checks/?ordering=name
Sort by name field, descending:
https://cabot.yourcompany.com/api/graphite_checks/?ordering=-name
Other (non-Cabot specific) examples are available in the Django REST Framework documentation.
See LICENSE file in this repo.
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务