Skip to content

XDGFX/snapraid-smart-server

Repository files navigation

snapraid-smart-server

Displays the command snapraid smart -v as a webserver.

Usage

Option 1: Run Manually

  1. Set desired update interval (default 12 hours)

    interval = 60 * 60 * 12  # Run every 12 hours
  2. Run as root

    sudo ./smartserver.py
  3. Access through browser:

    localhost:8888

Option 2: Run With systemd

  1. Clone into /opt/snapraid-smart-server/

  2. Set desired update interval (default 12 hours)

    interval = 60 * 60 * 12  # Run every 12 hours
  3. Run installer script

    sudo ./install-service.sh
  4. Access through browser:

    localhost:8888

About

A small webserver to access S.M.A.R.T. information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published