File: //usr/lib/check_mk_agent/plugins/zorp
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2019 Checkmk GmbH - License: GNU General Public License v2
# This file is part of Checkmk (https://checkmk.com). It is subject to the terms and
# conditions defined in the file COPYING, which is part of this source code package.
# Disable unused variable error (needed to keep track of version)
# shellcheck disable=SC2034
CMK_VERSION="2.3.0p38"
if type zorpctl >/dev/null; then
echo '<<<zorp_connections>>>'
zorpctl szig -r zorp.stats.active_connections
fi