Skip to content

Instantly share code, notes, and snippets.

@cjchand
Created January 25, 2018 17:31
Show Gist options
  • Save cjchand/6a28b69cb370ffe5eb0e9961ee28d28f to your computer and use it in GitHub Desktop.
Save cjchand/6a28b69cb370ffe5eb0e9961ee28d28f to your computer and use it in GitHub Desktop.
{
  "sensu": [
    {
      "name": "qlab01",
      "host": "oss-sensu-qlab01.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "qlab02",
      "host": "oss-sensu-qlab02.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "qlab03",
      "host": "oss-sensu-qlab03.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "qlab06",
      "host": "oss-sensu-qlab06.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "qlab07",
      "host": "oss-sensu-qlab07.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "zlab01",
      "host": "oss-sensu-zlab01.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "npe-shared",
      "host": "oss-sensu-npe-shared.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "ilab01",
      "host": "oss-sensu-ilab01.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "ilab02",
      "host": "oss-sensu-ilab02.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "ilab03",
      "host": "oss-sensu-ilab03.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "mlab01",
      "host": "oss-sensu-mlab01.example.com",
      "port": 4567,
      "timeout": 5
    },
    {
      "name": "mlab02",
      "host": "oss-sensu-mlab02.example.com",
      "port": 4567,
      "timeout": 5
    }
  ],
  "uchiwa": {
    "host": "0.0.0.0",
    "port": 3000,
    "interval": 5
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment