summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/ipaddr
blob: 3f1159fabd50a7561c44cec6a961db3f399bf858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
#
# config: 2 30
# @brief: Collect ip addr information.
#

. $DREPORT_INCLUDE/functions

desc="ip addr"
file_name="ipaddr.log"
command="ip addr"

add_cmd_output "$command" "$file_name" "$desc"
OpenPOWER on IntegriCloud