如何在节点导出器中设置 --collector.textfile.directory

Posted

技术标签:

【中文标题】如何在节点导出器中设置 --collector.textfile.directory【英文标题】:How to set --collector.textfile.directory in node exporter 【发布时间】:2021-09-15 18:41:39 【问题描述】:

我正在关注this 关于使用文本文件收集器导出指标的文章。

我创建了一个文本文件/var/lib/node_exporter/textfile_collector/directory_size.prom,其中包含目录大小的指标,但它不会将其推送到 prometheus。

我读到标志--collector.textfile.directory 负责读取目录的路径。如何查看采集器的目录是什么,如何更改?

【问题讨论】:

【参考方案1】:

必须添加的node_exporter服务文件

--collector.textfile.directory=/var/lib/node_exporter/textfile_collector

例子:

[Unit]
Description=Node Exporter
After=network.target

[Service]
Type=simple
ExecStart=/path/binary/node_exporter --collector.textfile.directory=/path/to/read/directory

[Install]
WantedBy=multi-user.target

【讨论】:

以上是关于如何在节点导出器中设置 --collector.textfile.directory的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Oracle APEX 中设置 SPOOL 脚本以将视图数据导出为 CSV?

如何在物化日期选择器中设置日期

如何在 Firefox 中设置 browser.helperApps.neverAsk.saveToDisk 以避免使用 Selenium 导出 Protonmail 电子邮件时弹出下载

如何使用 SimpleAdapter 在微调器中设置选择?

如何使用 express 框架在节点 js 中设置 cookie?

如何在节点redis中设置hmset的过期时间?