dependabot[bot]
b8f537bee4
Bump google.golang.org/protobuf from 1.28.1 to 1.33.0
...
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.
---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
8 months ago
Jason Kulatunga
3490a2ffc2
Merge pull request #597 from joserebelo/sigterm
...
Use exec on scrutiny-collector cron to ensure signal handling
8 months ago
Jason Kulatunga
a0f9e6e3f3
Merge pull request #596 from dropsignal/master
...
rebase docker image to debian 12 (bookworm)
8 months ago
Drop Signal
6a9b89b38a
fixed missing &&
8 months ago
Drop Signal
543f376015
performing requested changes
8 months ago
José Rebelo
ca7bd2c151
Use exec on scrutiny-collector cron to ensure signal handling
...
This way SIGTERM gets propagated and the container terminates
gracefully.
8 months ago
Drop Signal
1e74e96658
rebase to debian 12 (bookworm)
8 months ago
packagrio-bot
5e33c33e75
(v0.7.3) Automated packaging of release by Packagr
9 months ago
Jason Kulatunga
3ea223fa8e
Merge pull request #547 from kaysond/master
...
Add support for disabling repeat notifications if the values haven't changed
9 months ago
Jason Kulatunga
44275c66ca
Merge pull request #569 from uhthomas/466
...
fix(collector): show correct nvme capacity
9 months ago
Jason Kulatunga
19bd59dc27
Merge pull request #577 from DrFrankensteinUK/patch-1
...
Update SUPPORTED_NAS_OS.md
9 months ago
DrFrankensteinUK
b7fab3c94e
Update SUPPORTED_NAS_OS.md
...
Added another link for the new Container Manager version of my guide for those on the newer DSM versions. The older guide while archived still functions correctly.
9 months ago
Aram Akhavan
09f4b34bf0
fix server test
9 months ago
Aram Akhavan
f24abf254b
Add tests for not repeating notifications
9 months ago
Aram Akhavan
cc889f2a2d
fix notify tests
9 months ago
Jason Kulatunga
2aa242e364
update mockgen instructions
9 months ago
Jason Kulatunga
1c193aa043
add database interface mock
9 months ago
Aram Akhavan
01c5a7fdfe
Address review comments
9 months ago
Aram Akhavan
98d958888c
refactor common code
9 months ago
Aram Akhavan
4e5c76b259
Add support for disabling repeat notifications
...
* Add a new database function for getting the tail
* Update ShouldNotify() to handle ignoring repeat notifications if set
9 months ago
Aram Akhavan
6417d71311
Add a setting for repeating notifications or not
9 months ago
Aram Akhavan
3285eb659f
Fix some development issues
9 months ago
Thomas Way
db86bac9ef
fix(collector): show correct nvme capacity
...
Some nvme devices do not report their capacity through the usual
'user_capacity' field, instead the total capacity is reported with the
'nvme_total_capacity' field.
Fixes : #466
10 months ago
Jason Kulatunga
a3dfce3561
Update INSTALL_HUB_SPOKE.md
...
fixes https://github.com/AnalogJ/scrutiny/issues/495
10 months ago
Jason Kulatunga
240178d742
Merge pull request #529 from KaeTuuN/patch-1
...
Update README.md Links to compose files
10 months ago
Jason Kulatunga
2dcb6cd6b6
Merge pull request #566 from PrplHaz4/patch-3
...
Add COLLECTOR_HOST_ID env var to hubspoke example
10 months ago
PrplHaz4
56df7b5797
Add COLLECTOR_HOST_ID env var to hubspoke example
...
Added COLLECTOR_HOST_ID environment variable to hubspoke example
10 months ago
Jason Kulatunga
d54a0abc8c
Merge pull request #559 from ibizaman/patch-1
...
Fix typo in readme
11 months ago
Pierre Penninckx
061f55f5b1
Fix typo in readme
11 months ago
Jason Kulatunga
5bbd4c3b64
update delete device message to clarify that no data will actually be effected, only scrutiny data.
...
fixes #544
12 months ago
Jason Kulatunga
fb6c3d6a24
document Shoutrrr special characters in username & password -
...
fixes #532
1 year ago
KaeTuuN
87dc51a9c0
Update README.md Links to compose files
...
Links were not working, so I replaced them with working ones.
1 year ago
packagrio-bot
c3a0fb7fb5
(v0.7.2) Automated packaging of release by Packagr
1 year ago
Jason Kulatunga
5e87608587
Merge pull request #520 from kaysond/patch-1
1 year ago
Jason Kulatunga
ab7fd107e7
Merge pull request #527 from kaysond/master
1 year ago
Aram Akhavan
550cd59093
Fix parsing of attribute 188 on seagate drives
1 year ago
Aram Akhavan
a8621d2bb0
Update permissions setting in Dockerfile.web
...
This fixes issues with assets loading when you run as non root users
1 year ago
Jason Kulatunga
4b1d9dc2d3
Merge pull request #519 from SlavikCA/patch-1
1 year ago
Slavik
22769b962e
Docs: few more details about Traefik proxy
1 year ago
Slavik
feb7909961
Docs: add Traefik REVERSE_PROXY config example
1 year ago
Jason Kulatunga
2f01e8c8e0
Merge pull request #512 from kaysond/master
1 year ago
Aram Akhavan
31c2daedf7
fix smart 188 thresholds
1 year ago
packagrio-bot
ee893cc360
(v0.7.1) Automated packaging of release by Packagr
2 years ago
Jason Kulatunga
d73907d357
Merge pull request #474 from AnalogJ/beta
2 years ago
Jason Kulatunga
0b50305f38
fix invalid COPY instruction.
2 years ago
Jason Kulatunga
ee3d719c3a
simplify docker image build
...
changes contributed by @modem7
fixes #461
2 years ago
Jason Kulatunga
d76cdca4a5
Merge pull request #472 from adamantike/misc/add-support-for-yml-config-files
2 years ago
Jason Kulatunga
b34ed607b7
Merge pull request #471 from adamantike/feat/add-support-for-ntfy-notifications
2 years ago
Michael Manganiello
932e191510
Allow configuration files with yml extension
...
If a `collector.yml` or `scrutiny.yml` configuration file is present,
use it as long as a `.yaml` version is not available too.
Fixes #79
2 years ago
Michael Manganiello
3a6c407fe7
Add support for ntfy notifications
...
Updates [`shoutrrr`](containrrr.dev/shoutrrr/) to `v0.7.1` to enable
support for [ntfy](https://ntfy.sh/ ) notifications.
Fixes #433 .
2 years ago