All Projects → heptiolabs → Cruise

heptiolabs / Cruise

Licence: apache-2.0
Relax, we got this.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Cruise

Kvmtop
A monitoring tool for black box virtual machines from KVM hypervisor level
Stars: ✭ 51 (-20.31%)
Mutual labels:  monitoring
Catwatch
A metrics dashboard for GitHub organizations, with results accessible via REST API
Stars: ✭ 54 (-15.62%)
Mutual labels:  monitoring
Datadog Agent
Datadog Agent
Stars: ✭ 1,104 (+1625%)
Mutual labels:  monitoring
Overseer
A golang-based remote protocol tester for testing sites & service availability
Stars: ✭ 51 (-20.31%)
Mutual labels:  monitoring
Unifi exporter
Multiarch images for scraping Prometheus metrics from a Unifi Controller. Kubernetes / prometheus-operator compatible.
Stars: ✭ 54 (-15.62%)
Mutual labels:  monitoring
Zabbix Docker Monitoring
🐳 Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module
Stars: ✭ 1,098 (+1615.63%)
Mutual labels:  monitoring
Laravel Heartbeat
Periodically schedule a job to send a heartbeat to a monitoring system.
Stars: ✭ 49 (-23.44%)
Mutual labels:  monitoring
Sanic Prometheus
Prometheus metrics for Sanic, an async python web server
Stars: ✭ 63 (-1.56%)
Mutual labels:  monitoring
Poshmon
A PowerShell-based server and farm monitoring solution
Stars: ✭ 54 (-15.62%)
Mutual labels:  monitoring
Gin Gomonitor
Gin middleware for monitoring
Stars: ✭ 59 (-7.81%)
Mutual labels:  monitoring
Spm Agent Nodejs
NodeJS Monitoring Agent
Stars: ✭ 51 (-20.31%)
Mutual labels:  monitoring
Ostrio
▲ Web services for JavaScript, Angular.js, React.js, Vue.js, Meteor.js, Node.js, and other JavaScript-based websites, web apps, single page applications (SPA), and progressive web applications (PWA). Our services: Pre-rendering, Monitoring, Web Analytics, WebSec, and Web-CRON
Stars: ✭ 52 (-18.75%)
Mutual labels:  monitoring
Mqtt blackbox exporter
Prometheus Exporter for MQTT monitoring
Stars: ✭ 57 (-10.94%)
Mutual labels:  monitoring
Graphql Inspector
🕵️‍♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage
Stars: ✭ 1,059 (+1554.69%)
Mutual labels:  monitoring
Osql Experimental
A community-oriented fork of osquery with support for cmake, public CI testing, and regular releases
Stars: ✭ 62 (-3.12%)
Mutual labels:  monitoring
Grafana Zabbix Dashboards
Grafana dashboards for Zabbix
Stars: ✭ 50 (-21.87%)
Mutual labels:  monitoring
Rainbarf
it's like Rainmeter, but for CLI!
Stars: ✭ 1,087 (+1598.44%)
Mutual labels:  monitoring
Sip3 Ansible
Ansible scripts to install and configure SIP3
Stars: ✭ 64 (+0%)
Mutual labels:  monitoring
Spring Boot Actuator Demo
Spring Boot Actuator: Health Check, Metrics Gathering, Auditing, and Monitoring
Stars: ✭ 61 (-4.69%)
Mutual labels:  monitoring
Cronmon
PHP Web app to monitor cron/scheduled tasks
Stars: ✭ 55 (-14.06%)
Mutual labels:  monitoring

Heptio Cruise 🚢

Stress free HTTP monitoring for your Kubernetes hosted Web Applications.

Maintainers: Heptio

Build Status

Overview

Cruise automatically configures HTTP monitoring of Kubernetes Ingress resources.

Read the annoucement here.

Installation

  1. Deploy Cruise to your cluster
    % kubectl apply -f https://github.com/heptiolabs/cruise/blob/master/deployment/cruise.yaml
    
  2. Configure your Pingdom API credentials
    % kubectl -n heptio-cruise create secret generic cruise \
            [email protected] \
            --from-literal=PINGDOM_PASSWORD=yourpassword \
            --from-literal=PINGDOM_APIKEY=yourapikey
    

You're all set! Pingdom will let you know if any of your web applications have run aground.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].