Last active
September 22, 2023 20:44
-
-
Save DrSpeedy/06b657c60530f4b3e4fbac28961f63c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; HDDQC Sample Settings (Found @ /etc/hddqc/settings.ini) | |
[packing] | |
tech_name = BRIAN | |
form_factor = 3.5 | |
interface_type = SATA_HDD | |
box_uid = BOX_12345678 | |
; General Settings | |
[general] | |
; Determines weather drives will be mapped or not | |
update_disk_map = 1 | |
; Will skip a system disk or anything mounted while mapping if enabled | |
skip_mounted_disks = 0 | |
; Maria DB connection settings | |
[database] | |
; schema is sometimes referred to as 'database' (think 'CREATE DATABASE' statement) | |
schema_name = hddqc_prod | |
address = db1.wiltech.org | |
port = 3306 | |
user_name = user | |
password = super_s3cret | |
use_ssl = 1 | |
ssl_cert_path = /etc/hddqc/ssl/client-cert.pem | |
ssl_key_path = /etc/hddqc/ssl/client-key.pem | |
; Max sizes per form-factor | |
[box_size] | |
25_max = 144 | |
35_max = 30 | |
nvme_max = 500 | |
other_max = 9999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment