Icingaweb2-module-pve

I am using this module, but I keep getting an error regarding the column name:

This Import Source failed when last checked at 2019-04-05 14:53:29: No key column “vm_name” in row 1

Any one have an idea?

Hi,

when such things happen, I always look into the source code (that’s the spirit of open source btw).

vm_name is used here: https://github.com/nbuchwitz/icingaweb2-module-pve/blob/master/library/Pve/ProvidedHook/Director/ImportSource.php#L54

That would indicate, that it searches for the default key column, and I’d say that you can override this somehow. The screenshot in the docs is German @nicolaiB, but I’d say this is “key column name” in the import source settings in the Director :slight_smile:

Cheers,
Michael