1 Star 0 Fork 56

Bidiu/prometheus

forked from linge/prometheus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prometheus.service 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
linge 提交于 2023-03-13 23:58 . 添加system服务器
[Unit]
Description=Prometheus Server
Documentation=https://prometheus.io/docs/introduction/overview/
After=network-online.target
[Service]
Type=simple
User=prometheus
Group=prometheus
Restart=on-failure
ExecStart=/opt/prometheus/prometheus/prometheus \
--config.file=/opt/prometheus/prometheus/prometheus.yml \
--storage.tsdb.path=/opt/prometheus/prometheus/data \
--storage.tsdb.retention.time=60d \
--web.enable-lifecycle
[Install]
WantedBy=multi-user.target
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Bidiu7/prometheus.git
git@gitee.com:Bidiu7/prometheus.git
Bidiu7
prometheus
prometheus
master

搜索帮助