nas-smart-collector (latest)
Published 2026-07-04 22:17:55 -05:00 by deadstyle
Installation
docker pull git.bobparsons.dev/deadstyle/nas-smart-collector:latestsha256:abcf76f77a44f3c0ff1dffdc386a4866a5c96d6c54e0f1c420dc822b02b46060Image layers
| ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| /bin/sh -c apk add --no-cache bash smartmontools bc curl coreutils |
| ARG SMARTMON_SH_REF=fcfb2e6948060995239f8216a483c37e3ee7fb8e |
| |1 SMARTMON_SH_REF=fcfb2e6948060995239f8216a483c37e3ee7fb8e /bin/sh -c curl -fsSL "https://raw.githubusercontent.com/prometheus-community/node-exporter-textfile-collector-scripts/${SMARTMON_SH_REF}/smartmon.sh" -o /usr/local/bin/smartmon.sh && chmod +x /usr/local/bin/smartmon.sh |
| COPY file:a7977bd801770a6e88ccae8c20dd5a7115d00078510374ea3d7fa266e7c38d93 in /usr/local/bin/entrypoint.sh |
| |1 SMARTMON_SH_REF=fcfb2e6948060995239f8216a483c37e3ee7fb8e /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh |
| ENV COLLECT_INTERVAL_SECONDS=600 |
| ENV TEXTFILE_COLLECTOR_DIR=/textfile-collector |
| ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] |