Giter Club home page Giter Club logo

redalert's Issues

Config - Load via S3

Integrate using AWS SDK to read from S3 bucket, to avoid having publicly exposed configuration in S3 buckets.

Config - Reduce log verbosity

Hi,

the web-ping check is currently quite noisy:

myservice 2018/01/30 09:50:40 GET https://example.com/v1/status/ApiListener
myservice 2018/01/30 09:50:40 Latency  1.73994

every ten seconds.

Redalert should be able to suppress these "info" logs and only output warnings / errors.

Do not write back into configuration file

Hi there,

using the file backend for configuration, redalert writes back into its own configuration file on each start. This is annoying when using configuration management such as Puppet, Ansible, Chef, etc.. as those tools are designed to ensure the system converges in a certain state.

Because redalert uses a slightly different formatting etc. the configuration file is adjusted by (e.g.) Puppet each time, only to be changed by redalert again.

https://github.com/jonog/redalert/blob/master/config/file_store.go#L45

	err = config.write()
	if err != nil {
		return nil, err
	}

An option to store the state internally without rewriting the config file would be great.

Deploy builds to Docker Hub

https://hub.docker.com/r/jonog/redalert/tags/ appears to be 2 versions behind https://github.com/jonog/redalert/releases. Adding a deploy step to the circle.yml config might help keep these tags up to date.

https://circleci.com/docs/1.0/docker/ has info about adding deploy steps to https://github.com/jonog/redalert/blob/master/circle.yml.

deployment:
  hub:
    branch: master
    commands:
      - docker login -e $DOCKER_EMAIL -u $DOCKER_USER -p $DOCKER_PASS
      - docker push jonog/redalert

undefined: grpc.SupportPackageIsVersion3

It looks like, although you're vendoring with godep, you're not vendoring gprc and there's some version conflict resulting in redalert not building cleanly.

1077)jonog/redalert % go build             
# github.com/jonog/redalert/servicepb
servicepb/service.pb.go:157: undefined: grpc.SupportPackageIsVersion3

Is there a step missing in the documentation?

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.