Disable Custom Program Monitoring
Custom program monitoring is enabled by default. You can disable it if you do not want to monitor programs other than Hadoop tasks, or as recommended by Pepperdata Support for troubleshooting.
Procedure
-
Beginning with any host where Pepperdata is running, add the property that controls custom program monitoring to the Pepperdata site file,
pepperdata-site.xml
, and set its value to false.By default, the Pepperdata site file,
pepperdata-site.xml
, is located in/etc/pepperdata
. If you customized the location, the file is specified by thePD_CONF_DIR
environment variable. See Change the Location of pepperdata-site.xml for details.<property> <name>pepperdata.agent.program.monitor.enabled</name> <value>false</value> </property>
Malformed XML files can cause operational errors that can be difficult to debug. To prevent such errors, we recommend that you use a linter, such asxmllint
, after you edit any .xml configuration file. -
Restart the PepAgent.
You can use either the
service
(if provided by your OS) orsystemctl
command:sudo service pepagentd restart
sudo systemctl restart pepagentd
-
Repeat steps 1 and 2 on every host where Pepperdata is running.