Git Product home page Git Product logo

opstools's Introduction

opstools

Scripts, Tools and Notes from the Infoxchange Ops Team

Infoxchange

Infoxchange is a not-for-profit community organisation that delivers technology for social justice.

We work to strengthen communities and organisations, using information technology as the primary tool to create positive social change.

Our vision

Technology for social justice.

Our mission

We strive to create social equality and opportunity by empowering people through access to information communication technology (ICT).

We work towards this by increasing digital inclusion by assisting all those in our communities to access and efficiently use Information Communication Technology raising the level of digital proficiency and improving the efficiency and effectiveness of the community focused sector through Information Communication Technology advocating for and showcasing the benefits of digital empowerment in our communities.

http://www.infoxchange.org

opstools's People

Contributors

bgupta avatar rickycook avatar sammcj avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

opstools's Issues

Threshold v1 API seems to be broken

It seems that API v1 threshold.xml results are not consistent anymore with the reality.
Here is what I got :

<?xml version="1.0" encoding="UTF-8"?>
(…)
    <threshold>
        <id type="integer">9894672</id>
        <type>ErrorRate</type>
        <caution-value>1</caution-value>
        <critical-value>5</critical-value>
        <url>https://rpm.newrelic.com/api/v1/accounts/myACCOUNT/applications/myAPP/thresholds/9894672</url>
    </threshold>
</thresholds>

See the id and the critical-value compared to the v2 results :

{
  "alert_policies": [
    {…},
    {
      "id": 350919,
      "type": "application",
      "name": "Bourse Prod",
      "enabled": true,
      "conditions": [
        {…},
        {
          "id": 2946066,
          "type": "error_rate",
          "severity": "critical",
          "threshold": 10,
          "trigger_minutes": 3,
          "enabled": true
        }
      ],
      "links": {…}
    },
    {…},
  ],
  "links": {…}
}

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.