6 Star 18 Fork 9

Gitee 极速下载/netdata

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
.vscode
docs
integrations
cloud-authentication
cloud-notifications
logs
schemas
templates
README.md
categories.yaml
check_collector_metadata.py
deploy.yaml
gen_doc_collector_page.py
gen_docs_integrations.py
gen_integrations.py
pip.sh
packaging
src
system
tests
.clang-format
.codacy.yml
.dockerignore
.flake8
.gitignore
.gitmodules
.shellcheckrc
.yamllint.yml
CHANGELOG.md
CLAUDE.md
CMakeLists.txt
Dockerfile
LICENSE
README.md
REDISTRIBUTED.md
netdata-installer.sh
netdata.spec.in
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/netdata/netdata
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

To generate a copy of integrations.js locally, you will need:

  • Python 3.6 or newer (only tested on Python 3.10 currently, should work on any version of Python newer than 3.6).
  • The following third-party Python modules:
    • jsonschema
    • referencing
    • jinja2
    • ruamel.yaml
  • A local checkout of https://github.com/netdata/netdata
  • A local checkout of https://github.com/netdata/go.d.plugin. The script expects this to be checked out in a directory called go.d.plugin in the root directory of the Agent repo, though a symlink with that name pointing at the actual location of the repo will work as well.

The first two parts can be easily covered in a Linux environment, such as a VM or Docker container:

  • On Debian or Ubuntu: apt-get install python3-jsonschema python3-referencing python3-jinja2 python3-ruamel.yaml
  • On Alpine: apk add py3-jsonschema py3-referencing py3-jinja2 py3-ruamel.yaml
  • On Fedora or RHEL (EPEL is required on RHEL systems): dnf install python3-jsonschema python3-referencing python3-jinja2 python3-ruamel-yaml

Once the environment is set up, simply run integrations/gen_integrations.py from the Agent repo. Note that the script must be run from this specific location, as it uses it’s own path to figure out where all the files it needs are.

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/netdata.git
git@gitee.com:mirrors/netdata.git
mirrors
netdata
netdata
master

搜索帮助