Skip to content

Commit cd1e2a6

Browse files
mtekelhenrytk
authored andcommitted
Add .bosh. to prefix due to bosh-init namig bug
Because bosh-init currently uses template name as job name, it renders collectd config to say BOSH host is called `collectd`. Add a prefix that explicitly contains `.bosh.` so that we can see which host are metrics coming from. For more derails see cloudfoundry-attic/bosh-init#87
1 parent 94f546f commit cd1e2a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/bosh-manifest/deployments/040-collectd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ properties:
4747
# separately, and therefore this value cannot be templated in.
4848
Host "10.0.16.20"
4949
Port "2003"
50-
Prefix "collectd."
50+
Prefix "collectd.bosh."
5151
EscapeCharacter "_"
5252
SeparateInstances true
5353
StoreRates false

manifests/bosh-manifest/reference-bosh-manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ properties:
189189
# separately, and therefore this value cannot be templated in.
190190
Host "10.0.16.20"
191191
Port "2003"
192-
Prefix "collectd."
192+
Prefix "collectd.bosh."
193193
EscapeCharacter "_"
194194
SeparateInstances true
195195
StoreRates false

0 commit comments

Comments
 (0)