Delphix Products

 View Only
  • 1.  Delphix Engine - How to get Storage capacity fault or Alert after reaches to 80%

    Posted 09-19-2023 06:30:00 AM

    Hello All, 

    We have multiple Delphix engines which are running above 80% but we could not see any alert or fault in the engine. ( SNMP traps will be generated only in case <1024 GB storage is left in engine).

    If we want any alert on 80 to 90% then how we can achieve that? if anyone knows about scenario this kindly share it with me.

    it will help us a lot with monitoring multiple Delphix engines.

    Currently, we are monitoring all engines from DCT or visiting individual engines.

    Kindly help here ..!!



    ------------------------------
    Pankaj Asegaonkar
    Masking/Virtualization Specialist
    +91 9689996500
    ------------------------------


  • 2.  RE: Delphix Engine - How to get Storage capacity fault or Alert after reaches to 80%

    Posted 09-25-2023 04:12:00 AM
    Edited by Luke Moss 09-27-2023 03:27:57 AM

    Hi Pankaj, 

    Is this the same query we're assisting with in case #84650 or #84271?

    So the thread has an answer, the functionality to generate alerts from DCT when the Delphix engine storage reaches a certain threshold will be a new feature that's available in a forthcoming Release. At this point we're not able to advise which Release that will be but it is certainly in the pipeline. 

    Thanks.



    ------------------------------
    Luke Moss
    Senior Support Engineer
    Delphix
    ------------------------------



  • 3.  RE: Delphix Engine - How to get Storage capacity fault or Alert after reaches to 80%

    Posted 09-28-2023 08:31:00 AM
    Edited by Luke Moss 09-28-2023 08:32:09 AM

    Hi Pankaj,

    I was working with DCT v10 (released this month) and was able to list Engines that exceeded a defined capacity %.
    This is from my script, which includes the API call - 

    export engine_list=$(curl -s -k -X 'POST'   'https://<DCT HOST>' \
    -H 'accept: application/json' \
    -H 'Authorization: <KEY>' \
    -H 'Content-Type: application/json' \
    -d '{"filter_expression": "(used_percentage GT 70)"}'|jq --raw-output '.items[] | "\(.engine_name) \(.used_percentage)"')

    Including it in the thread in case it helps.



    ------------------------------
    Luke Moss
    Senior Support Engineer
    Delphix
    ------------------------------



  • 4.  RE: Delphix Engine - How to get Storage capacity fault or Alert after reaches to 80%

    Posted 11-06-2023 03:01:00 PM
    Edited by Nicholas Mathison 11-06-2023 03:01:41 PM

    If you happen to be a New Relic user, that functionality is available here too: https://ecosystem.delphix.com/docs/main/new-relic 

    However, it queries DCT APIs thus, DCT is a requirement.



    ------------------------------
    Nicholas Mathison
    PM
    Delphix
    ------------------------------