Exemple #1
0
def _get_discovery_groups():
    """Isolate the remaining API violation w.r.t. parameters"""
    return host_extra_conf(
        host_name(),
        get_checkgroup_parameters('logwatch_groups', []),
    )
Exemple #2
0
def get_ec_rule_params():
    """Isolate the remaining API violation w.r.t. parameters"""
    return host_extra_conf(
        host_name(),
        get_checkgroup_parameters('logwatch_ec', []),
    )