Added databag for mon-agent

This commit is contained in:
gary-hessler 2014-03-14 11:56:33 -06:00 committed by Tim Kuhlman
parent efbda287ed
commit e2f1166a32
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.vagrant
Berksfile.lock
.project

View 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"
},
}