make sure that the device host id is provided in notifications (if available).

fixes #337
This commit is contained in:
Jason Kulatunga
2022-08-03 20:55:34 -07:00
parent 9a4a8de341
commit d41d535ab7
3 changed files with 127 additions and 18 deletions
+1
View File
@@ -21,5 +21,6 @@ SCRUTINY_DEVICE_NAME - eg. /dev/sda
SCRUTINY_DEVICE_TYPE - ATA/SCSI/NVMe
SCRUTINY_DEVICE_SERIAL - eg. WDDJ324KSO
SCRUTINY_MESSAGE - eg. "Scrutiny SMART error notification for device: %s\nFailure Type: %s\nDevice Name: %s\nDevice Serial: %s\nDevice Type: %s\nDate: %s"
SCRUTINY_HOST_ID - (optional) eg. "my-custom-host-id"
```