Skip to main content
Question

openticket 25.10.1 and centreon 25.10.5

  • January 29, 2026
  • 5 replies
  • 14 views

Forum|alt.badge.img+3

Hello,

Before updating to 25.10.5, OpenTickets was working correctly.
Since the update, I now get the following error message: "cannot find provider".

 

 

In my rule, the connection test is OK.
In the widget, I can also select the rule without any issue.

Do you have any idea what could be causing this problem?

I already tried to downgrade and re-upgrade the module:

 

UPDATE modules_informations SET mod_release = '25.10.0' WHERE name = 'centreon-open-tickets';

Then I re-updated it using the orange update button, but the issue is still there.

5 replies

lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • January 29, 2026

HI ​@anthonys , telemetry was a custom provider?

If yes, you need to backup it before to perform update => https://docs.centreon.com/docs/alerts-notifications/ticketing-install/#creating-a-backup-of-your-custom-open-ticket-provider-configurations

 

Execute the following SQL request on ‘centreon’ configuration db:

SELECT alias, provider_id FROM mod_open_tickets_rule;

Then edit /usr/share/centreon/www/modules/centreon-open-tickets/providers/register.php file and add your missing provider.


Forum|alt.badge.img+3
  • Author
  • Steward **
  • January 29, 2026

Hello, thank you for your response.

This is not a custom provider, it is a host for which I’m trying to create a ticket.
I’m using glpirestapi, provider id 11:

in /usr/share/centreon/www/modules/centreon-open-tickets/providers/register.php

$register_providers['GlpiRestApi'] = 11;

Here is the content of the table:

 

SELECT alias, provider_id FROM mod_open_tickets_rule;

Result:

+---------------+-------------+| alias         | provider_id |+---------------+-------------+| testanthony   |          11 || testanthony_1 |          11 |+---------------+-------------+

 


lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • January 29, 2026

Ok,

Can you check /var/log/centreon/centreon-web.log file if you have warning or error when you create a ticket?


Forum|alt.badge.img+3
  • Author
  • Steward **
  • January 29, 2026

Yes, there are no new messages in /var/log/centreon/centreon-web.log during the ticket creation test.


lpinsivy
Centreonian
Forum|alt.badge.img+21
  • Centreonian
  • January 29, 2026

and in /var/log/php-fpm/centreon-error.log or /var/log/centreon/sql-error.log?