scrutiny

Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds

MIT License

Stars
5.1K
Committers
31

Bot releases are hidden (Show)

scrutiny - v0.4.4

Published by AnalogJ over 2 years ago


Timestamp SHA Message Author
2022-05-13T02:00Z b5920e35 (v0.4.4) Automated packaging of release by Packagr packagrio-bot
2022-05-13T00:29Z fb8f2483 add image for instructions. Jason Kulatunga
2022-05-12T23:00Z 7a931bd0 instructions for how to get your influxdb admin token + other troubleshooting tricks. Jason Kulatunga
2022-05-12T22:24Z a004f851 fixing cron. related #121 Jason Kulatunga
2022-05-12T22:06Z eeb086c7 using export -p ratehr than printenv to export environmental variables (export -p correctly wraps envs in quotes) Jason Kulatunga
2022-05-12T21:09Z 54b195f8 updating ignore file for testing. Jason Kulatunga
2022-05-12T20:20Z 5dc79134 cron file consistent logging (still broken) Jason Kulatunga
2022-05-12T17:33Z f3fad47d cleanup example config files. added instructions for influxdb. Jason Kulatunga
2022-05-12T17:30Z 489534cb update manual instructions to include InfluxDB installation. Jason Kulatunga
2022-05-12T17:04Z e7801619 added additional tests from #187. Detected that the frontend was incorrectly classifying Scrutiny Failures as Warnings. Fixed. Jason Kulatunga
2022-05-12T16:25Z 7b75b5f9 update docker instructions. Jason Kulatunga
2022-05-12T15:56Z 0022d848 added example hub/spoke docker-compose file. Jason Kulatunga
2022-05-12T15:55Z d47c4ea9 added example hub/spoke docker-compose file. Jason Kulatunga
2022-05-12T14:40Z 62354f2a created example omnibus docker-compose file. Jason Kulatunga
2022-05-12T16:21Z 3a0adb40 Merge pull request #243 from Zorlin/master Add Ansible instructions Jason Kulatunga
2022-05-11T18:34Z 2a394215 Merge pull request #245 from henfri/patch-1 Jason Kulatunga
2022-05-11T18:09Z a7dc6882 Update docker-compose.yml to fix https://github.com/AnalogJ/scrutiny/issues/241 henfri
2022-05-11T02:06Z 3ad87aec Add Ansible instructions Benjamin Arntzen
2022-05-10T22:33Z 2ab714f5 Update README.md Jason Kulatunga
2022-05-10T15:49Z 9e60fb8d schedule the collector upload before the webapp upload (webapp seems to fail with OOM error during compilation) Jason Kulatunga
2022-05-10T15:42Z a8465228 disable sponsor label. broken. Jason Kulatunga
2022-05-10T04:55Z 3d7d2762 enable caching on all docker builds. Jason Kulatunga
2022-05-10T04:09Z 2660af7c build arm32v7 images for web and collector (cannot for omnibus because InfluxDB does not support it yet. See #236 ) Jason Kulatunga
2022-05-10T03:37Z f5af86fd using docker build cache for speedier builds Jason Kulatunga
2022-05-10T03:21Z 4bad2d7b upgrading github actions for docker builds. (hopefully faster). Jason Kulatunga
2022-05-10T02:58Z a7993091 only run CI on PR. Jason Kulatunga
scrutiny - v0.4.1

Published by AnalogJ over 2 years ago

[feat] Support for reverse proxy routing with custom path.
- fixes https://github.com/AnalogJ/scrutiny/pull/93
- fixes https://github.com/AnalogJ/scrutiny/issues/56
- fixes https://github.com/AnalogJ/scrutiny/issues/208

Timestamp SHA Message Author
2022-05-09T23:24Z 90e5d219 (v0.4.1) Automated packaging of release by Packagr packagrio-bot
2022-05-09T22:07Z c397a323 Merge pull request #237 from AnalogJ/pr_93_changes Jason Kulatunga
2022-05-09T21:50Z 381a6799 updates for v0.4.0 release. Slight refactor/organization. Jason Kulatunga
2022-05-09T21:29Z 54178eaa Merge branch 'master' into BASEPATH Jason Kulatunga
2022-05-09T21:09Z a6e34f7a fix for labeling issue. Jason Kulatunga
2022-05-09T20:48Z 3e444b19 make sure releases (tag events) have unique docker image builds. Jason Kulatunga
2020-11-11T08:18Z a7c8c75a fix new test Andrea Spacca
2020-10-17T08:49Z 2db64656 BASEPATH Andrea Spacca
2020-10-10T17:59Z 8ac3ab79 cr fixes Andrea Spacca
2020-10-10T17:58Z 234a8f9b cr fixes Andrea Spacca
2020-10-10T08:59Z 54baeb4c trigger check Andrea Spacca
2020-10-09T21:51Z 48bc7ced test cases Andrea Spacca
2020-10-09T21:27Z 9fc11b71 BASEPATH Andrea Spacca
2020-10-09T21:26Z ea3fbc09 BASEPATH Andrea Spacca
2020-10-09T21:25Z 86145be2 BASEPATH Andrea Spacca
scrutiny - v0.4.0

Published by AnalogJ over 2 years ago

  • [primary feat] ⚠️ ⚠️ BREAKING ⚠️ ⚠️ influxDB database
    • automatic downsampling of data. Database won't grow unbounded. See: DOWNSAMPLING.md
  • [feat] docker images now stored in Github container registry.
  • [feat] support building multi-arch docker images.
    • fixes #227
    • fixes #137
    • fixes #139
    • fixes #62
  • [feat] Can customize the Cron schedule using the COLLECTOR_CRON_SCHEDULE env variable
    • fixes #202
    • fixes #66
    • related #161
  • [feat] added ability to migrate existing scrutiny database to influxdb.
    • fixes #83
  • [feat] consolidated default config directories to /opt/scrutiny
    • fixes #230
  • [fix] SMART & Scrutiny (backblaze) thresholds will now cause notifications (not just SMART failures)
    • fixes #205
    • fixes #203
    • fixes #195
    • fixes #72
  • [fix] Documentation now persists database directories by default
  • [fix] Install tzdata package, allows configuring timezone using TZ env variable
    • fixes #78
    • fixes #210
  • [docs] added a TROUBLESHOOTING_DEVICE_COLLECTOR.md guide describing how to debug issues with collector.
Timestamp SHA Message Author
2022-05-09T20:05Z a2a80f31 (v0.4.0) Automated packaging of release by Packagr packagrio-bot
2022-05-09T19:55Z 833fb96c fixing publish release step. Jason Kulatunga
2022-05-09T17:01Z 5acc98d2 trying to fix release asset setp. Jason Kulatunga
2022-05-09T16:50Z d9632ae3 Merge pull request #235 from AnalogJ/change_scrutiny_default_path Jason Kulatunga
2022-05-09T16:29Z de702414 moving all filesystem references to /scrutiny to /opt/scrutiny fixes #230 Jason Kulatunga
scrutiny - Release 0.3.13

Published by AnalogJ almost 3 years ago

scrutiny - Release 0.3.12

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.11

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.10

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.9

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.8

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.7

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.6

Published by AnalogJ over 3 years ago

scrutiny - Release 0.3.5

Published by AnalogJ almost 4 years ago

scrutiny - Release 0.3.4

Published by AnalogJ almost 4 years ago

scrutiny - Release 0.3.3

Published by AnalogJ almost 4 years ago

scrutiny - Release 0.3.2

Published by AnalogJ almost 4 years ago

scrutiny - Release 0.3.1

Published by AnalogJ about 4 years ago

  • building true static binaries
scrutiny - Release 0.3.0

Published by AnalogJ about 4 years ago

  • collector config file
  • notifications system (& test API endpoint)
    • Custom Script (data provided via environmental variables)
    • Email
    • Webhooks
    • Discord
    • Gotify
    • Hangouts
    • IFTTT
    • Join
    • Mattermost
    • Pushbullet
    • Pushover
    • Slack
    • Teams
    • Telegram
    • Tulip
scrutiny - Release 0.2.4

Published by AnalogJ about 4 years ago

scrutiny - Release 0.2.1

Published by AnalogJ about 4 years ago

scrutiny - Release 0.2.0

Published by AnalogJ about 4 years ago