1#!/bin/bash 2# 3# config: 123 5 4# @brief: Collect Host state information. 5# 6 7. $DREPORT_INCLUDE/functions 8 9desc="Host State" 10file_name="host-state.log" 11command="busctl get-property \ 12 xyz.openbmc_project.State.Host \ 13 /xyz/openbmc_project/state/host0 \ 14 xyz.openbmc_project.State.Host \ 15 CurrentHostState" 16 17add_cmd_output "$command" "$file_name" "$desc" 18