#!/bin/sh
#
# opsi_checkmk is part of the desktop management solution opsi http://www.opsi.org
# Copyright (c) 2020-2021 uib GmbH <info@uib.de>
# All rights reserved.
# License: AGPL-3.0
#
# The opsi monitoring module is required to use this function: https://opsi.org/de/extensions
#
# To use the script, simply create a link to the checkmk agent folder.
# /usr/lib/check_mk_agent/local/<cache-time>/opsi_check
#
# Checks can be skipped with --skip-checks. Or only certain checks can be executed with --checks.
# Information on this can be found in the opsiconfd help 'opsiconfd health-check --help' and 'opsiconfd health-check --documentation'


opsiconfd health-check --format checkmk
