一个叉骨活动状态输入模块。

wishbone_input_livestatus的Python项目详细描述


          __       __    __
.--.--.--|__.-----|  |--|  |--.-----.-----.-----.
|  |  |  |  |__ --|     |  _  |  _  |     |  -__|
|________|__|_____|__|__|_____|_____|__|__|_____|
                                   version 2.1.2

Build composable event pipeline servers with minimal effort.


=========================
wishbone.input.livestatus
=========================

Version: 1.0.0

Queries Livestatus at the chosen interval.
------------------------------------------


    Queries LiveStatus with the predefined query and returns each returned
    record as new event


    Parameters:

        - host(str)("127.0.0.1")
           |  The Livestatus address/hostname to connect to.

        - port(int)(6557)
           |  Explaining the parameter.

        - timeout(int)(10)
           |  Timeout in seconds to connect.

        - query(str)("GET Status")
           |  The query to execute

        - interval(int)(10)
           |  The interval to query

    Queues:

        - outbox
           |  A description of the queue

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java为什么我们不能将ArrayList<Integer>传递给具有(Integer…)的方法参数   java Spring RestTemplate映射JSON对映射的响应引发不匹配的PutException   在系统中找到java Selenium元素,但在Jenkins中未找到   java在Android中使用JavaMail API发送电子邮件,而不使用默认/内置应用程序   数组如何在Java数据结构中同时存储数字和相应的单词?   为什么“+”运算符未定义?JAVA   java如何在游戏中添加高分系统?   java在球门碰撞中区分球和球员   java如何使用SpringSecurity4.0.1使用Auth令牌实现Rest完整Web服务。释放   java如何解决这个错误:Android资源链接失败?   java多线程文件处理和数据库批插入   导致Tomcat失败的java无用块线程   java主线程做了太多的工作,尽管我使用了异步线程(laggy UI)   在Java FX 2.0中滚动锚定节点时,锚定始终可见?   java使用EJB3中的客户机jar和设计模式