9
0
Fork 0
prometheus-textfile-collectors/entrypoint.sh

9 lines
265 B
Bash
Raw Normal View History

2021-06-12 20:16:15 +00:00
#!/bin/bash
while true; do
/scripts/smartmon.sh > /run/node-exporter/smart.prom
/scripts/nvme_metrics.sh > /run/node-exporter/nvme.prom
/scripts/bridge.sh > /run/node-exporter/bridge.prom
/scripts/ipmitool > /run/node-exporter/impitool.prom
sleep 15
done