You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a collector.yaml as previously I had trouble with getting the smart disk info (#560 ). The collector yaml is as follows:
devices:
# example for forcing device type detection for a single disk
- device: /dev/sda
type: 'sat'
- device: /dev/sdb
type: 'sat'
- device: /dev/sdc
type: 'sat'
- device: /dev/sdd
type: 'sat'
commands:
# metrics_scan_args: '--scan --json' # used to detect devices
# metrics_info_args: '--info --json' # used to determine device unique ID & register device with Scrutiny
metrics_smart_args: '--xall --device=sat --json' # used to retrieve smart data for each device.
I can access smartctl disk info from the command line though the web UI is empty of all disk related information. Trying to manually trigger the collector gives no further info:
Hi,
I'm running Scrutiny on a QNAP TS453Be via docker. The container config is as folows:
I have created a collector.yaml as previously I had trouble with getting the smart disk info (#560 ). The collector yaml is as follows:
I can access smartctl disk info from the command line though the web UI is empty of all disk related information. Trying to manually trigger the collector gives no further info:
Any ideas on what I can do to debug further?
The text was updated successfully, but these errors were encountered: