CreditCardsCom / pingdom-statusboard

Graphs performance summaries for all Pingdom checks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pingdom Statusboard

Build Status

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install --prefix assets
  • Configure your config/dev.secret.exs
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Configuring for development

Configuration for Pingdom should be added to the appropriate secret config for the environment you're targetting. Example: dev.secret.exs

config :dashboard, :pingdom,
  email: "<your account email>",
  password: "<your account password>",
  account_email: "<your primary pingdom account email>",
  app_key: "<pingdom app key>"

Runtime Configuration

Runtime configuration is provided by the following environment variables:

PINGDOM_ACCOUNT_EMAIL

The account owner email of your Pingdom account.

PINGDOM_APP_KEY

The application key configured in Pingdom.

PINGDOM_USER

The username of the user you will use to connect to the Pingdom API

PINGDOM_PASSWORD

The password of the user you will use to connect to the Pingdom API.

License (MIT)

Copyright (c) 2017 - 2018 CreditCards.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Graphs performance summaries for all Pingdom checks

License:Other


Languages

Language:Elixir 85.6%Language:Vue 7.7%Language:JavaScript 4.0%Language:HTML 1.7%Language:Shell 1.0%Language:CSS 0.0%