Hi,
I'm trying to configure VEEAM job supervision with NSClient++ / NRPE3, I can't get out of it because I keep getting the “execute command failed” error.
I've already tried logging my command directly from my Poller, on my customer's site where the VEEAM B&R is installed. Here's the command I typed and the feedback showing that the command was executed correctly:
root@dlg-spoller:/usr/lib64/nagios/plugins# ./check_centreon_nrpe3 -H 192.168.1.37 -p 5666 -t 55 -u -2 -P 8192 -c check_centreon_plugins -a ‘apps::backup::veeam::local::plugin’ 'job-status' ' --filter-name=“” --filter-start-time="" --filter-end-time="86400" --filter-counters="" --ok-status="" --warning-status="" --critical-status="%{is_running} == 0 and not %{status} =~ /Success/i" --warning-long="" --critical-long="" --verbose'
OK: Total jobs: 5 - All jobs are ok | 'jobs.detected.count'=5;;;0;
Job 'Backup_Wasa_Old_TSE' status: never ttype: EpAgentBackup]
Job 'Backup_Wasa_cluster' status: success ttype: Backup]
Job 'Backup_cluster' status: success ttype: Backup]
Job 'Old TSE' status: never ttype: EpAgentBackup]
Job 'Replication Job' status: never ttype: Replica]
So I've tried several settings from Centreon but I keep getting errors, I don't know what I'm missing…
I tried to create a check command with predefined macros:

Hopefully someone can help me out,
Thanks