Skip to content

Commit

Permalink
feat: add new diag for hdd_monitor to diagnostics aggregator (tier4#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-ohta authored and boyali committed Oct 3, 2022
1 parent a18cdda commit 25cbe14
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 25cbe14

Please sign in to comment.