Alert Subscriptions - creating subscriptions for groups of computers and alerts from monitors

I've run into something kind of odd.
We want to "tone down" some of our alerts.  Let me explain.
We monitor, roughly, 300 servers.  We created an alert subscription to notify us of alerts for the monitor "Computer Not Reachable".
We found that we often received false positives.  I made sure our check interval was 60 seconds and the heartbeat was set to 3 missed heartbeats and then set the delay to a period of time. 
That worked.  However, we wanted to change the delay based on the server "group".  Example:  Production group and Test Group.  For production, delay 5 minutes, Test, delay 30 minutes.
As soon as tried to add the group criteria to the alert subscription, notifications ceased to function for those alerts.  The alerts still occurred, but the notifications were never delivered.
So, I created new subscriptions and new groups as a test.  Each time, if I included a group in the criteria, the alert notification failed.
Example:
Condition:  Raised by any instance in a specific group.  Checked, group name:  Test
Condition:  created by specific rules or monitors.  checked, monitor:  "Computer Not Reachable"
Subscriber:  [email protected]
Channel:  smtp channel set up to a relay
Alert Aging:  30 minutes (have set this as low as 5 minutes and send without delay).
In each case, if I remove the condition of group, the notification is sent.
Why would this behavior occur?

Thanks Scott.  I've tried this both with the computer object and the health service watcher object.
What I'm doing is trying to create a dynamic group based on OU.  So, right now, the groups include the computer objects.  If I view group members, the group membership does populate ok with all of the machines from the targeted OU's for the dynamic
membership.
This is an example of the dynamic membership conditions I'm trying to create:
( ( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local) ) AND ( Object is Health Service Watcher AND ( Display Name Greater than empty
value ) AND True ) )
However, I'm noticing that the dynamic membership includes health service objects from all windows servers from all OU's and ignores the OU membership conditions.  But, I don't think that has anything to do with the failed notifications. 
I could be wrong.
I've also tried the following with the same problem:
( ( Object is Health Service Watcher AND ( Health Service Name Greater than empty value ) AND True ) AND ( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local
Both of the above groups populate both the computer and health service objects when viewing the members of the group with the problem being it adds all health server objects instead of limiting it to the OU's specified.
So, that lead me to a dynamic group membership of:
( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local ) )
This is what I have now (this morning) after adding the condition for the class. 
So, for the alert subscription rules, I added the group and the class and the monitor name:
Condition:  Raised by any instance in a specific group.  Checked, group name:  Test
Condition: Raised by any instance of a specific class:  Health Service Watcher
Condition:  created by specific rules or monitors.  checked, monitor:  "Computer Not Reachable"
Subscriber:  [email protected]
Channel:  smtp channel set up to a relay
Alert Aging:  30 minutes (have set this as low as 5 minutes and send without delay).
But, again if the group condition is present, the alert subscription doesn't work.
So, I suppose what I need to do is find a way to ensure I can build a group that includes health service objects from computer objects reside within specific OU's.  Perhaps I'm going about the dynamic membership conditions incorrectly?
Thanks
Ted

Similar Messages

  • Urgent -Create  RFC for update the database and delete from the database

    Hi Guy's,
    Please help me how  to create the RFC for update to databse and delete from database(step-by-step) procedure.
    Thanks and Regards,
    Sai.

    Hi,
    Please go through the following link,
    reward if helps.
    [RFC Step By Step|https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action?pageId=39728]
    regards,
    mahantesh

  • Approval Procedure for Issue to Production and Receipt from Production

    Hi All,
    Is there a way to create an approval procedure for Issue to production and Receipt from production?
    Thanks.
    Eric

    Hi Riyaz,
    Yes it is not in Standard SAP Business One.  But is there a way to create one for issue to production and receipt from production? 
    Thanks.
    Eric

  • How to create lineNum for group?

    There is a customer which uses BP catalog №. I have created Delivery.  This delivery contains some items with different values in ItemDecription field and with the same values in the BPCatalogNo field. I want to create a Print Template. In this template I want to group delivery lines by BPCatalogNo field and I want to renumber this groups (starting from 1, and then adding 1 for each group). I can group by BPCatalogNo, but I can't create numbering for groups.
    If I try to use LineNum formula, then the numbering is wrong. I receive line numbers of delivery lines instead of group numbers.
    Exactly, the number of the last row in the group is displayed.
    For example, I have 3 rows:
    BPCatalogNo , ItemDescription, Price
    Num1                Itemdescr1          100
    Num2                ItemDescr2          500
    Num2                ItemDescr3          500
    Expected result:
    1 Num1  100
    2 Num2   500
    Actual result:
    1 Num1  100
    3 Num2  500
    Please, help!

    Yes, you are right.
    Lets look at more detailed example
    I have a delivery with 4 different BPCatalog Nums (Num1, Num2, Num3 and Num4)
    The delivery contains rows:
    LineNum  BPCatalogNo   ItemDescription Price
    1           Num1     ItemDescr1      100
    2          Num1     ItemDescr2      100
    3               Num2     ItemDescr3      500
    4               Num2     ItemDescr4      500
    5               Num2     ItemDescr5      500
    6               Num3     ItemDescr6      600
    7               Num3     ItemDescr7      600
    8               Num3     ItemDescr8      600
    9               Num4     ItemDescr9      800
    Expected result:
    LineNum BPCatalogNo   Price
    1         Num1          100
    2        Num2           500
    3        Num3           600
    4        Num4           800
    Actual result:
    LineNum BPCatalogNo   Price
    2         Num1          100
    5        Num2           500
    8        Num3           600
    9        Num4           800

  • Cannot create cursor for group

    Hi All,
    Iam trying to Integrate Reports(jsp) with our J2ee application. I have deployed the Application throgh OEM . I have a created sample report JSP through Reports Devloper Suite and it is displaying fine. Now when I try to run the JSP created by the Reports Devloper team. They are not running fine.One of the reports gives the following message in browser "Cannot create cursor for group " . I see no exception in the logs too.
    Iam using 10g 10.1.2.0.2 Oracle Application server.
    Iam also using thin Client.
    Thanks In Advance for the Help.

    seel my previous posting

  • Can i recover my all active directory domain computers and users from IFM and in-cooperate them in new forest ??

    My only Active Directory Server on win server 2008 R2 with one domain controller crashed today. The only backup that i had was IFM media.
    So what i have done till now to recover it is a follow
    I reintalled window server but this time it is winserver 2012. I added AD DS role to it. Promoted it to Domain Controller. (functionality level is 2008 R2)
    On second server i installed win 2008 R2 and trying to add additional domain controller from IFM to recover all of my domain users,computers and GPO's. but i am getting this error
    Could not replicate the directory partition CN=schema, CN= configuration, DC=XXX, DC=com from the remote domain
    the naming context specified for this replication operation is invalid
    i dont know weather my approach is correct or not
    but my simple questions is
    Can i recover my all domain computers and users from IFM and in-cooperate them in new forest ?? if yes how can i do that?? urgent help required.

    yup exactly i created a new domain(in new forest) with same previous name in window server 2012 on SERVER-1. As ifm file that i had was generated from 2008 r2 so on second server i installed window 2008 r2 and tried to add role of additional domain controller
    from ifm file on SERVER-2 using dcpromo /adv . every step went ok but in last step when it starts replicating domain controllers it poup following error
    Could not replicate the directory partition CN=schema, CN= configuration, DC=XYZ, DC=com. .  .
    and roll backs every thing.

  • Images I move from one folder into another are disappearing, at first it was occurring immediately if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location.

    Images I move from one folder into another are disappearing, at first it was occurring immediately and only if I did not copy and paste the images. Today however I found out that images I had been using for days just up and vanished from their new location. A few of these images had copies in another folder that remained and the ones I couldn't find may or may not have ever had copies. I had backed up my system with time machine recently as well, so I went into the backup to retreive the lost images. When I searched and found the backup copies I got the error "the file alias cannot be opened because the original cannot be located". The crazy thing is that the images that remained on my computer did not give me the same error and opened like they should.
    In short images that I am creating, saving, and using are disapearing so epically that even time machine versions are affected when retrieval is attempted. Any suggestions as to what I could be doing wrong without realizing it? Or perhaps other people have had similar bugs that are software related and have a solution?

    Hi Kevin,
    I understand what you tried to do but it doesn't work that way. Swapping drive names will just mess things up.
    You should be able to reconnect the files though: in the Locate Referenced Files dialog make sure you click the Show Reconnect Options button — this will give you access to all the connected drives. Locate one of the files and hit Reconnect All. Should do the trick.
    Best

  • HT201299 Not enable or disable cellular data for certain iOS apps and features from setting? I keep it off but when I go to other app it on automatic

    I can't  enable or disable cellular data for certain iOS apps and features from  setting.
    When I off data for specific application and go to other option it automatic on all application
    Any one can help

    SOLUTION! (NO NEED TO RESET YOUR IPHONE SETTING!)
    I have the same issue for the last two weeks. But i have already managed to solve the issue all by myself. When i go to Settings > Cellular > below the tab "use cellular data for:", i turned off some apps which i didnt want to use with cellular data. As soon as i go back to Settings, and then i went back to Cellular, the apps which i had switched off earlier, automatically turned back on.
    Here's the solution:
    Either you're using wifi or cellular data, first of all you're gonna hafto turn on the cellular data use for App Store. Once you have turned it on, go to App Store application. Update ALL the apps which have new updates available. If it asks you to log in your App Store, just do so. If there's something wrong with your debit or credit card information, it will ask you to update to a different card. Just do what it asks. Put in a new credit or debit card info and fill in the forms provided. The card you're using must be usable and has usable balance in it. Let's say atleast $10 to $20. As soon as it confirms your card successfully, the app updates will start automatically. Continue to update all the apps. After all updates are finished, go back to Settings > Cellular. Try to switch on or off some apps for data use and recheck.
    Try it yourself! Have a nice day and don't put a blame on Apple for this.
    From Malaysia, with love.
    Please hit LIKE button if this solve your issue. Thank you very much! (:

  • I made erase for all my settings and contents from 8 hours and still now in recovery state ?what shall i do?, i made erase for all my settings and contents from 8 hours and still now in recovery state ?what shall i do?

    i made erase for all my settings and contents from 8 hours and still now in recovery state ?what shall i do?, i made erase for all my settings and contents from 8 hours and still now in recovery state ?what shall i do?

    we have almost similar problem. i also did restored my iphone5. and it keeps restoring after it finishes. what i did was, i disconnected the phone from iTunes and pressed the home & power button, hold it till the apple logo appears. but i will warn you. after i did this, my phone did worked after, but now im having problem with siri and voice command. both keeps on making calls, playing music even the phone is just inside my bag or not using it. when i use the phone, it keep on going home, enabling siri, going to music wihtout touching anything. such a pain in the neck

  • Does Logic Pro X include replacement functionality for Compressor, Soundtrack Pro and Waveburner from Logic Studio 9?

    Does Logic Pro X include replacement functionality for Compressor, Soundtrack Pro and Waveburner from Logic Studio 9?

    No..  You can buy the Compressor (along with Mainstage) via the App Store as a separate download but STP and Waveburner are discontinued products. Some of STP's functionality can now be found in Final Cut Pro X...
    Note: Mainstage, Compressor, Waveburner and STP were part of the full version of Logic Studio 2.0 (which also included Logic Pro 9 ) and sold for $999 compared to Logic Pro X which retails at $200...
    The Apple loops/Jam packs that came as part of Logic Studio 2.0 now come free with Logic Pro X (and did so with the Appe store version of Logic Pro 9) .. as part of the additional downlaod

  • Can we create Criteria based groups of computers?

    Hi Team,
    We have imported the computer objects to FIM portal and it has few attributes which can help creating the criteria based group of computers.
    But when we tried creating the criteria based security group, we were not able to select any custom object other than Users,Groups in the filter builder.
    We have added the computer objects in the Filter permission as well, but no luck.
    Any suggestions?
    Thanks and Regards, Siva Kumar Balaguru

    Hi Siva
    you definitely can do so.
    You have to modify the RCDC for Group creation. Look for "GroupingCalculatedMembers". within this section you will find a "FilterBuilder" section and here you Change "PermittedObjectTypes" to the list of your object types you
    want to be able to include in your Groups.
    Henry

  • WSUS - Approving Updates For Group Of Computers

    It's a pretty straightforward process: Step 4: Approve and Deploy WSUS Updates
    When you approve the updates, you choose which group. After my test group has run with the updates for a few days with no problems, I just approve for all computers.

    First of all...I'm new to WSUS.  My question...if you have a computer group for Test computers and approve a list of updates for them, is there an easy way to approve the same group of updates for another group of computers once the updates have been tested?  
    I have a GPO setup that I will apply to all computers and I have a GPO just for IT computers that I will use to test updates.  Is that the correct way to do it? 
    This topic first appeared in the Spiceworks Community

  • Is it possible to create a Smart Group in Contacts and email it to one person?

    I have created a Smart Group of certain family members and want to email that information to another family member who does not have contacts.  Is there a wauy to do this?

    Although this helped, I was unable to get a file of just the contacts I wanted.  This wanted to send my entire AB.
    Perhaps I did something wrong, although I can't see what it would have been.  Dragged the icon to the body of email, and it showed the entire AB, in random order.  I was using gmail, so I'll try eMail this time.  Thanks for taking the time to respond.first

  • Creating Materials for the Header items and component items

    Hi MM Experts,
    I am doing configuration for the KIT items Sales Processing.
    For that I need to create Materials for Header materials & component materials in MM01.
    I need few inputs regarding for this:
    What Material type ,I should give for the header material and component material in MM01?
    What Item category should used for these Header & components items in the Sales Order ?.
       I am using a Price at Header Level ,so will TAQ suffice me for the Header item ??
    Do i need to maintain separate condition records for the Header material and all the item materials in 
      VK11 ?
    Thanks for your answers in advance.
    Thanks and Regards,
    Umesh Karane.

    Hi
    Any material type... depending on your requirement Normally Finished product.
    Item category Normally use NORM, if u want to use third party slaes then use BANS
    Check it out
    Regards,
    Raman

  • Proper setup for using two computers and backup drives?

    I've just purchased Aperture 3 and want to fix a longstanding problem I've had with my workflow and setup in Lightroom. I've got an iMac and a MBP and what I'd like to do is use the iMac as my main computer for Aperture. My plan is to import my existing files into Aperture and copy them to an external (non-portable) hard drive for back-up purposes. Based on this, I'd have two copies of each file, one each on the iMac and the back-up drive, right?
    I also use my MBP for a lot of photo editing work while on the road, but don't have a lot of drive space on it. I've bought a 750GB hard drive and I'd like to have the Library on this drive as well for use on the MBP. I know this would give me three copies of each file, but it would also give me some peace of mind in the event I somehow lost the info on the 750GB drive. I don't want copies of the images on the MBP directly as I don't have enough space.
    Can this setup be "easily" done and if I make a change in an image on one computer will it be synchronized between the two computers and the two external hard drives? I guess in plain English, what I'd like to achieve is the ability to work on either computer and have the most recent versions synchronize when I attach the 750GB drive to the iMac, with the non-portable external drive as the back-up for the synchronized Library.
    Thanks in advance for any help,
    Kevin

    No, vaults only look after a managed library. A referenced library has to be backed up manually.
    There are a few reasons i prefer to use a referenced set up. I use a MBPro on the road for long periods and sometimes high volumes of large image files, so the limited capacity HD is no longer a problem.
    Aperture does not slow down with a referenced library as the HD fills.
    The Vaults cannot be accessed like manual back ups can, there is no way of knowing what is in there, you hope it is your entire Aperture library.
    With manual project backup you have a more manageable size that is much more versatile, and is viewable because of its smaller size. You can delete stuff and then restore it from the backup.
    It is safer in my opinion to not have all the library in a single library folder. Much safer split up by project.
    When i did use a managed library and Vaults there were times when i wanted stuff off the Aperture library but still kept in the vault, which was not possible.
    Allan

Maybe you are looking for

  • Cannot send email vial MAIL application in Tiger

    1. When sending email using .mac account in MAIL application, my password is not accepted. The email is deposited in the outbox and is not sent (no whooshing sound). And no reflection of the email is in the sent box. 2. When sending email using an al

  • Tried to install  OS X on my external HD my computer crashed

    Tried to install  OS X  Disc 1 (which I believe was of 10.5 Leopard) on my external my computer crashed. I can't recover it. The hear the chim when it switches on but the screen is perminently white with no graphic or loading icon.  Here is what I di

  • TV seasons putting the episodes of the same season in different lists on my devices

    I have several TV shows I bought and downloaded on iTunes. All sync to my devices just fine except one show (which only has one season so far).  When I try to sync that show to my iPad or iPhone, it breaks the season into 5 different lists with one o

  • Buttons are not displayed for the first time when drawImage method is used

    Hi In my swing window 2 buttons are there and when clicking these buttons, it should display an image . The two buttons are displayed at the first time and I can click on it . While clicking a button , the corresponding image is also got displayed. [

  • Some contact names are not being updated

    Some of my friends show as live:abc123 or facebook:abc123 and don't update in my contacts list even when the friends change it later in their profile. I have this issue both on Windows and Windows Phone. Please fix this.