DX NetOps

 View Only
  • 1.  Historical data of watches

    Posted Mar 17, 2019 11:46 PM

    Hello!

    I need help with watches.

     

    For example, I create watches that monitors the temperature. Poll interval 300 seconds.  I'm interested in the historical value of temperature for the last day. How can I see this data? Which database stores the result of watches? 

     

    In general, I want to get historical monitoring data through Restful API. Is it possible?



  • 2.  Re: Historical data of watches

    Posted Mar 18, 2019 12:43 AM

    Not sure you would be to report on historical performance data in Spectrum . You need to use a performance management application like eHealth or CA PM to report on the data 



  • 3.  Re: Historical data of watches

    Posted Mar 18, 2019 01:45 AM

    Thank you.

     

    I understand correctly what Watches poll current value of attributes -> compares value with treshold -> if heed generate alarm. 

    Current value of attribute isn't saved in database, right? And in details of alarm I can't see value of attribute because of witch an alarm created?



  • 4.  Re: Historical data of watches
    Best Answer

    Broadcom Employee
    Posted Mar 18, 2019 07:53 AM

    Hi Daria,

    The watch values are not saved in any database. One solution to save/store the value would be to configure SSLogger to log it to a text file:

    SSLogger - CA Spectrum - 10.3 - CA Technologies Documentation 

    Cheers

    Jay



  • 5.  Re: Historical data of watches

    Posted Mar 19, 2019 11:29 PM

    Thank you, Jay!