<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unified Manager 6.3 mySQL Query for Alerts in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116472#M20711</link>
    <description>&lt;P&gt;Hi Corey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a UM6.3 server, i see below DB tables related to alerts (in 'ocum' DB) which lists the alert attributes.&lt;/P&gt;&lt;P&gt;They are not available in the ocum_view DB though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@oncommand-28:~# mysql -e "show tables from ocum" | grep -i alert&lt;BR /&gt;alert&lt;BR /&gt;alert_emailaddressrecipients&lt;BR /&gt;alert_emailadminrecipient&lt;BR /&gt;alert_eventseverities&lt;BR /&gt;alerteventtypevalues&lt;BR /&gt;alertresourceobjects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Mar 2016 05:12:32 GMT</pubDate>
    <dc:creator>kirana</dc:creator>
    <dc:date>2016-03-01T05:12:32Z</dc:date>
    <item>
      <title>Unified Manager 6.3 mySQL Query for Alerts</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116449#M20704</link>
      <description>&lt;P&gt;So I am building a dashboard that runs queries against a couple sources. This includes DFM 5.x and UM 6.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The table/view I'm working on right now is one that gets the existing alerts that have been sent out to our oncall analysts. The view would give them a single place to go, in order to click for more details on an alert that can't be given in a single text message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been able to generate the query using DFM's 5.x sybase database views, but not UM 6.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current method of integration with UM 6.3 is through mySQL. &amp;nbsp;In the database, I'm unable to find any tables/views on alerts. I see the&amp;nbsp;&lt;STRONG&gt;events&lt;/STRONG&gt;, but not the alert configurations that would allow me to correlate what events we are alerting on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any assistance would be great. If there is another method, I would love to hear it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FYI&lt;/STRONG&gt; - For those that want the query I used for DFM 5.x&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&lt;BR /&gt;eventView.eventId&lt;BR /&gt;,eventView.eventName&lt;BR /&gt;,eventView.eventSourceName&lt;BR /&gt;,eventView.eventSeverity&lt;BR /&gt;,eventView.eventAckedBy&lt;BR /&gt;from&lt;BR /&gt;eventView&lt;BR /&gt;left join groupMemberView on groupMemberView.objId = eventView.eventSourceObjId&lt;BR /&gt;left join groupCacheView on eventView.eventSourceObjId = groupCacheView.objId&lt;BR /&gt;left join alarmView on groupCacheView.groupId = alarmView.alarmGroupId and alarmView.alarmEventSeverity = eventView.eventSeverity&lt;BR /&gt;where&lt;BR /&gt;alarmView.alarmEmailAddrs = 'EMAILADDRESSHERE'&lt;BR /&gt;AND eventView.eventIsCurrent = 'Yes'&lt;BR /&gt;order by eventTimestamp desc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 21:55:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116449#M20704</guid>
      <dc:creator>coreywanless</dc:creator>
      <dc:date>2025-06-04T21:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Manager 6.3 mySQL Query for Alerts</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116472#M20711</link>
      <description>&lt;P&gt;Hi Corey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a UM6.3 server, i see below DB tables related to alerts (in 'ocum' DB) which lists the alert attributes.&lt;/P&gt;&lt;P&gt;They are not available in the ocum_view DB though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;root@oncommand-28:~# mysql -e "show tables from ocum" | grep -i alert&lt;BR /&gt;alert&lt;BR /&gt;alert_emailaddressrecipients&lt;BR /&gt;alert_emailadminrecipient&lt;BR /&gt;alert_eventseverities&lt;BR /&gt;alerteventtypevalues&lt;BR /&gt;alertresourceobjects&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 05:12:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116472#M20711</guid>
      <dc:creator>kirana</dc:creator>
      <dc:date>2016-03-01T05:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Unified Manager 6.3 mySQL Query for Alerts</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116495#M20713</link>
      <description>&lt;P&gt;Thanks Kirana,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue I have run into is that the account I provisioned doesn't have access to the ocum database. &amp;nbsp; (A DB User account with the Integration Schema)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a procedure to create an account that has access to the ocum database? &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am running the appliance version of OCUM.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 13:53:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Unified-Manager-6-3-mySQL-Query-for-Alerts/m-p/116495#M20713</guid>
      <dc:creator>coreywanless</dc:creator>
      <dc:date>2016-03-01T13:53:07Z</dc:date>
    </item>
  </channel>
</rss>

