8a975e2164
log request body.
Jason Kulatunga
2020-09-22 10:09:29 -06:00
7cdacbaffc
add information about how to generate debug logs
Jason Kulatunga
2020-09-21 22:27:59 -06:00
2fee2bf906
fix tests.
Jason Kulatunga
2020-09-21 21:22:07 -06:00
1c59b3c245
fix tests.
Jason Kulatunga
2020-09-21 19:24:39 -06:00
119e24f6ec
Merge pull request #41 from AnalogJ/ext_logging
Jason Kulatunga
2020-09-21 19:04:29 -06:00
a57120d600
adding new environmental variables for added debugging: COLLECTOR_LOG_FILE, COLLECTOR_DEBUG, DEBUG, SCRUTINY_LOG_FILE, SCRUTINY_DEBUG
Jason Kulatunga
2020-09-21 18:41:52 -06:00
f2dd87cf82
dont use a go-routine -- disable concurrency.
Jason Kulatunga
2020-09-21 09:59:52 -06:00
8b139ad157
remove concurrency for collector, it causes issues on systems with lots of devices. Just retrieve the data in order for now (eventually we may do it in batches).
Jason Kulatunga
2020-09-21 08:44:38 -06:00
286ec25a94
(0.2.0) Automated packaging of release by Packagr
0.2.0
Jason Kulatunga
2020-09-21 03:15:05 +00:00
211fe7843a
Update issue templates
Jason Kulatunga
2020-09-20 21:00:52 -06:00
d6fad90fa4
Merge pull request #38 from AnalogJ/smartctl_scan
Jason Kulatunga
2020-09-20 20:42:26 -06:00
fd82e9a4da
print error message if publish does not finish successfully.
Jason Kulatunga
2020-09-20 15:08:58 -06:00
ad3f8480d9
added some anonymized nvme test data to ensure that NVMe drives are correctly processed by new device detection. thanks @Roxedus. All db testing is done with files created in a temp directory.
Jason Kulatunga
2020-09-20 15:03:39 -06:00
297f0a51c5
adding ability to write a log file with all output from collector. Executing commands will now log be logged (and when debug is enabled, their output's are also logged).
Jason Kulatunga
2020-09-19 18:51:35 -06:00
67d1c592a5
include the device type in the title, if it's non-standard.
Jason Kulatunga
2020-09-19 11:25:19 -06:00
24262f7c8c
pass deviceType when running smartctl data collection (for megaraid type disks). Make DevicePrefix a public function available outside the detect module. if device type is detected as "ata" or "scsi", dont pass in via -d parameter, can cause issues with missing data.
Jason Kulatunga
2020-09-18 21:37:32 -06:00
66122778a3
only the firmware can really change between scans. Lets slim down the metadata update.
Jason Kulatunga
2020-09-18 20:27:35 -06:00
3deca46851
fix.
Jason Kulatunga
2020-09-18 19:54:48 -06:00
23d5b86b1b
new device detection engine (OS aware). Uses smartctl --scan to detect drives (and conditionally uses jaypipes/ghw). WWN is calculated from smartctl data, then retrieved from GHW, and fallsback to serial number. WWN calcuation code is based on IEEE spec, for "Registered" IEEE format - NAA5. TODO: support NAA6 and other formats?
Jason Kulatunga
2020-09-18 19:27:55 -06:00
f53833d617
add codecov badge.
Jason Kulatunga
2020-09-20 16:51:36 -06:00
fab1e3c624
fix the coverage file path.
Jason Kulatunga
2020-09-20 16:28:38 -06:00
a55f3acacf
generate a coverage.txt file, and upload to codecov.io.
Jason Kulatunga
2020-09-20 16:24:30 -06:00
853b1a7249
Merge pull request #28 from AnalogJ/notify_failures
Jason Kulatunga
2020-09-18 14:44:24 -06:00
a7cd912318
dont ignore NVME storage controllers.
Jason Kulatunga
2020-09-18 10:43:14 -06:00
e6eeaf7e31
adding mocked detail data for frontend viewing. placeholders for settings panels. Add dialog panel for Details setings.
Jason Kulatunga
2020-09-16 17:30:28 -07:00
5101a37964
adding device protocl and type to the. Adding class for parsing smartctl --scan json output, for device detection. added an example/test file for smartctl -x -j added a placeholder settings panel. moved dashboard & details compoonent out of "Admin" directory.
Jason Kulatunga
2020-09-16 08:09:50 -07:00
98415e625d
fix import. added simle test for notify test endpoint.
Jason Kulatunga
2020-09-12 14:40:21 -07:00
78a619b09d
moved middleware into more relevant location. Adding send test notifications handler. making sure that config is available from web handler functions.
Jason Kulatunga
2020-09-12 13:19:08 -07:00
c913cf39b9
adding new nottification validation erorr. Added a notification class containing webhook, script and shoutrrr notification logic. Adding "Test notification endpoint".
Jason Kulatunga
2020-09-12 12:43:41 -07:00
6bee0d1489
don't build a docker image and attach to the release. Scrutiny is public now, images hosted on docker-hub.
Jason Kulatunga
2020-09-18 10:06:33 -06:00
cadf055105
add license and logo link.
Jason Kulatunga
2020-09-18 09:58:57 -06:00
1acd7e0d47
badges
Jason Kulatunga
2020-09-18 09:45:11 -06:00
266c95f857fix#3 Make sure that the collector attempts to correctly communicate with webapp container, even when running in dedicated container (and triggered manually). fixes cron schedule to run daily. added instructions for dedicated containers.
Jason Kulatunga
2020-09-18 09:23:39 -06:00
458eaf2726
Merge pull request #1 from RealOrangeOne/patch-1
Jason Kulatunga
2020-09-17 08:45:03 -07:00
5c6e1b5ce2
Fix scrutiny binary location
Jake Howard
2020-09-17 13:28:21 +01:00
62b2ec9554
(0.1.13) Automated packaging of release by Packagr
0.1.13
Jason Kulatunga
2020-09-17 03:24:22 +00:00
0c85f65ebb
typos.
Jason Kulatunga
2020-09-16 18:56:39 -07:00
373e3e335c
add thankyou comment to README.
Jason Kulatunga
2020-09-16 18:42:58 -07:00
a4a8cc7b79
update readme docs.
Jason Kulatunga
2020-09-16 18:27:44 -07:00
f40b8d0c53
fix Docker command in CONTRIBUTING.md
Jason Kulatunga
2020-09-16 18:21:29 -07:00
fa33b00826
fix Github Actions after move.
Jason Kulatunga
2020-09-16 18:19:47 -07:00
6e6c9b7251
fix dockerfile.
Jason Kulatunga
2020-09-16 18:13:06 -07:00
b44b052f81
fix copy.
Jason Kulatunga
2020-09-16 18:03:35 -07:00
14d733e9cc
move docker files & eventually docker-compose files into 'docker' directory.
Jason Kulatunga
2020-09-16 18:03:02 -07:00
5c9ed3ba22
update LICENSE section.
Jason Kulatunga
2020-09-16 17:57:42 -07:00
1def7d334c
add image to readme.
Jason Kulatunga
2020-09-16 17:55:36 -07:00
e43048feae
only run CI on pushes.
Jason Kulatunga
2020-09-08 22:41:44 -07:00
834dcdc223
update test db.
Jason Kulatunga
2020-09-08 22:39:47 -07:00
c8471ffa88
(0.1.12) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-09 05:34:03 +00:00
ea9e7ec218
Merge pull request #46 from AnalogJHQ/scsi_nvme_ui
Jason Kulatunga
2020-09-08 22:30:42 -07:00
86fc10b7b9
added ideal and thresholds for NVMe and SCSI drives. Added functions (PopulateAttributeStatus) to ensure that NVME and SCSI drives set the status for SMART attributes. Moved Status populating fucntion into the *Attribute files, so they are closer to the code they actually interact with. Fix frontend to correctly display status, thresh and Ideal for NVMe and SCSI ddrives.
Jason Kulatunga
2020-09-08 22:24:24 -07:00
fb1415f8a5
(0.1.11) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-07 15:47:30 +00:00
2ca6213fa5
fix release docker.
Jason Kulatunga
2020-09-07 08:44:36 -07:00
022b6b6598
(0.1.10) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-07 15:39:06 +00:00
9a053357fa
trying to fix automated release.
Jason Kulatunga
2020-09-07 08:36:06 -07:00
09eca64a03
(0.1.9) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-07 15:26:16 +00:00
e111374c1b
Merge remote-tracking branch 'origin/master'
Jason Kulatunga
2020-09-07 08:23:34 -07:00
0eb96bdae1
trying to fix docker-release trigger.
Jason Kulatunga
2020-09-07 08:23:23 -07:00
442cda254c
(0.1.8) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-07 15:19:26 +00:00
abfb0a2612
add a name to release-docker.yaml workflow.
Jason Kulatunga
2020-09-07 08:15:00 -07:00
451bf73334
(0.1.7) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-07 15:10:48 +00:00
dd51451425
cleanup old artifacts from CI.
Jason Kulatunga
2020-09-07 07:47:35 -07:00
5c77c82156
tweaking release pipeline
Jason Kulatunga
2020-09-06 17:17:16 -07:00
329446869b
tweaking release pipeline to support docker-in-docker.
Jason Kulatunga
2020-09-06 16:26:17 -07:00
586767393d
(0.1.6) Automated packaging of release by Packagr
Jason Kulatunga
2020-09-06 23:14:48 +00:00
390ac1d0a5
Merge pull request #44 from AnalogJHQ/notify
Jason Kulatunga
2020-09-06 16:12:09 -07:00
6cf341a5f1
tweaking release pipeline.
Jason Kulatunga
2020-09-06 16:11:04 -07:00
5dd3aed1fe
adding threshold for percentage Used. Adding release pipeline.
Jason Kulatunga
2020-09-06 16:06:52 -07:00
e283d43654
rename metadata class names. adding metadata for NVME and SCSI drives. send back protocol specific metadata for displaying data in the UI for attributes. UI - moved all metadata lookups into named functions (for better if/else logic) show different columns if nvme or scsi.
Jason Kulatunga
2020-08-28 00:41:08 -07:00
2ad120c87b
added debug logging message for detected devices. adding a mocked class for Config. Adding device type to Device struct. Will eventually be needed for raid drives. adding End-to-end testing capabilties. Added testdata json files for webserver requests. Seperated Start code and Setup code in webapp so we can test. renamed "smart_attributes" to "ata_attributes" - Backwards incomatible change. Added front end device sorting (red, yellow, green) show unknown icon/status if drive has no smart data yet. Moved all attribute "getters" into the controller. created a device-sort pipe.
Jason Kulatunga
2020-08-26 21:35:13 -07:00
5a80ae3e74
WIP - start supporting NVME and SCSI drive smart data. Added addiitonal log message data for Smartctl exit ccode.
Jason Kulatunga
2020-08-24 23:01:03 -07:00
794479b28e
(v0.1.4) Automated packaging of release by Packagr
packagr-io-beta
2020-08-23 00:49:43 +00:00
a08e1457c4
upadte packggr.
Jason Kulatunga
2020-08-22 17:35:30 -07:00
f7b2a7b41b
make sure results from failing smartctl execution is still sent to API.
Jason Kulatunga
2020-08-22 17:27:44 -07:00
92d54df022
adding test files.
Jason Kulatunga
2020-08-21 21:14:25 -07:00
d636709aa1
Moved version file into webapp source tree. Replacing fmt with logger calls. moved Jobber config file into /scrutiny/jobber directory. Added scsi json file. Moved API rooute handlers into their own files in a module. Added not yet implemnented tooltips.
Jason Kulatunga
2020-08-21 18:06:00 -07:00
c14f313fa1
check array length.
Jason Kulatunga
2020-08-21 00:22:56 -07:00
fa5a2381cc
update README with new instructions.
Jason Kulatunga
2020-08-20 23:52:11 -07:00
5a3a1f4165
(v0.1.2) Automated packaging of release by Packagr
packagr-io-beta
2020-08-21 06:42:34 +00:00