You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the systemd file for the webinterface is here
cat /etc/systemd/system/scrutiny-web.service
[Unit]
Description=Scrutiny Web daemon
Requires=influxd.service
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Application Name
scrutiny
Website
https://github.com/AnalogJ/scrutiny
Description
Scrutiny is a Hard Drive Health Dashboard & Monitoring solution, merging manufacturer provided S.M.A.R.T metrics with real-world failure rates.
the install howto for manual is here
https://github.com/AnalogJ/scrutiny/blob/master/docs/INSTALL_MANUAL.md
the systemd file for the webinterface is here
cat /etc/systemd/system/scrutiny-web.service
[Unit]
Description=Scrutiny Web daemon
Requires=influxd.service
[Service]
ExecStart=/opt/scrutiny/bin/scrutiny-web-linux-amd64 start
--config /opt/scrutiny/config/scrutiny.yaml
Restart=always
User=www-data
Group=www-data
[Install]
WantedBy=multi-user.target
Alias=scrutiny-web.service
Due Diligence
Beta Was this translation helpful? Give feedback.
All reactions