clustervision / trinityX

TrinityX is the new generation of ClusterVision's open-source HPC, A/I and cloudbursting platform. It is designed from the ground up to provide all services required in a modern HPC and A/I system, and to allow full customization of the installation.
GNU General Public License v3.0
67 stars 37 forks source link

AcctGatherProfile plugin (influxdb) #404

Closed msteggink closed 7 months ago

msteggink commented 7 months ago

With the new TrinityX versions, InfluxDB is deprecated / not installed by default anymore.

# systemctl status influxdb
Unit influxdb.service could not be found.

InfluxDB can be removed (commented) from the SLURM configuration:

# cat /etc/slurm/slurm.conf
AcctGatherProfileType=acct_gather_profile/influxdb

Also applies to

# cat /etc/slurm/acct_gather.conf
ProfileInfluxDBHost=http://10.141.255.254:8086
ProfileInfluxDBDatabase=slurm_acct
ProfileInfluxDBDefault=All
ProfileInfluxDBRTPolicy=autogen
aphmschonewille commented 7 months ago

This problem has been resolved by the push done earlier today. i think we can close this issue.