Hello,
I was trying to import check commands using clapi. Failed with output:
PHP Warning: Undefined array key 91 in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php on line 981
PHP Warning: Trying to access array offset on value of type null in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php on line 981
PHP Fatal error: Uncaught Error: Class "\CentreonClapi\centreon" not found in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php:983
Stack trace:
#0 /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php(848): CentreonClapi\CentreonAPI->iniObject()
#1 /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php(819): CentreonClapi\CentreonAPI->launchActionForImport()
#2 /usr/share/centreon/bin/centreon(196): CentreonClapi\CentreonAPI->import()
#3 {main}
thrown in /usr/share/centreon/www/class/centreon-clapi/centreonAPI.class.php on line 983
Did you have any expirience with this?