blob: 568e598cdd01783f68be8385d14082f3517b7400 [file] [log] [blame]
#!/bin/bash
#
# config: 123 50
# @brief: Collect uptime information.
#
. $DREPORT_INCLUDE/functions
desc="uptime"
file_name="uptime.log"
command="uptime"
add_cmd_output "$command" "$file_name" "$desc"