Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to centreon 2.8.x #58

Closed
joschi99 opened this issue Oct 7, 2016 · 5 comments
Closed

Upgrade to centreon 2.8.x #58

joschi99 opened this issue Oct 7, 2016 · 5 comments
Assignees
Milestone

Comments

@joschi99
Copy link
Owner

joschi99 commented Oct 7, 2016

Upgrade monitoring system to

  • centreon web 2.8.x
  • centreon engine 1.6.x
@joschi99 joschi99 self-assigned this Oct 7, 2016
@joschi99 joschi99 added this to the 2.4.0 milestone Nov 2, 2016
joschi99 added a commit that referenced this issue Nov 16, 2016
@joschi99
Copy link
Owner Author

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

@joschi99
Copy link
Owner Author

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

@joschi99
Copy link
Owner Author

joschi99 commented Dec 7, 2016

ToDo

  • configure and test knowledge base
  • configure database partitioning

@joschi99 joschi99 reopened this Dec 7, 2016
@joschi99
Copy link
Owner Author

joschi99 commented Dec 7, 2016

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

joschi99 added a commit that referenced this issue Dec 9, 2016
@joschi99
Copy link
Owner Author

joschi99 commented Dec 9, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant