Jason Kulatunga
edfa75739a
remove freebsd from build.
2020-10-18 10:24:32 -06:00
Jason Kulatunga
7293f2e48b
disable freebsd builds.
2020-10-17 12:44:46 -06:00
Jason Kulatunga
c89381b39e
set GOOS and GOARCH correctly when not using xgo.
2020-10-17 11:33:01 -06:00
Jason Kulatunga
d6c1d4aa04
use Make + XGO to build static binaries. attempt #3
2020-10-17 11:20:13 -06:00
Jason Kulatunga
5be3407489
386
2020-10-17 11:15:55 -06:00
Jason Kulatunga
4fd650a150
adding a vagrantfile for testing. Adding 32bit version of binary for freebsd.
2020-10-17 11:08:25 -06:00
Jason Kulatunga
c9620b5f87
use Make + XGO to build static binaries. attempt #3
2020-10-15 23:38:58 -06:00
Jason Kulatunga
a83aab79bf
use Make + XGO to build static binaries. attempt #3
2020-10-14 21:22:46 -06:00
Jason Kulatunga
75b78a45c0
use Make + XGO to build static binaries. attempt #3
2020-10-14 21:17:03 -06:00
Jason Kulatunga
bdbb7d0e1b
make sure CGO is enabled for all builds, required by sqlite.
2020-10-14 01:34:12 -06:00
Jason Kulatunga
de3269409f
Update .gitattributes
2020-10-11 11:05:12 -06:00
Jason Kulatunga
c1aaf67152
Merge pull request #98 from ryck/feature/add-last-updated-time
...
Add timestamp to last updated
2020-10-11 10:22:31 -06:00
Ricardo Gonzalez
95ef254b8c
Add timestamp to last updated. Fixes #87
2020-10-11 16:14:43 +01:00
Jason Kulatunga
0fffc167fb
Update SUPPORTED_NAS_OS.md
2020-10-09 17:39:50 -06:00
Jason Kulatunga
216d3a6fe3
Rename INSTALL_UNRAID to INSTALL_UNRAID.md
2020-10-09 17:39:23 -06:00
Jason Kulatunga
c841ba56de
Merge pull request #97 from teambvd/patch-1
...
Create INSTALL_UNRAID
2020-10-09 17:38:53 -06:00
Jason Kulatunga
afca629848
Update build.yaml
2020-10-09 17:35:57 -06:00
Jason Kulatunga
aa720f7065
Update README.md
2020-10-09 11:21:23 -06:00
Jason Kulatunga
b7f97c27bc
Update .gitattributes
2020-10-09 11:20:34 -06:00
Jason Kulatunga
52a0f7575e
addd a label to PRs and Issues opened by sponsors.
2020-10-09 11:07:26 -06:00
Jason Kulatunga
e7a3fd96f0
Scrutiny was trending under the wrong language :(
2020-10-09 10:53:45 -06:00
Jason Kulatunga
e32af371f7
tweaks to odcumenation.
2020-10-09 09:58:27 -06:00
Jason Kulatunga
382175bbb1
Merge pull request #95 from AnalogJ/instant_collector
2020-10-09 09:51:01 -06:00
Jason Kulatunga
b09ec3b912
install curl for checking if webserver is ready.
2020-10-09 03:27:12 -06:00
Jason Kulatunga
1b2e95532b
automatically run collector on container startup.
...
fixes #73
2020-10-08 21:24:35 -06:00
Jason Kulatunga
cb307409a0
Merge pull request #77 from AnalogJ/more-release-flavors
0.3.1
2020-10-08 20:41:16 -06:00
Jason Kulatunga
dd202c63ec
making sure that release binaries are static as well.
2020-10-08 20:19:30 -06:00
Jason Kulatunga
9dd80d7d66
adding release binaries for linux-arm, linux-arm64, freebsd-amd64
2020-10-08 20:11:42 -06:00
Jason Kulatunga
bf07077154
fail if the parent directory for database does not exist.
2020-10-08 20:00:03 -06:00
Jason Kulatunga
bd2f305d80
Merge pull request #89 from AnalogJ/static_binary
2020-10-08 19:35:42 -06:00
Jason Kulatunga
e32fc5947e
static binaries for CI.
2020-10-08 19:28:36 -06:00
Jason Kulatunga
ac6b02808c
fix ldd command.
2020-10-08 18:59:56 -06:00
Jason Kulatunga
0a55a7076f
remove ldd command.
2020-10-08 18:59:35 -06:00
Jason Kulatunga
9e10f3bf50
using netgo
2020-10-08 18:56:28 -06:00
Jason Kulatunga
f410e60235
print ldd info as well.
2020-10-08 18:51:38 -06:00
Jason Kulatunga
1d35b14c9d
update collector tags.
2020-10-08 17:58:47 -06:00
Jason Kulatunga
aff9a0b258
static build attempt 2.
2020-10-08 17:54:24 -06:00
Jason Kulatunga
9ffc55ba13
fix
2020-10-08 17:48:44 -06:00
Jason Kulatunga
99ec2eb2dc
using CGO_ENABLED=0 again (-extldflags=-static didnt work for webapp).
2020-10-08 17:48:44 -06:00
Jason Kulatunga
7e78fb4e7d
test -extldflags=-static instead (CGO_ENABLED=0 works, but checking alternatives)
2020-10-08 17:48:44 -06:00
Jason Kulatunga
4bd3dd4311
testinig CGO_ENABLED=0
2020-10-08 17:48:44 -06:00
Jason Kulatunga
f27883ea4c
remove requestcatcher live test.
2020-10-08 17:48:44 -06:00
Jason Kulatunga
1e18086c4d
update, working on a true static binary.
2020-10-08 17:48:44 -06:00
Jason Kulatunga
b04f1b07e8
(0.3.0) Automated packaging of release by Packagr
...
Signed-off-by: Jason Kulatunga <jason@thesparktree.com >
0.3.0
2020-10-08 23:37:10 +00:00
Jason Kulatunga
8b5e95f1e1
Merge pull request #88 from AnalogJ/detect_config
2020-10-08 17:33:59 -06:00
Jason Kulatunga
22429800a7
Merge pull request #85 from PrplHaz4/patch-1
2020-10-08 08:50:54 -06:00
PrplHaz4
27e9d2f465
move under docker directory
2020-10-08 10:13:43 -04:00
Jason Kulatunga
9fac3c6308
fix gorm dependency.
2020-10-07 22:07:51 -06:00
Jason Kulatunga
1cd5ebaa43
missing device type update.
2020-10-07 21:59:48 -06:00
Jason Kulatunga
b44ef5cb9c
adding support for a collecto config file.
...
/scrutiny/config/collector.yaml
Adding ability to specify host identifier (label), that is updated on every collector run.
Can be specified by `host-id` CLI or `COLLECTOR_HOST_ID` env var.
Created a config class, interface and associated tests.
Created a "TransformDetectedDrives" function, that will allow users to insert drives not detected by Smarctl --scan, ignore drives that they dont want, and override smartctl device type.
Added Upsert functionality when registering devices.
Replaced "github.com/jinzhu/gorm" with "gorm.io/gorm" (ORM location moved, was using incorrect lib url)
Removed machineid library.
2020-10-07 21:54:29 -06:00