Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
07-27-2017 12:24 AM
Hi,
At present our client sending the email to particular dl after healthrule is voilated. Now we are planning to create one custom action and send the parameters to shell script. This shell script will push the health rule details to our java web application.
Can anyone please provide the sample shell script to get parameters(Node name and health rule name) of health rule voilation.
Please revert if you want further information.
Thanks and Regards
Siva
Solved! Go to Solution.
07-31-2017 02:21 AM
Hi Siva,
Please see if the following documentation helps you retrieve the details you are looking for:
Retrieve All Health Rule Violations in a Business Application
Given you are trying to get these details into a Java Application, please check if you really need to implement a custom action to this end. If the above REST APIs are what you are looking for, probably your Java Application can consume them as a client.
Although the product offers the feature of custom actions so that users can create and trigger execution of a customized shell/bat script to fulfill their various requirements, we do not have any such example scripts.
Looking at your requirement mentioned below, if at all the custom action script is a necessary requirement, please see if you can use the above REST API and pull concerned data to complete the sequence of actions you are interested in.
Thanks,
Asha.
07-31-2017 06:32 AM
Hi Siva,
In case if you were looking for the order of the parameters passed into the Custom Actions from the Health Rules and Events, please refer the following documentation:
Build a CustomAction -Information Passed to the Custom Action Script from AppDynamics
Please find an example as below:
ServiceNow integration using Custom Actions
Hope that helps.
Thanks,
Asha.
08-01-2017 12:01 AM
Hi Asha,
Thanks for your help.
The script present in below link getting the events only. But I want the health rule parameters.
ServiceNow integration using Custom Actions
Can you please help in getting health rule parameters into shell script.
Thanks and Regards
Siva Mullapudi
08-01-2017 12:40 AM
Hi Siva,
Please check any of the scripts below could help you serving as an example:
Pease refer the documentation in my previous response. It has the details of Health Rule parameters. Users are encouraged to write the scripts using any of the listed parameters. The sample script should help understand how they can be used.
Thanks,
Asha.
08-10-2017 06:08 AM
Hi Asha,
Now able to get the required parameters into my web application.
Thanks for your help.
Thanks
Siva
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form