server - How to integrate NewRelic App Monitoring tool with Cloudify? -


i looking forward integrate newrelic agent existing cloudify 2.7 environment. since cloudify apps running in individual paths , each deployment takes apps running on different paths, it's not possible assign app server newrelic. how can on come this?

it's not entirely clear trying accomplish.

you recipe can install newrelic agent , configure connect newrelic.

alternatively, if newrelic agent has api or cli, can add a

monitors{ } 

section recipe. section collect required stats local agent , publish them cloudify manager.

more information available here: http://getcloudify.org/guide/2.7/plugins_and_probes/probes.html

the collected monitors available using manager rest api. can use separate process poll metrics manager api , send them newrelic. at: http://getcloudify.org/guide/2.7/restapi/restdoclet.html

and api at

/{version}/deployments/{appname}/service/{servicename}/instances/{instanceid}/metrics 

Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -