Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GROUNDWORK-3736 Threshold on MRTG graph #366

Closed
wants to merge 4 commits into from

GROUNDWORK-3736 force sending inventory on config

2df584a
Select commit
Loading
Failed to load commit list.
Closed

GROUNDWORK-3736 Threshold on MRTG graph #366

GROUNDWORK-3736 force sending inventory on config
2df584a
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 17, 2024 in 10m 39s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the GROUNDWORK-3736 branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Shell
Operating System Linux (Xenial)
Build Configuration
{
  "language": "shell",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "script": [
    "export DOCKER_HUB_USERNAME=groundworkbot",
    "export DOCKER_HUB_TRIGGER_URL=https://api.travis-ci.com/repo/gwos%2Fnagios/requests",
    "make --warn-undefined-variables -f travis.Makefile all"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "Ywh5rQMCOhw5x2i8Rm9eGjA0bY+xspSiJ+LkNVMq/iJ2DAjLB2NxXoxt4/P9UxSwifJ2SUTUcMsL8RpKzwpSNG0dhPGZMW0j+pySx8jS2FEfqnwY/bynlWZX0qUUM12FUXVVJ2rsKtCvfNSi03sjVoWwCHpCuMuOmS9LPVPKiwfFJ2QitqgckDf25O+qGV4plryc2GA7W0CRAJ52WqWGqOhWvzEchBrUiZ4g6lyo/5IXMaM4hPHGdYBdxDug0m23r3mZfJ0qWmjW+bms0HWaHY4F4UsGVasoMV0vPeIw+H12wt/1EziIllbj6cWve2UKz+zTi1rjdwmxteIWw+FQ07VqlCdjTcnLbLcnAuIny8662QTpIcB2fL9uB+Qu1d8PbLmtE/kIepTwuM8nswQzm53N6L1UlldS6yGpl7v8zxHYl0pvvnTsTYeWXy/48uR+kyw1YUIZKQhzgoLrHYbdj2IHOum9Gqnf3DBQPz4c77lorCy+xMWnSF34fKheB/tvO0MpBCrXphO++q0lHKCvduux4BhW+swWvG6IvNjBrS7/9orrRwOHbGYuUa/KZ12zHUlFVknZ4djmw0TrtpcsY44Wnsk4bI6oZnHs4xX4YX0g5TexLSEgmZQ9Wos9dLiEA/ahRrzuvE1CUxjFibal45Hslc0bDwP7FJRc62L9nGs="
          }
        ],
        "on_pull_requests": true
      }
    ],
    "webhooks": [
      {
        "on_success": "always",
        "on_failure": "always",
        "on_start": "always",
        "on_cancel": "always",
        "on_error": "always"
      }
    ]
  }
}