checkmk-plugins/check_mk-graylog_metrics/local/share/check_mk/agents/special/agent_graylog_input_metrics

12 lines
394 B
Python
Executable File

#!/usr/bin/env python3
# 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.
import sys
from cmk.special_agents.agent_graylog_input_metrics import main
if __name__ == "__main__":
sys.exit(main())