DX Unified Infrastructure Management

  • 1.  i want to create a Simple probe for monitring the URL using wget

    Posted Jul 24, 2017 06:06 AM

    Hi,

       i am currently looking to create a new probe which will monitor the URL, like availbility, response time etc. I want to do it using wget. can any guid me how to do it.



  • 2.  Re: i want to create a Simple probe for monitring the URL using wget

    Posted Jul 24, 2017 09:03 AM

    Hi,

     

    Perl SDK could answer your need : 

    https://github.com/UIM-Community/Perl-SDK/blob/master/starterguide/windows.md

    (Linux not done yet, but that the same kind of steps). 

     

    And if you need an editor (VS Code should be enougth).

    https://code.visualstudio.com/

     

    A portable version exist too (if you are working with a proxy for example, that's perfect). 

     

    If you need some code sample look at the Code Wizard (only available for Windows). The package can be downloaded like all others in the nimsoft archive.

     

    After installation look at : Nimsoft\sdk\bin\CodeWizard.exe 

     

    And to finish dont hesitate to look at my Perl SDK documentation : https://uim-community.github.io/Perl-SDK/

    - All examples (with some more created by me in bonus).

    - Useful community links on how to deploy and configure your package for Perl probe.

     

    And for your need Something like this should be enougth 

     

    use LWP::Simple;
    $contents = get("http://YOUR_URL_HERE");

     

    And after that making some time calcule with QoS or Alarm ? 

     

    Best Regards,

    Thomas



  • 3.  Re: i want to create a Simple probe for monitring the URL using wget

    Posted Jul 24, 2017 05:21 PM

    Is there a reason you are not using url_response or logmon?

     

    -Garin



  • 4.  Re: i want to create a Simple probe for monitring the URL using wget

    Posted Jul 25, 2017 12:38 AM

    Hi,

        I donot have a license for Url_response probe and for logmon probe it has performance problems when I start monitoring 20 or 30 URL’s



  • 5.  Re: i want to create a Simple probe for monitring the URL using wget



  • 6.  Re: i want to create a Simple probe for monitring the URL using wget

    Posted Jul 31, 2017 03:27 AM

    Hi Nestor,

       I have been looking into the documents, can you help me with particular data,

     

     

    1.       I am looking for URL monitoring like what is in URL_response probe. I need to monitor the availability, response time, latency etc. can you let me know how to configure this using net_connect or logmon probes.

     

    Regards

    ALN