[
<% for h in ['ASEARCH', 'QLOUD'] %>
{
    "name": "rtc_manual.<< h >>.hostman-nodeinfo",
    "abc": "hostmanager",
    "signal": "hcount(push-hostman-nodeinfo-ok_thhh, 0, 0.33)",
    "mgroups": [
        "<< h >>"
    ],
    "tags": {
        "itype": [
            "runtimecloud"
        ],
    },
    "juggler_check": {
        "refresh_time": 5,
        "tags": [
            "a_itype_runtimecloud",
            "a_mark_yasm_hostman_nodeinfo"
        ],
        "alert_interval": null,
        "notifications": [
            {
                "template_name": "on_status_change",
                "description": null,
                "template_kwargs": {
                    "status": [
                        "CRIT"
                    ],
                    "login": [
                        "hostman-dev"
                    ],
                    "method": [
                        "telegram"
                    ]
                }
            }
        ],
        "host": "yasm_hostman",
        "ttl": 900,
        "active": null,
        "check_options": null,
        "methods": [],
        "service": "hostman_nodeinfo_<< h >>",
        "aggregator": "logic_or",
        "namespace": "yasm.ambry.simple",
        "mark": null,
        "aggregator_kwargs": {
            "nodata_mode": "force_crit"
        },
        "flaps": null,
        "active_kwargs": null
    },
<% if h == 'ASEARCH' %>
    "warn": [
        60,
        100
    ],
    "crit": [
        100,
        null
    ]
<% else %>
    "warn": [
        40,
        80
    ],
    "crit": [
        80,
        null
    ]
<% endif %>
},
<% endfor %>
]
