Added databag for mon-agent
This commit is contained in:
parent
efbda287ed
commit
e2f1166a32
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
.vagrant
|
||||
Berksfile.lock
|
||||
.project
|
||||
|
15
data_bags/mon_agent/mon_agent.json
Normal file
15
data_bags/mon_agent/mon_agent.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"id" : "mon_agent",
|
||||
"api" : {
|
||||
"hostname" : "192.168.10.4",
|
||||
"mon_api_url" : "http://192.168.10.4:8080/v2.0/metrics",
|
||||
"mon_api_project_id" : "82510970543135",
|
||||
"use_keystone" : "false",
|
||||
"aggregate_metrics" : "true",
|
||||
"tags" : [
|
||||
"Mini-mon",
|
||||
"Dev"
|
||||
],
|
||||
"log_level" : "DEBUG"
|
||||
},
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user