From 48f1e22f55118914fc0f045c12a2b1cdf103dff5 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 20 Dec 2013 00:45:35 +0100 Subject: [smartctl] New module: smartctl - Will currently check reallocated sectors and spin retry count - could be extended, but those seem to be the best indicators according to $SEARCH_ENGINE --- .../data/etc/systemd/system/basic.target.wants/smartctl.service | 1 + remote/modules/smartctl/data/etc/systemd/system/smartctl.service | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 120000 remote/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service create mode 100644 remote/modules/smartctl/data/etc/systemd/system/smartctl.service (limited to 'remote/modules/smartctl/data/etc/systemd/system') diff --git a/remote/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service b/remote/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service new file mode 120000 index 00000000..b0849c0c --- /dev/null +++ b/remote/modules/smartctl/data/etc/systemd/system/basic.target.wants/smartctl.service @@ -0,0 +1 @@ +../smartctl.service \ No newline at end of file diff --git a/remote/modules/smartctl/data/etc/systemd/system/smartctl.service b/remote/modules/smartctl/data/etc/systemd/system/smartctl.service new file mode 100644 index 00000000..ab268cbc --- /dev/null +++ b/remote/modules/smartctl/data/etc/systemd/system/smartctl.service @@ -0,0 +1,8 @@ +[Unit] +Description=Check HDD health status + +[Service] +Type=oneshot +RemainAfterExit=yes +ExecStart=/opt/openslx/scripts/systemd-smartctl + -- cgit v1.2.3-55-g7522