This repository was archived by the owner on May 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.properties
More file actions
90 lines (75 loc) · 3.63 KB
/
Copy pathconfig.properties
File metadata and controls
90 lines (75 loc) · 3.63 KB
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
80
81
82
83
84
85
86
87
88
89
90
#
# Copyright (c) 2018-, Densify Inc. D/B/A Densify
# All Rights Reserved.
#
# For Densify Versions >= 10.2.6 and Forwarder >= 1.2c
#
###################################################################
# HOST definition section
# Specify the hostname, port, protocol, endpoint definition and
# user credentials (API access information).
###################################################################
host <instance>.densify.com
protocol https
port 443
endpoint /CIRBA/api/v2/
user <Densify user>
#password <password>
#epassword <override plaintext; use the result of Encrypt.jar>
###################################################################
# Specify settings for Prometheus used by the dataCollection.
###################################################################
prometheus_address <Prometheus hostname. Using the internal service name is recommended (i.e. “service name”.”namespace”.svc)>
prometheus_port <prometheus port|9090>
#prometheus_protocol <http|https>
#cluster_name <optional parameter that allows you to specify name to show for cluster in Densify. If not specified will use the prometheus_address>
#interval <days|hours|minutes>
#interval_size 1
#history 1
#node_group_list label_cloud_google_com_gke_nodepool,label_eks_amazonaws_com_nodegroup,label_agentpool,label_pool_name,label_alpha_eksctl_io_nodegroup_name,label_kops_k8s_io_instancegroup
#sample_rate 5
#prometheus_oauth_token /var/run/secrets/kubernetes.io/serviceaccount/token
#ca_certificate /var/run/secrets/kubernetes.io/serviceaccount/service-ca.crt
###################################################################
# Specify the client transfer settings/options in this section.
###################################################################
# When a directory is transferred and zip is enabled, this zip name will be used.
zipname data/<identifier for the source of the data e.g. cluster name>
# The following prefix will be added to the transferred filenames.
prefix containers
# This setting specifies the default filename or directory to upload when a name is not supplied.
source data
# This setting adds a timestamp, in the specified format, to the filename, if set to true.
# [<prefix>]_yyyMMdd_HHmmss_<filename>[.zip]
stamp true
# This setting specifies the number of lines to tail when outputting log data.
#tail <10>
# This setting allows the client to use different API calls for some operations.
# Differences can be seen when using debug mode.
#v2 <true|false>
###################################################################
# Specify the connection details for proxyhost access, in this section.
# These setting are only applicable if the <proxyhost> is defined.
###################################################################
#proxyhost <proxy.host.com>
#proxyport <port>
#proxyprotocol <http|https>
#proxyauth <Basic|NTLM>
#proxyuser <username>
#proxypassword <password>
#eproxypassword <override plaintext; use result of Encrypt.jar>
# The following settings are used for NTLM authentication:
#proxyserver <domain user name>
#proxydomain <domain>
###################################################################
# Specify any commands to be invoked before client execution in this section.
# This command will be called before client execution.
###################################################################
# Linux sample - data collection using python script
command ./dataCollection
args --file config --path ./config
###################################################################
# Specify debugging options in this section.
###################################################################
#debug <true|false>
#internal <true|false>