Project

General

Profile

Actions

Feature #41822

open

mgr/dashboard: enable the user to download/copy a smartctl report of a device

Added by Patrick Seidensal over 4 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Component - OSDs
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Currently the smartctl information retrieved is returned as JSON. To enable the user to copy or download such a report, we would have to either return the JSON data as received, create an own report out of it or by simply returning the smartctl output as returned from smartctl. The last option seems most meaningful to me, as this is the report that is used to be shared (for instance on the smartmontools mailing list).

To do so, the smartctl command executed by the mon needs to be adapted to return the non-JSON output, too. Then the frontend needs to be adapted to enable the user to download or copy this output.

The required smartctl command needs to have the

--json=o
argument.


Related issues 1 (1 open0 closed)

Related to Dashboard - Bug #42224: mgr/dashboard: move smart data integration to devices tabNewPatrick Seidensal

Actions
Actions

Also available in: Atom PDF