sjpp / checkmk_cachethq

A CheckMK alert handler Bash script to update CacheHQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CheckMK CacheHQ integration

A CheckMK alert handler Bash script to update CacheHQ

Requirements

  • cUrl
  • You need to have a running CheckMK instance with Check_MK Enterprise Edition as "alert handlers" are only available in this edition
  • You need to have a running CacheHQ instance, reachable from your CheckMK instance

Usage

This is a simple Bash script that is run by CheckMK alerts handling mechanism. It grabs and processes environment variables created by CheckMK and turns them into HTTP request to the CacheHQ REST API.

The script must be executable and placed in the /opt/omd/sites/$INSTANCE_NAME/local/share/check_mk/alert_handlers/ directory.

About

A CheckMK alert handler Bash script to update CacheHQ

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%