Hosted Graphite Docs
Get StartedBook a Demo
  • Welcome to Hosted Graphite
  • Getting Started
  • HG-CLI
  • Sending Metrics
    • Supported Protocols
    • Graphite Tag Support
    • Metric Management
    • Metric APIs
  • Language Guide
    • Metric Libraries
    • .NET
    • Go
    • Java
    • Javascript
    • Node.js
    • PHP
    • Postman
    • Python 2.x
    • Python 3.x
    • Python Pickle
    • Ruby
    • Shell
    • TypeScript
  • Dashboard and Graphs
    • Primary Dashboards
    • Dashboard Library
    • Local Dashboard Integration
    • Worldmap Panel
    • Graphite Dashboard Guide
    • Graphite Graph Menu Reference
    • Other Dashboard Options
  • Alerting Guide
    • Alerting Overview
    • Alerts API
    • Notification Channels API
    • Scheduled Mutes API
    • Using Your Own Alerting
  • Agents Guide
    • The Hosted Graphite Agent
      • Base Metrics
      • System Layout
    • Telegraf
    • K8 Telegraf Daemon
    • OpenTelemetry
    • collectd Agent
    • StatsD Agent
    • Diamond
  • Add-Ons and Integrations Guide
    • AWS CloudWatch
    • Azure Monitor Metrics
    • GCP Metrics
    • Carbon-C-Relay
    • Circle CI
    • Cloudbees
    • Collectd Add Ons
    • GitHub
    • GitLab
    • Heroku
    • Hosted StatsD
    • New Relic
    • Papertrail
    • Pingdom
    • Sentry
    • Sitespeed
    • StatsD Add-on
    • Statuspage
  • Account Management
    • Access Keys
    • Account Diagnostics
    • Account Settings
    • Team Access: Limited Access Groups
    • SAML Authentication
    • Team Access
  • Additional Features
    • Aggregation Rules
    • Data Views
  • API Guides
    • Metrics API
    • Tag API
    • Graphite Render API
    • Render Variables API
    • Dashboard API
    • Annotations and Events API
    • Aggregation Rules API
    • Alerts APIs
  • FAQ
    • General
    • Business
    • Technical
    • Account Metrics and Limiting
    • Customization
    • Troubleshooting
    • Support
    • Changelog
Powered by GitBook
On this page
  • Connecting Hosted Graphite to Open Source Alerting Tools
  • Using Hosted Graphite with Cabot
  • Using Hosted Graphite with Seyren

Was this helpful?

  1. Alerting Guide

Using Your Own Alerting

If you feel you need complex graphite Alerting Overview features that we don’t yet support there are several great open source projects to provide alerting on your metrics.

PreviousScheduled Mutes APINextAgents Guide

Last updated 1 year ago

Was this helpful?

Two well-maintained projects are and .

Connecting Hosted Graphite to Open Source Alerting Tools

Connecting Hosted Graphite to open source Alerting tools is a simple process.

  • First, you need to create an .

  • Right-click the URL of the access key, and copy it.

  • Use this value as your Graphite URL in your alerting system.

Using Hosted Graphite with Cabot

GRAPHITE_API: Your Access Key URL
GRAPHITE_USER:
GRAPHITE_PASS:
GRAPHITE_FROM: -10min

Both GRAPHITE_USER and GRAPHITE_PASS should be left empty, they’re not necessary when using the

Note GRAPHITE_API should end with a ‘/’ character.

Using Hosted Graphite with Seyren

Set the GRAPHITE_URL to your Access key URL as either a system property or an environment variable when starting Seyren. In the simplest case:

export GRAPHITE_URL=Your access Key URL
java -jar seyren-1.2.0.jar
open http://localhost:8080
Cabot
Seyren
access key
Access Key.