Discussion Feed
01-27-2020
03:00 AM
@Rugved.Sarode Unfortunately this is not working for me. Sample summary message- AppDynamics has detected a problem with Node node1. Memory utilization is too high started violating and is now warning. After splitting the summary message I am getting "detected" with both $job.get(2) and $job[2]. I am not sure how you were able to get Used %'s value 93.00 was greater than the threshold 90.00 for the last 30 minutes from summary message you provided.
... View more
03-27-2019
03:04 PM
Hello,
There is already anenhancement to further expose values under eventMessage variable such as condition, violating values etc.
Currently eventMessage is the only option which is a long string.
You can use split / regex on a string as in the usual java context.
Example-
#set ($summary = ${latestEvent.summaryMessage})
#set ($job = $summary.split(" "))
summary: $summary
Job: $job[2]
Job2: $job.get(2)
This is the sample eventMessage-
AppDynamics has detected a problem with Node nodejs-api-services--9.
Memory utilization is too high started violating and is now critical.
All of the following conditions were found to be violating
For Node nodejs-api-services--9:
1) Hardware Resources|Memory|Used % Condition
Used %'s value 93.00 was greater than the threshold 90.00 for the last 30 minutes
where we have set condition name as "Hardware Resources|Memory|Used %"
... View more
01-07-2019
11:03 AM
2 Kudos
Hi Mhamed,
Please check this linked article https://community.appdynamics.com/t5/Knowledge-Base/What-are-license-rules-and-how-do-they-work/ta-p/34453
In case you still have questions, please feel free to raise a ticket with our support team; and we would be more than happy to assist you further.
-Rugved
... View more
Latest Activity
- Got a Kudo for How is Java Agent license consumption calculated?. 11-20-2020 11:17 AM
- Posted Re: What are license rules and how do they work? on Knowledge Base. 03-26-2020 12:16 AM
- Posted Re: How can I customize variables in Apache Velocity Templates? on Knowledge Base. 01-06-2020 07:02 AM
- Got a Kudo for How can I customize variables in Apache Velocity Templates?. 01-05-2020 06:23 PM
- Got a Kudo for How can I customize variables in Apache Velocity Templates?. 12-03-2019 11:18 AM
- Got a Kudo for Re: Where is the file located which includes license rules?. 10-15-2019 07:27 PM
- Got a Kudo for Why do I intermittently see the error "No matching license rule found" / "Missing access key."?. 09-24-2019 06:21 AM
- Posted Re: How do I find license usage by applications for each controller? on Knowledge Base. 05-24-2019 11:31 AM
- Got a Kudo for How does AppDynamics license consumption work?. 05-22-2019 10:22 AM
- Got a Kudo for How can I customize variables in Apache Velocity Templates?. 04-29-2019 01:05 PM
- Posted How can I customize variables in Apache Velocity Templates? on Knowledge Base. 03-29-2019 04:46 PM
- Got a Kudo for Re: How to include current, baseline, threshold values in HTML Body event message in Email Template. 03-27-2019 05:00 PM
- Posted Re: How to include current, baseline, threshold values in HTML Body event message in Email Template on Controller (SaaS, On Premise). 03-27-2019 03:06 PM
- Posted Re: What is the Variable name to access the Health Rule condition to add in the Email Template? on Controller (SaaS, On Premise). 03-27-2019 03:04 PM
- Got a Kudo for How does AppDynamics license consumption work?. 01-16-2019 06:07 PM
- Got a Kudo for Re: Where is the file located which includes license rules?. 01-07-2019 12:05 PM
- Posted Re: Where is the file located which includes license rules? on Licensing (including Trial). 01-07-2019 11:03 AM
- Got a Kudo for What happens if I delete a license rule?. 01-04-2019 05:28 AM
- Tagged How does AppDynamics license consumption work? on Knowledge Base. 10-29-2018 03:11 PM
- Posted How do I check my license usage at the account level? on Knowledge Base. 10-24-2018 01:59 PM
Community Stats
Date Registered | 08-01-2016 12:04 PM |
Date Last Visited | 11-14-2020 12:36 PM |
Total Messages Posted | 19 |
Total Kudos Received | 11 |