Skip to content

Commit

Permalink
feat: add new diag for hdd_monitor to diagnostics aggregator
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta committed Apr 6, 2022
1 parent 341b77f commit 0161d71
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@
contains: [": HDD Usage"]
timeout: 3.0

power_on_hours:
type: diagnostic_aggregator/GenericAnalyzer
path: usage
contains: [": HDD PowerOnHours"]
timeout: 3.0

total_data_written:
type: diagnostic_aggregator/GenericAnalyzer
path: usage
contains: [": HDD TotalDataWritten"]
timeout: 3.0

process:
type: diagnostic_aggregator/AnalyzerGroup
path: process
Expand Down

0 comments on commit 0161d71

Please sign in to comment.