Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
ed699732
Commit
ed699732
authored
Jun 03, 2020
by
Daniele Tafani
Browse files
Fixed mess on config files
parent
c156ea45
Changes
5
Hide whitespace changes
Inline
Side-by-side
analytics/config/smoothing.conf
View file @
ed699732
...
...
@@ -37,7 +37,7 @@
;}
smoother
grafanaCoarse
{
interval
1000
interval
1000
0
minValues
10
duplicate
false
separator
"-"
...
...
collectagent/config/collectagent.conf
View file @
ed699732
...
...
@@ -14,9 +14,9 @@ global {
restAPI
{
address
127
.
0
.
0
.
1
:
8080
certificate
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
cert
.
pem
privateKey
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
key
.
pem
dhFile
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
crypto
/
dh
/
dh2048
.
pem
certificate
../..
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
cert
.
pem
privateKey
../..
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
key
.
pem
dhFile
../../
/
deps
/
openssl
-
1
.
1
.
1
c
/
crypto
/
dh
/
dh2048
.
pem
user
admin
{
password
d033e22ae348aeb5660fc2140aec35850c4da997
...
...
@@ -47,7 +47,7 @@ analytics {
operatorPlugins
{
operatorPlugin
smoothing
{
config
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
dcdb
/
analytics
/
config
/
smoothing
.
conf
config
}
}
dcdbpusher/config/dcdbpusher.conf
View file @
ed699732
...
...
@@ -29,14 +29,26 @@ restAPI {
}
plugins
{
plugin
tester
{
plugin
perfevent
{
path
./
config
}
plugin
procfs
{
path
./
config
}
plugin
sysfs
{
path
./
config
}
operatorPlugins
{
operatorPlugin
smoothing
{
config
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
dcdb
/
analytics
/
config
/
smoothing
.
conf
config
}
}
dcdbpusher/config/tester.conf
View file @
ed699732
...
...
@@ -3,7 +3,7 @@ global {
}
template_group
def1
{
interval
10
interval
10
00
minValues
3
startValue
0
}
...
...
grafana/config/grafana.conf
View file @
ed699732
...
...
@@ -15,9 +15,9 @@ hierarchy {
restAPI
{
address
127
.
0
.
0
.
1
:
8081
certificate
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
cert
.
pem
privateKey
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
key
.
pem
dhFile
/
Users
/
di34bap
/
Projects
/
dcdb
-
devel
/
deps
/
openssl
-
1
.
1
.
1
c
/
crypto
/
dh
/
dh2048
.
pem
certificate
../..
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
cert
.
pem
privateKey
../..
/
deps
/
openssl
-
1
.
1
.
1
c
/
test
/
certs
/
ca
-
key
.
pem
dhFile
../..
/
deps
/
openssl
-
1
.
1
.
1
c
/
crypto
/
dh
/
dh2048
.
pem
user
user1
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment