Giter Site home page Giter Site logo

Comments (4)

mjseid avatar mjseid commented on June 15, 2024

Thanks so much for your comments!

Sorry it took so long to respond, I wasn't watching notifications from this repo so I didn't notice it until now. We'll be more responsive in the future.

  • Heka ports
    You're right, thanks for pointing this mis-match out. I've updated the README to make them match.
  • docker-compose.yml
    To clarify are you saying you couldn't get it to work until you took away the "-" in front of the PRECREATE? I've updated to docker (1.8.3) and docker-compose(1.4.2) and tried to reproduce but the syntax I've included in the yml is still creating the databases for me.
  • Lua Slack Fliters
    I've updated the README to mention updating the alert filters with the correct url. The "@channel" is prepended so that slack alerts every member of the channel that an alert has occurred whether they are currently viewing the channel or not. We're basically using it as a page-out, but you're right if you don't want or need that you can omit it like you did. Here's some info on the slack options there for making channel announcements https://slack.zendesk.com/hc/en-us/articles/202009646-Making-announcements

from cf-metrics.

jleavers avatar jleavers commented on June 15, 2024

Hi,

Yes, I removed the hyphen - my working influxdb section is as follows:

influxdb:
  build: ./influxdb
  ports:
  - "8083:8083"
  - "8084:8084"
  - "8086:8086"
  environment:
    PRE_CREATE_DB: bosh_prod;cf_prod
  #command: /opt/influxdb/influxd restore -config /etc/opt/influxdb/influxdb.config /data/mybak

from cf-metrics.

mjseid avatar mjseid commented on June 15, 2024

Hm,
does it work if you move the hyphen over a couple spaces? I know at least AWS ECS seems to be more picky about spacing than straight docker for me

  environment:
    - PRE_CREATE_DB=cf_np;cf_prd;bosh_np;bosh_prd

from cf-metrics.

mjseid avatar mjseid commented on June 15, 2024

I haven't been able to replicate the issue with the compose yml so I'm closing the issue. Thanks

from cf-metrics.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.