Beispiel #1
0
    register_sorter,
    multisite_builtin_views,
    output_csv_headers,
    paint_age,
    PainterOptions,
    paint_host_list,
    paint_nagiosflag,
    paint_stalified,
    pnp_url,
    query_data,
    render_cache_info,
    replace_action_url_macros,
    row_id,
    transform_action_url,
    url_to_view,
    view_is_enabled,
    view_title,
)

#.
#   .--Plugins-------------------------------------------------------------.
#   |                   ____  _             _                              |
#   |                  |  _ \| |_   _  __ _(_)_ __  ___                    |
#   |                  | |_) | | | | |/ _` | | '_ \/ __|                   |
#   |                  |  __/| | |_| | (_| | | | | \__ \                   |
#   |                  |_|   |_|\__,_|\__, |_|_| |_|___/                   |
#   |                                 |___/                                |
#   '----------------------------------------------------------------------'

load_plugins(__file__, __package__)
Beispiel #2
0
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (C) 2019 tribe29 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.

from cmk.utils.plugin_loader import load_plugins

load_plugins(__file__, __name__)