I need help with InfluxDB + Script

Hi,

I’m trying out Grafana + InfluxDB and I have the following scenario:

Site A:
Grafana Server + InfluxDB

Site B:
Ubuntu 24.04 + script veeam_backup_and_replication.sh
Veeam Backup

When running the script “veeam_backup_and_replication.sh” that is inside Ubuntu on site B, the following error occurs:

2024-12-21 03:10:01
Successfully obtained bearer token
Writing veeam_vbr_info to InfluxDB
./veeam_backup_and_replication.sh: line 106: influx: command not found

Source script: grafana/veeam-backup-and-replication-grafana at master · VeeamHub/grafana · GitHub

Can someone instruct me on how to run this script that sends data to my InfluxDB that is on site A?

Best regards,