Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

 

Switching from In-Process to Standalone

1) Adjust your server startup scripts by removing SPM javaagent definition and adding parameters described on SPM Monitor - Standalone

2) Edit properties file of your system found in /spm/spm-monitor/conf/ directory (in case you are using Hadoop or HBase system which has multiple nodes, adjust properties files of nodes for which you want to change the mode). Set:

  • SPM_MONITOR_IN_PROCESS="false"
  • SPM_MONITOR_JMX_PARAMS should be adjusted according to instructions on SPM Monitor - Standalone

3) Restart SPM Monitor:

Code Block
languagebash
sudo /etc/init.d/spm-monitor restart

4) restart your server

 

Switching from Standalone to In-Process

1) Add SPM javaagent definition to startup script of your server according to notes on https://apps.sematext.com/spm-reports/client.do (under in-process tab)

2) Edit properties file of your system found in /spm/spm-monitor/conf/ directory (in case you are using Hadoop or HBase system which has multiple nodes, adjust properties files of nodes for which you want to change the mode). Set:

  • SPM_MONITOR_IN_PROCESS="true"
  • SPM_MONITOR_JMX_PARAMS=""

3) Restart SPM monitor:

Code Block
languagebash
sudo /etc/init.d/spm-monitor restart

...

Documentation moved to http://sematext.com/docs/monitoring/spm-monitor-switching-modes/