1 Star 0 Fork 0

打望两江/librenms-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 639 Bytes
一键复制 编辑 原始数据 按行查看 历史
PREFIX=${CURDIR}/debian/librenms-agent
install:
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/plugins
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/repo
mkdir -p $(PREFIX)/usr/lib/check_mk_agent/local
cp -r agent-local/* $(PREFIX)/usr/lib/check_mk_agent/repo/
rm $(PREFIX)/usr/lib/check_mk_agent/repo/README
mkdir -p $(PREFIX)/usr/bin
install -m 0750 check_mk_agent $(PREFIX)/usr/bin/check_mk_agent
install -m 0750 mk_enplug $(PREFIX)/usr/bin/mk_enplug
install -m 0750 snmp/distro $(PREFIX)/usr/bin/distro
mkdir -p $(PREFIX)/etc/xinetd.d
install -m 0644 check_mk_xinetd $(PREFIX)/etc/xinetd.d/check_mk
clean:
rm -rf $(CURDIR)/build
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/geekpi/librenms-agent.git
git@gitee.com:geekpi/librenms-agent.git
geekpi
librenms-agent
librenms-agent
master

搜索帮助