centreon / centreon-archived

Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge.
https://www.centreon.com
GNU General Public License v2.0
574 stars 240 forks source link

Poller creation wizard is not working #10272

Open joschi99 opened 3 years ago

joschi99 commented 3 years ago
centreon-clib-21.04.2-1.el7.centos.x86_64
centreon-engine-extcommands-21.04.3-5.el7.centos.x86_64
centreon-perl-libs-21.04.6-4.el7.centos.noarch
centreon-connector-21.04.2-4.el7.centos.x86_64
centreon-widget-global-health-21.04.0-1.el7.centos.noarch
centreon-widget-hostgroup-monitoring-21.04.0-1.el7.centos.noarch
centreon-broker-cbd-21.04.3-1.el7.centos.x86_64
centreon-plugin-Operatingsystems-Linux-Snmp-20210915-070550.el7.centos.noarch
centreon-web-21.04.6-4.el7.centos.noarch
centreon-widget-live-top10-cpu-usage-21.04.0-1.el7.centos.noarch
centreon-pp-manager-21.04.0-1.el7.centos.noarch
centreon-plugin-Operatingsystems-Windows-Snmp-20210915-070550.el7.centos.noarch
centreon-gorgone-centreon-config-21.04.3-4.el7.centos.noarch
centreon-poller-centreon-engine-21.04.6-4.el7.centos.noarch
centreon-broker-21.04.3-1.el7.centos.x86_64
centreon-plugin-Network-Cisco-Standard-Snmp-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Databases-Mysql-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Monitoring-Centreon-Central-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Monitoring-Centreon-Map4-Jmx-20210915-070550.el7.centos.noarch
centreon-broker-graphite-21.04.3-1.el7.centos.x86_64
centreon-connector-ssh-21.04.2-4.el7.centos.x86_64
centreon-21.04.6-4.el7.centos.noarch
centreon-widget-tactical-overview-21.04.0-1.el7.centos.noarch
centreon-widget-grid-map-21.04.0-1.el7.centos.noarch
centreon-widget-servicegroup-monitoring-21.04.0-1.el7.centos.noarch
centreon-auto-discovery-server-21.04.1-2.el7.centos.noarch
centreon-open-tickets-21.04.1-1.el7.centos.noarch
centreon-fingerprint-21.04.0-2.el7.centos.x86_64
centreon-plugin-Virtualization-VMWare-daemon-3.2.1-20210517152645.el7.centos.noarch
centreon-release-21.04-4.el7.centos.noarch
centreon-gorgone-21.04.3-4.el7.centos.noarch
centreon-trap-21.04.6-4.el7.centos.noarch
centreon-database-21.04.6-4.el7.centos.noarch
ivertix-centreon-web-21.04.6-2.x86_64
centreon-plugins-base-1.18-2.el7.centos.noarch
centreon-broker-core-21.04.3-1.el7.centos.x86_64
centreon-broker-cbmod-21.04.3-1.el7.centos.x86_64
centreon-plugin-Applications-Protocol-Http-20210915-070550.el7.centos.noarch
centreon-plugin-Hardware-Printers-Generic-Snmp-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Protocol-Ldap-20210915-070550.el7.centos.noarch
centreon-broker-influxdb-21.04.3-1.el7.centos.x86_64
centreon-connector-perl-21.04.2-4.el7.centos.x86_64
centreon-widget-service-monitoring-21.04.0-1.el7.centos.noarch
centreon-widget-httploader-21.04.0-3.el7.centos.noarch
centreon-widget-engine-status-21.04.0-1.el7.centos.noarch
centreon-license-manager-common-21.04.0-1.el7.centos.noarch
centreon-awie-21.04.0-1.el7.centos.noarch
centreon-engine-daemon-21.04.3-5.el7.centos.x86_64
centreon-base-config-centreon-engine-21.04.6-4.el7.centos.noarch
centreon-widget-graph-monitoring-21.04.0-1.el7.centos.noarch
centreon-license-manager-21.04.0-1.el7.centos.noarch
centreon-broker-storage-21.04.3-1.el7.centos.x86_64
centreon-plugin-Applications-Protocol-Dns-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Protocol-Ftp-20210915-070550.el7.centos.noarch
centreon-common-21.04.6-4.el7.centos.noarch
centreon-engine-21.04.3-5.el7.centos.x86_64
centreon-widget-live-top10-memory-usage-21.04.0-1.el7.centos.noarch
centreon-widget-host-monitoring-21.04.0-2.el7.centos.noarch
centreon-plugin-Hardware-Ups-Standard-Rfc1628-Snmp-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Monitoring-Centreon-Database-20210915-070550.el7.centos.noarch
centreon-plugin-Applications-Monitoring-Centreon-Poller-20210915-070550.el7.centos.noarch

The wizard to create a new Poller is not more working, completing all tasks/pages not Poller configuration will be created

lpinsivy commented 3 years ago

hi @joschi99 can you execute the following SQL request on your 'centreon' database:

MariaDB [centreon]> SELECT resource_id, resource_name FROM cfg_resource ORDER BY resource_id ASC;
+-------------+-------------------+
| resource_id | resource_name     |
+-------------+-------------------+
|           1 | $USER1$           |
|           2 | $CENTREONPLUGINS$ |
+-------------+-------------------+
joschi99 commented 3 years ago
MariaDB [centreon]> SELECT resource_id, resource_name FROM cfg_resource ORDER BY resource_id ASC;
+-------------+------------------+
| resource_id | resource_name    |
+-------------+------------------+
|           1 | $USER1$          |
|           4 | $CUSTOMPLUGINS$  |
+-------------+------------------+

2 rows in set (0.000 sec)

lpinsivy commented 2 years ago

Can you open developer console and give me the return code and message of calls using this url:

internal.php?object=centreon_configuration_remote

joschi99 commented 2 years ago

image

lpinsivy commented 2 years ago

Hi @joschi99 can you give me your Apache configuration?

Can you check also if you have this file on the FS of Centreon: /usr/share/centreon/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php

joschi99 commented 2 years ago

Hi @lpinsivy , the file is present:

ll /usr/share/centreon/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php
-rwxrwxr-x 1 centreon centreon 27053 Nov 24 14:19 /usr/share/centreon/src/CentreonRemote/Application/Webservice/CentreonConfigurationRemote.php

We are using the standard Centreon Apache configuration

lpinsivy commented 2 years ago

@joschi99 can you create a ticket on support and I will propose you a teamviewer session.

Regards