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.
EPAgent 10.x
This error indicates that the script needs a delay configured for this to work.
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.