Jayanth Othayoth | 5d7e45f | 2017-10-15 06:09:03 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 123 50 | ||||
4 | # @brief: Collect uptime information. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="uptime" | ||||
10 | file_name="uptime.log" | ||||
11 | command="uptime" | ||||
12 | |||||
13 | add_cmd_output "$command" "$file_name" "$desc" |