EPAgent not starting when using VMSTAT script
search cancel

EPAgent not starting when using VMSTAT script

book

Article ID: 144665

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

EPAgent failed to start when using custom VMSTAT script and the EPAgent log shows the following exception:

EPAgent failed to start because: Stateless plugin 'VMSTAT' must have a schedule or delay configured.

Environment

EPAgent 10.x

Cause

This error indicates that the script needs a delay configured for this to work.

Resolution

In order to address this issue please make sure that the property "introscope.epagent.stateless.VMSTAT.delayInSeconds" is enabled and has a value in the EPAgent profile:

1.- Open IntroscopeEPAgent.properties
2.- Locate the property "introscope.epagent.stateless.VMSTAT.delayInSeconds" and check that this property is uncommented and has a value, e.g.:
introscope.epagent.stateless.VMSTAT.delayInSeconds=900
3.- Save the file and restart the EPAgent for the changes to take effect.