Graphdat.com nginx module. Will it cause issues?

I used easyengine to deploy a wordpress site with w3tc. Works awesome. However, I use graphdat.com for monitoring (similar to newrelic) and there are intructions here: http://support.graphdat.com/knowledgebase/articles/91246-nginx-filter-module to add an nginx module to monitor requests and a few other things. However, it requires to add the module and RECOMPILE nginx. Will that cause an issue if the easyengine configured files or installation?

Thank you,
AJ

@adriano-cortereal

easyengine should work with any nginx build as long as it follows convetions like - http://rtcamp.com/wordpress-nginx/tutorials/conventions/

Though we haven’t tested easyengine with compiled nginx, most likely you need to tweak few compile time parameters.

If you want to monitor nginx stats, just open your example.com/nginx_status - for sites created with easyengine, it should give show some basic stats as described in http://rtcamp.com/tutorials/nginx/status-page/

Alright understood. I’ll try later and report back. You can mark this as solved.