blob: 2d0113e07dc65dde48c0aad82468dfeb40e7573c [file] [log] [blame]
Jayanth Othayoth04e430c2017-10-15 06:13:48 -05001#!/bin/bash
2#
3# config: 123 10
4# @brief: Collect failed services information.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="failed services"
10file_name="failed-services.log"
11command="systemctl --failed"
12
13add_cmd_output "$command" "$file_name" "$desc"