DX Unified Infrastructure Management

 View Only
  • 1.  Extend rsp probe with LUA script

    Posted Sep 01, 2020 06:03 AM
    Hello to everybody,

    can somebody help me with this. Does anyone have some kind of manual what should be written in lua script to collect values with rsp, configure alarms, everything what is needed to monitor.

    Idea is to collect file version, compare it and raise the alarm. I have the part of getting value via powershell but i do not know how to insert it into uim for processing.

    Thank you.


  • 2.  RE: Extend rsp probe with LUA script

    Broadcom Employee
    Posted Sep 01, 2020 10:40 AM

    To my knowledge, there has never been any documentation on setting up a new LUA section in the RSP probe.



    ------------------------------
    Gene Howard
    Principal Support Engineer
    Broadcom
    ------------------------------



  • 3.  RE: Extend rsp probe with LUA script
    Best Answer

    Posted Sep 01, 2020 12:39 PM
    Sounds like you should use logmon for this.

    Logmon can run the powershell script and parse the output. You use regex to pull data out of the script output.


  • 4.  RE: Extend rsp probe with LUA script

    Posted Sep 17, 2020 03:40 AM
    Garin, we are doing that now, but there is a new issue, which will be questioned in another discussion.

    Thank you