DX Unified Infrastructure Management

 View Only
  • 1.  How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 01:33 AM
    How to write / create custom probe in CA UIM ?












    regards
    Amar


  • 2.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 01:35 AM
    Try the archive package: codewizard to generate a first example in the language you select


  • 3.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 04:02 AM
    Hi ,

    So , can I try getting the codewizard probe from nimsoft and then place it in archive ?

    Please provide some steps to use this probe .


  • 4.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 04:08 AM
    If you deploy the codewizard, it creates codewizard.exe in \Nimsoft\sdk\bin (Windows only)
    Execute this exe and you will have several options:
    gui from codewizard



  • 5.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 04:24 AM
    In communities there exist a very useful doc on creating a custom probe (specially the steps needed to create the archive package), but I cannot find it for the moment..


  • 6.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 05:40 AM
    Part 1: https://community.broadcom.com/communities/community-home/librarydocuments/viewdocument?DocumentKey=4716800b-b333-4ba4-bb06-a5b5fd1b4c25
    Part 2: https://community.broadcom.com/enterprisesoftware/communities/community-home/librarydocuments/viewdocument?DocumentKey=d9945c34-684b-4fec-bb0b-24bdc0eb72dd


  • 7.  RE: How to write / create custom probe in CA UIM ?

    Posted Aug 22, 2019 09:45 AM
    Do also note that the logmon probe can run a command and parse the output of that command. As such it is almost never necessary to go down the path of creating a custom probe unless you have some very specific requirements. As it stands today, probably 75% of the probes offered by CA?Broadcom could have been implemented in logmon though maybe not as elegantly. CDM for instance mostly makes calls to the OS using the same facilities that are available to scripting languages available at the OS command level - You could implement most of the 'D' part of  CDM by scraping the output of "df -k" for instance.