I have several apps running on the server, so how can I monitor just one of them while excluding the others? I tried adding "PM2_MONITORING: false" to the ecosystem configuration file in an attempt to disable monitoring for a particular app, but it did not work.
I have several apps running on the server, so how can I monitor just one of them while excluding the others? I tried adding "PM2_MONITORING: false" to the ecosystem configuration file in an attempt to disable monitoring for a particular app, but it did not work.