Sentry Installer

Stable version: 9.0.7

Install

curl -fsSL https://install.sentobs.com/install.sh -o install-sentry.sh
sudo bash install-sentry.sh

Docker monitoring

Starts the sentobs-docker-agent container, which monitors containers, their state and logs.

curl -fsSL https://install.sentobs.com/install-docker.sh | sudo bash

Mongo monitoring

Prompts for a MongoDB URI, verifies the connection, then starts a read-only agent and detects a standalone instance or replica set automatically.

curl -fsSL https://install.sentobs.com/install-mongodb.sh -o install-mongodb.sh
sudo bash install-mongodb.sh

Kubernetes monitoring

Creates the sentobs-kubernetes-agent Deployment in one namespace and monitors its pods and deployments.

curl -fsSL https://install.sentobs.com/install-kubernetes.sh | bash -s -- apps

Versioned install

curl -fsSL https://install.sentobs.com/9.0.7/sentry -o sentry
sudo bash sentry install

Update manifest

/update