For Linux machines (physical or virtual), you can setup and configure the open source telegraf agent to receive custom data.
Aria Ops, vROps: 8.16.x, 8.17.x, 8.18.x, 8.18.6
TCP: 5.x, 5.0, 5.0.1, 5.0.2, 5.1
Prerequisite:
In order to setup a telegraf agent, you must install the cloud proxy first. See Installing Cloud Proxy in Aria Operations
Also see Telegraf downloads
Obtain the helper script from the cloud proxy:
https://<CloudProxy>/downloads/salt/telegraf-utils.sh
Navigate to the directory where the script is downloaded
Activate execution permission of the script for Linux VM.chmod +x telegraf-utils.sh
Run the helper script to update Telegraf configurationscurl -ks -X POST https://<ariaOps_IP>/suite-api/api/auth/<apiAuthToken>/acquire -H \"Content-Type: application/json\" -H \"Accept: application/json\" -d \"{\"username\":\"<USER>\",\"password\":\"<USER_PW>\"}\")
Restart the Telegraf servicesystemctl restart telegraf
or/usr/bin/telegraf -config /etc/telegraf/telegraf.conf -config-directory /etc/telegraf/telegraf.d