DX Unified Infrastructure Management

 View Only
  • 1.  Filtering of inivisible alarms in UMP

    Posted Aug 24, 2011 01:39 PM

    Hi,

    I am trying to set up a filter that hides 'invisible' alarms for users with an ACL that allows viewing of invisible alarms in the UMP Alarm console (UMP AC).

    As there is no criteria for visible/invisible in the alarm-filtering, I have created a Nas profile that runs at an interval and tags one of the custom-fields by a script along the following lines;

     

    al=alarm.list()

    if al ~= nil then

        for i=1,#al do

            a = al[i]

            if a.visible == 0 then

                    updated = {

                    nimid = a.nimid,

                    user_tag2 = 'inv',

                    custom_5 = 'inv'

                }

                alarm.set(updated)

            end

        end

    end

     

    The idea is then to put a filter on the user_tag or the custom tag.

     

    This doesn't seem to work properly. After running the script, nothing happens in the UMP AC, and by inspecting the alarm-attributes (still in the UMP AC), both the usertag and the custom tag are blank.

     

    However, when looking at the Nas SQLite db, the user tag has been updated here, but not the custom tag.

    In addition, I have enabled the NiS bridge in the Nas, so that all alarm info are relayed to the MS SQL Server. When looking at the tables in the MS SQL Server, both the user tag and the custom tag are updated to the value applied in the script.

     

    Up front, it seems like the various databases are a bit out of synch. Any ideas of what's going on here?

    Any ideas on how to solve the real issue (filtering of invisible alarms in UMP AC)?

     

    Lars



  • 2.  Re: Filtering of inivisible alarms in UMP

    Posted Aug 24, 2011 09:08 PM

    There is a acl for showing invisible alarms and this will apply to ump and it works fine as I hide some alarms from our customer base and they don't see them when logged in with their acl, if I login with another acl admin I see the alarms.  One thing I noticed with custom tags if you have multiple NAS's then they don't propagate unless you assign the alarm or change something in the alarm.