UNSOLVED

nerdnair

updated

10 years ago

N

nerdnair

1 Rookie

68 Posts

0

1900

October 26th, 2016 07:00

Difficulty Setting up a Simple Email Alert

Hello All,

I am trying to setup a simple email alert that alerts me when the Used Percentage in the report below goes above 90% .

Capture1.JPG.jpg

I have followed instructions as per the alerting guide, and I was able to get the report scheduled and sent to the APG Report Data adapter and I was able to see the .xml file that got generated in the Alerting Backend.

I have the below alert defenition , however it does not send out email at all. I am not sure what I am doing incorrectly, any help on this will be appreciated.

Capture2.JPG.jpg

Capture 3.JPG.jpg

Capture 4.JPG.jpg

Capture 5.JPG.jpg

  • isakats

    141 Posts

    1447

    0

    Posted October 26th, 2016 12:00

    Hi littlefinger,

    First thing that comes to mind would be to make sure the report name and filter match, i.e.: is the report that you scheduled called VMAXThinPoolAlert_Report ?

    Second thing would be to validate that the smtp settings are good; if you use Test Action, do you receive a test email ?

    Regards,

    Isaka

  • nerdnair

    1 Rookie

    68 Posts

    1447

    0

    Posted October 26th, 2016 12:00

    Hello Isaka

    Yes my report is named as VMAXThinPoolAlert_Report, also I get an email without any Properties, Value when I click on Test Action.

    I have pasted the content from the .xml file generated at the Alerting BackEnd when I launch the Scheduled Report. Please see below

    • table ..
      • header ..
        • thArray
            -
          • thPool-
          • thUsed Percentage-
          -
        • data ..
          • tr ..
            • @id:f739d493
            • ts000192604754
                -
              • tsEFD400_VP-
              • tv94.99
                • @numeric-value:94.99
                • @state:critical
                -
              -
            • tr ..
              • @id:f3d02355
              • ts000192604754
                  -
                • tsEFD200_VP-
                • tv94.99
                  • @numeric-value:94.99
                  • @state:critical


        • isakats

          141 Posts

          1447

          0

          Posted October 27th, 2016 06:00

          Hi littlefinger,,

          The empty properties are expected when you use Test Action, have you tried probing the alert ?

          You can right click on a active alert and select Probe, then select the filtered entry point, Comparator and links between the component then run the scheduled report and.

          ProbeAlert.PNG.png

          You should see the report being received and processed trough the components, if you the report doesnt show up in the probe, you should try modifying the filter to something like reportName is present and run the test again. If you still dont see the report being processed, you can check the alerting backend log to see if there's any warnings or severe errors.


          You can also open a service request with support to assist with the debugging trough webex.

          Regards,

          Isaka

        • nerdnair

          1 Rookie

          68 Posts

          1447

          0

          Posted October 27th, 2016 08:00

          Hello Isaka

          Thanks a lot for your suggestions and help, I was able to get it working with help from a friend. The Alert was not parsing the Used Percentage column correctly in the filter. I had to change the column name to 'Percentage' and modify the alert filter to get it working.

          I guess the alert filter does not like the space between the column names.