All Projects → tribe29 → Checkmk

tribe29 / Checkmk

Licence: gpl-2.0
Checkmk - Best-in-class infrastructure & application monitoring

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Checkmk

Guider
Performance Analyzer
Stars: ✭ 393 (-10.27%)
Mutual labels:  monitoring
Zabbix Slack Alertscript
Zabbix AlertScript for Slack.com chat
Stars: ✭ 406 (-7.31%)
Mutual labels:  monitoring
Carbon Relay Ng
Fast carbon relay+aggregator with admin interfaces for making changes online - production ready
Stars: ✭ 429 (-2.05%)
Mutual labels:  monitoring
Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+924.89%)
Mutual labels:  monitoring
Alertmanager
Prometheus Alertmanager
Stars: ✭ 4,574 (+944.29%)
Mutual labels:  monitoring
Monitoring Plugins
Monitoring Plugins
Stars: ✭ 420 (-4.11%)
Mutual labels:  monitoring
Statuspage
A statuspage generator that lets you host your statuspage for free on Github.
Stars: ✭ 3,852 (+779.45%)
Mutual labels:  monitoring
Check postgres
Nagios check_postgres plugin for checking status of PostgreSQL databases
Stars: ✭ 438 (+0%)
Mutual labels:  monitoring
Nodejs Dashboard
Telemetry dashboard for node.js apps from the terminal!
Stars: ✭ 3,937 (+798.86%)
Mutual labels:  monitoring
Cachet Monitor
Distributed monitoring plugin for CachetHQ
Stars: ✭ 427 (-2.51%)
Mutual labels:  monitoring
Ceph Dash
Flask based api / dashboard for viewing a ceph clusters overall health status
Stars: ✭ 398 (-9.13%)
Mutual labels:  monitoring
Yabeda
Extendable framework for collecting and exporting metrics from your Ruby application
Stars: ✭ 402 (-8.22%)
Mutual labels:  monitoring
Log Process Errors
Show some ❤️ to Node.js process errors
Stars: ✭ 424 (-3.2%)
Mutual labels:  monitoring
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+847.95%)
Mutual labels:  monitoring
Opserver
Stack Exchange's Monitoring System
Stars: ✭ 4,126 (+842.01%)
Mutual labels:  monitoring
Cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
Stars: ✭ 4,491 (+925.34%)
Mutual labels:  monitoring
Unms
Installation Scripts for Ubiquiti Network Management System
Stars: ✭ 410 (-6.39%)
Mutual labels:  monitoring
Justlog
JustLog brings logging on iOS to the next level. It supports console, file and remote Logstash logging via TCP socket with no effort. Support for logz.io available.
Stars: ✭ 439 (+0.23%)
Mutual labels:  monitoring
Sitespeed.io
Sitespeed.io is an open source tool that helps you monitor, analyze and optimize your website speed and performance, based on performance best practices advices from the coach and collecting browser metrics using the Navigation Timing API, User Timings and Visual Metrics (FirstVisualChange, SpeedIndex & LastVisualChange).
Stars: ✭ 4,255 (+871.46%)
Mutual labels:  monitoring
Riemann
A network event stream processing system, in Clojure.
Stars: ✭ 4,099 (+835.84%)
Mutual labels:  monitoring

Checkmk - Your complete IT monitoring solution

Checkmk is available in several editions. The Checkmk Raw Edition is free and 100% open-source. The Checkmk Enterprise Edition includes several additional features and professional support from the authors, billed annually. A demo version is freely available for testing the Enterprise Edition in a non-production environment.

Checkmk can be installed on Linux servers via DEB and RPM packages found on our downloads page. The Enterprise Edition is also available as a virtual or physical appliance. The following short installation guides show how you can easily set up Checkmk and begin monitoring.

Please visit our website for more details.

Getting started

Please have a look at the official handbook on how to get started with Checkmk.

Want to contribute?

Nice! Have a look at our contribution guidelines.

Building on your own packages

It is highly recommended to use the prebuilt Checkmk packages we provide. But if you really want to build your own packages, you either need to download the source packages from our website or check out the Git repository.

To prepare your system for building, you need to execute this command:

make -C omd setup

This will install the missing build dependencies, at least if you are working on a supported Linux distribution. Then you can either create RPM or DEB packages, depending on your Linux distribution.

To build an RPM:

make rpm

To create a DEB package:

DEBFULLNAME="Mr. Buildmaster" DEBEMAIL="[email protected]" make deb

Don't forget to insert your name and mail address. As a result you should find packages of the form check-mk-[edition]-[version].[deb|rpm] in your current directory.

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].