All Downloads are FREE. Search and download functionalities are using the official Maven repository.

igedeng.taotao-boot-starter-monitor.2024.10.source-code.alarmConfig Maven / Gradle / Ivy

There is a newer version: 2025.01
Show newest version
{
    "default": {
        "level": "LOG",
        "autoIncEmergency": true,
        "max": 30,
        "min": 3,
        "threshold": [
            {
                "level": "SMS",
                "threshold": 20,
                "users": [
                    "345345345345",
                    "123123123123"
                ]
            },
            {
                "level": "WEIXIN",
                "threshold": 10,
                "users": [
                    "yihui",
                    "erhui"
                ]
            },
            {
                "level": "LOG",
                "threshold": 5,
                "users": [
                    "yihui",
                    "erhui"
                ]
            }
        ],
        "users": [
            "yihui"
        ]
    },
    "NPE": {
        "level": "WEIXIN",
        "autoIncEmergency": false,
        "max": 30,
        "min": 0,
        "threshold": [
            {
                "level": "SMS",
                "threshold": 20,
                "users": [
                    "345345345345",
                    "123123123123"
                ]
            },
            {
                "level": "WEIXIN",
                "threshold": 10,
                "users": [
                    "3h    ui",
                    "4hui"
                ]
            }
        ],
        "users": [
            "yihui"
        ]
    },
    "XXX,YYY": {
        "level": "EMAIL",
        "autoIncEmergency": true,
        "max": 30,
        "min": 3,
        "threshold": [
            {
                "level": "SMS",
                "threshold": 20,
                "users": [
                    "345345345345",
                    "123123123123"
                ]
            },
            {
                "level": "WEIXIN",
                "threshold": 10,
                "users": [
                    "yihui",
                    "erhui"
                ]
            },
            {
                "level": "EMAIL",
                "threshold": 5,
                "users": [
                    "[email protected]",
                    "[email protected]"
                ]
            },
            {
                "level": "DINGDING",
                "threshold": 10,
                "max": 12,
                "users": [
                    "31962dfc984bba2b8ae1bb3099d0ef3d5bce6b07db84b89ff5ffa81a5cdaee49"
                ]
            }
        ],
        "users": [
            "[email protected]"
        ]
    },
    "ZZZ": {
        "level": "LOG",
        "autoIncEmergency": true,
        "max": 30,
        "min": 3,
        "threshold": [
            {
                "level": "SMS",
                "threshold": 20,
                "max": 27,
                "users": [
                    "345345345345",
                    "123123123123"
                ]
            },
            {
                "level": "WEIXIN",
                "threshold": 10,
                "users": [
                    "yihui",
                    "erhui"
                ]
            },
            {
                "level": "EMAIL",
                "threshold": 9,
                "max": 14,
                "users": [
                    "[email protected]",
                    "[email protected]"
                ]
            }
        ],
        "users": [
            "[email protected]"
        ]
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy