blob: 568e598cdd01783f68be8385d14082f3517b7400 [file] [log] [blame]
Jayanth Othayoth5d7e45f2017-10-15 06:09:03 -05001#!/bin/bash
2#
3# config: 123 50
4# @brief: Collect uptime information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="uptime"
10file_name="uptime.log"
11command="uptime"
12
13add_cmd_output "$command" "$file_name" "$desc"