summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.conf
blob: 6547c03d8de87ba1e4f9705145222ad0f22cb1de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
REQUIRED_MODULES="
	dmidecode
	parse-edid
"
REQUIRED_BINARIES="
	rdmsr
	blockdev
"

REQUIRED_FILES="
	/opt/openslx/hardware-stats/collect_hw_info_json.py
	/opt/openslx/hardware-stats/dmiparser.py
"