-
Notifications
You must be signed in to change notification settings - Fork 0
/
runningconfig.ini
79 lines (58 loc) · 1.84 KB
/
runningconfig.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[global]
path_ncdu_executable: /usr/bin/ncdu
# location where temporary output files are stored
path_tempfile: /tmp/
# hostname IP of remote machine to SCP reports to
export_to_hostnameip: dodreamcatcher1.docl.nic
# username to use with scp to auth against the remote machine
export_to_username: root
# the private key identity file to use with the above username
export_to_identityfile_path: /root/.ssh/dreamcatcher
# the path on the remote machine in which to put report files
export_to_remotepath: /root/ncdu-archives/
# the prefix to use for all files
export_to_fileprefix: ncdu-output-
# every file will be named with a timestamp in this format (python datetime)
format_timestamp: %Y%m%d.%H%M%S
# now the list of 'jobs' which are paths that you want NCDU to scan and
# provide a report for
# all path config sections must be prefixed with 'path_'
[path_01]
# the job name as a descriptor
name: user
# path that you want to want to scan with the ncdu command
path: /mapr/mapr.contoso.com/user
[path_02]
name: other
path: /mapr/mapr.contoso.com/
# excludes_list is optional. Each of these exclude paths
# will be used for the --exclude option with NCDU
excludes_list: [
"/mapr/mapr.contoso.com/digital",
"/mapr/mapr.contoso.com/datahub",
"/mapr/mapr.contoso.com/stage",
"/mapr/mapr.contoso.com/apps",
"/mapr/mapr.contoso.com/apps",
"/mapr/mapr.contoso.com/targetaudience"
]
[path_03]
name: digital
path: /mapr/mapr.contoso.com/digital
[path_04]
name: targetaudience
path: /mapr/mapr.contoso.com/targetaudience
[path_05]
name: logs
path: /mapr/mapr.contoso.com/logs
[path_06]
name: apps
path: /mapr/mapr.contoso.com/apps
[path_07]
name: stage
path: /mapr/mapr.contoso.com/stage
[path_08]
name: datahub
path: /mapr/mapr.contoso.com/datahub
[path_09]
name: trxnmatch
path: /mapr/mapr.contoso.com/trxnmatch