DX Unified Infrastructure Management

  • 1.  How can I get a list of email alerts sent from the NAS per hub?

    Posted Oct 29, 2010 09:47 PM

    Hello Community,

    I have been asked to provide a report of the email alerts sent and the information for each email. I will need to gather this per HUB. I am crafty in SQL but do not know where this would be stored if stored at all?

     

    Thanks for help,

    Jarrod



  • 2.  Re: How can I get a list of email alerts sent from the NAS per hub?

    Posted Oct 29, 2010 10:51 PM

    Jarrod,

     

    This was recently covered in another thread:

     

    http://forum.nimsoft.com/t5/General-Development/Email-Status/m-p/4113

     

    By default, the NAS does not track much detail in the activity log about the email messages that it sends, but you can use a script to send the email messages and write the information you need to the activity log. Carstein provided a script that would do that.

     

    The alternative is to query the alarm history and report on that if it is easy to identify which alarms would have sent email. (For example, if email is sent for all alarms, this would be especially easy.) That is not quite the same but would be much easier if it gives you the information you need.

     

    -Keith