Giter Site home page Giter Site logo

Upgrade to centreon 2.8.x about osiris HOT 5 CLOSED

joschi99 avatar joschi99 commented on August 29, 2024
Upgrade to centreon 2.8.x

from osiris.

Comments (5)

joschi99 avatar joschi99 commented on August 29, 2024

i-Vertix central system upgrade

  1. yum.repos.d ces config
  2. /etc/init.d/centengine stop
  3. /etc/init.d/cbd stop
  4. yum update centreon
  5. check, if there are other upgrades to do: yum check-update
  6. /etc/init.d/httpd restart
  7. start and complete web upgrade procedure
  8. generate and export configuration to central system
  9. /etc/init.d/centengine start
  10. /etc/init.d/cbd start

from osiris.

joschi99 avatar joschi99 commented on August 29, 2024

i-Vertix poller upgrade

  1. yum.repos.d ces config
  2. /etc/init.d/centengine stop
  3. /etc/init.d/cbd stop
  4. yum update centreon
  5. check, if there are other upgrades to do: yum check-update
  6. generate and export configuration to poller
  7. /etc/init.d/centengine start
  8. /etc/init.d/cbd start

from osiris.

joschi99 avatar joschi99 commented on August 29, 2024

ToDo

  • configure and test knowledge base
  • configure database partitioning

from osiris.

joschi99 avatar joschi99 commented on August 29, 2024

Knowledgebase config

  • vi /usr/share/centreon/cron/centKnowledgeSynchronizer.php
  • change the line $CentreonURL and insert the correct URL like $CentreonURL = "http://192.168.120.1/centreon";
  • wait that the cronjob for knowledge synchronizer will be run (every 5 minutes)
  • push the config to pollers

from osiris.

joschi99 avatar joschi99 commented on August 29, 2024

Centreon Partitioning config

configure mariadb

  • open_files_limit=32000
  • innodb_file_per_table=1

create partition tables

php /usr/share/centreon/bin/centreon-partitioning -m /etc/centreon/partition.d/partition-data_bin.xml
php /usr/share/centreon/bin/centreon-partitioning -m /etc/centreon/partition.d/partition-logs.xml
php /usr/share/centreon/bin/centreon-partitioning -m /etc/centreon/partition.d/partition-log_archive_host.xml
php /usr/share/centreon/bin/centreon-partitioning -m /etc/centreon/partition.d/partition-log_archive_service.xml

if the partition tables are created drop the old tables:

drop table data_bin_old;
drop table logs_old;
drop table log_archive_host_old;
drop table log_archive_service_old;

install the crontab for the database partitioning

from osiris.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.