shaopi0211

Results 3 issues of shaopi0211

when i set up a new check, and set debounce = 5 , if the first check is faild , there will be alarms。 looks like: ```python """ case when:...

when i use webhdfs with kerberos hadoop cluster ``` [hdfs@nfjd-hadoop02-node27 ~]$ irb irb(main):001:0> require 'webhdfs' => true irb(main):002:0> require 'gssapi' => true irb(main):003:0> client = WebHDFS::Client.new('nfjd-hadoop02-node169', 50070) => # irb(main):004:0>...

python: 3.6 pulsar-client: pulsar-client[avro]==2.10.2 celery: 5.1.2 code example: ```python #!/usr/bin/env python import time import random import string from pulsar import Client, CompressionType from pulsar.schema import AvroSchema, Record, String, Integer def...