Skip to main content
Needs Votes

Talend Plugin

Related products:Infra Monitoring - Connectors
  • November 17, 2025
  • 3 replies
  • 11 views

Forum|alt.badge.img+3

Hi here.

The talend’s plugin (centreon_talend_tmc_api.pl) work properply but it’s not possible to have a custom error message.

The idea will be to have the possiblity to retreive the “errorMessage” who can be available from the debug mode.

 

"items":[{"parallelExecutionAllowed":false,"taskId":"xx","taskVersion":"16.50","executionType":"SCHEDULED","status":"execution_failed","runtime":{"type":"REMOTE_ENGINE_CLUSTER","engineId":"xx","clusterId":"xx"},"errorMessage":"Execution xx failed with code 1 and error Job stopped with errors or unable to run. Exception in component tRESTClient_3 

3 replies

ltirand
Centreonian
Forum|alt.badge.img+10
  • Centreonian
  • November 27, 2025

Hello :)

Can you provide us with the plugin command line and output (you can anonymize field that need it) in addition to the debug information you have already provided so that we can fully understand the context of your request?

Kind regards.


Forum|alt.badge.img+3
  • Author
  • Steward *
  • November 28, 2025

Without debug mode : 

 

 /usr/lib/centreon/plugins/centreon_talend_tmc_api.pl     --plugin=cloud::talend::tmc::plugin     --mode=tasks     --region='eu'     --api-token='TOKEN'     --task-id taskID
OK: task 'JOB_xxx' number of failed executions: 1.67 % - last execution 11m 1s - execution '5b10b3ba-e5f5-497b-9497-eff8c0264c51' [started: 2025-11-28T08:40:52.801Z] status: execution_successful | 'tasks.executions.detected.count'=120;;;0; 'JOB_xxx#task.executions.failed.percentage'=1.67%;;;0;100 'JOB_xxx#task.execution.last.seconds'=661s;;;0;


With debug mode : 

 

/usr/lib/centreon/plugins/centreon_talend_tmc_api.pl     --plugin=cloud::talend::tmc::plugin     --mode=tasks     --region='eu'     --api-token='TOKEN'     --task-id taskID

[...]

{"items":[{"parallelExecutionAllowed":false,"taskId":"ID","taskVersion":"40.52","executionType":"SCHEDULED","status":"execution_successful","runtime":{"type":"REMOTE_ENGINE_CLUSTER","engineId":"ID","clusterId":"ID"},

[...]

{"parallelExecutionAllowed":false,"taskId":"ID","taskVersion":"40.52","executionType":"SCHEDULED","status":"execution_failed","runtime":{"type":"REMOTE_ENGINE_CLUSTER","engineId":"ID","clusterId":"ID"},"errorMessage":"Execution 48c01006-2907-4d1c-a389-603b3dd24e4e failed with code 1 and error Job stopped with errors or unable to run. (check the task execution logs for the error details)","executionStatus":"EXECUTION_FAILED","executionId":"ID","startTimestamp":"2025-11-27T11:05:22.006Z","triggerTimestamp":"2025-11-27T11:05:03.822Z","finishTimestamp":"2025-11-27T11:05:33.999Z","userId":"user"}


lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • November 28, 2025
NewNeeds Votes