Giter Club home page Giter Club logo

datadog_checks's Introduction

Hi there ๐Ÿ‘‹

datadog_checks's People

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

jharley

datadog_checks's Issues

Modify to take queue param from config

We're currently hardcoding deferred, but need to be setting the queue's in the config and pulling them in from there. Example from the current postfix config...

  - directory: /var/spool/postfix
    queues:
      - incoming
      - active
      - deferred```

QShape Config Yaml?

Doesn't this check require a YAML config to work with DataDog? If so, that needs to be included with the check source.

QShape PEP8 Violations

Fix these:

qshape/qshape_check.py:7:1: W191 indentation contains tabs
qshape/qshape_check.py:8:1: W191 indentation contains tabs
qshape/qshape_check.py:9:1: W191 indentation contains tabs
qshape/qshape_check.py:10:1: W191 indentation contains tabs
qshape/qshape_check.py:12:1: W191 indentation contains tabs
qshape/qshape_check.py:13:1: W191 indentation contains tabs
qshape/qshape_check.py:14:1: W191 indentation contains tabs
qshape/qshape_check.py:15:1: W191 indentation contains tabs
qshape/qshape_check.py:16:1: W191 indentation contains tabs
qshape/qshape_check.py:18:1: W191 indentation contains tabs
qshape/qshape_check.py:19:1: W191 indentation contains tabs
qshape/qshape_check.py:20:1: W191 indentation contains tabs
qshape/qshape_check.py:21:1: W191 indentation contains tabs
qshape/qshape_check.py:21:2: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:23:1: W191 indentation contains tabs
qshape/qshape_check.py:24:1: W191 indentation contains tabs
qshape/qshape_check.py:25:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:25:25: E127 continuation line over-indented for visual indent
qshape/qshape_check.py:27:80: E501 line too long (80 > 79 characters)
qshape/qshape_check.py:28:80: E501 line too long (81 > 79 characters)
qshape/qshape_check.py:29:80: E501 line too long (86 > 79 characters)
qshape/qshape_check.py:31:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:31:1: W191 indentation contains tabs
qshape/qshape_check.py:32:1: W191 indentation contains tabs
qshape/qshape_check.py:33:1: W191 indentation contains tabs
qshape/qshape_check.py:36:1: W191 indentation contains tabs
qshape/qshape_check.py:36:2: E303 too many blank lines (2)
qshape/qshape_check.py:37:1: W191 indentation contains tabs
qshape/qshape_check.py:38:1: W191 indentation contains tabs
qshape/qshape_check.py:39:1: W191 indentation contains tabs
qshape/qshape_check.py:40:1: W191 indentation contains tabs
qshape/qshape_check.py:41:1: W191 indentation contains tabs
qshape/qshape_check.py:43:1: W191 indentation contains tabs
qshape/qshape_check.py:44:1: W191 indentation contains tabs
qshape/qshape_check.py:46:1: W191 indentation contains tabs
qshape/qshape_check.py:47:1: W191 indentation contains tabs
qshape/qshape_check.py:48:1: W191 indentation contains tabs
qshape/qshape_check.py:49:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:49:44: E127 continuation line over-indented for visual indent
qshape/qshape_check.py:50:44: E127 continuation line over-indented for visual indent
qshape/qshape_check.py:51:44: E127 continuation line over-indented for visual indent
qshape/qshape_check.py:52:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:52:1: W191 indentation contains tabs
qshape/qshape_check.py:53:1: W191 indentation contains tabs
qshape/qshape_check.py:55:1: W191 indentation contains tabs
qshape/qshape_check.py:56:1: W191 indentation contains tabs
qshape/qshape_check.py:61:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:66:1: E302 expected 2 blank lines, found 0
qshape/qshape_check.py:67:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:67:1: W191 indentation contains tabs
qshape/qshape_check.py:68:1: W191 indentation contains tabs
qshape/qshape_check.py:69:1: W191 indentation contains tabs
qshape/qshape_check.py:70:1: W191 indentation contains tabs
qshape/qshape_check.py:72:1: W191 indentation contains tabs
qshape/qshape_check.py:73:1: W191 indentation contains tabs
qshape/qshape_check.py:74:1: E101 indentation contains mixed spaces and tabs
qshape/qshape_check.py:74:9: W191 indentation contains tabs
qshape/qshape_check.py:75:36: E127 continuation line over-indented for visual indent

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.