My linux world » Centreon

Centreon


Contents

Prerequisites

I assume that you have a Centos installation

Installation

build and configure all modules

You can copy/paste this script and use it to configure automatically your server.

  1. 404: Not Found

reponse file

  1. 404: Not Found

configure web part

Step 3, answer like this :

title value comments
Centreon Engine directory /usr/sbin because we used in cmake -DWITH_PREFIX_BIN=/usr/sbin
Centreon Engine Stats binary /usr/sbin/centenginestats
Centreon Engine var lib directory /var/lib64/centreon-engine because we used in cmake -DWITH_RW_DIR=/var/lib64/centreon-engine/rw
Centreon Engine Connector path /usr/lib64/centreon-connector because we used in cmake -DWITH_PREFIX_BINARY=/usr/lib64/centreon-connector
Centreon Engine Library (*.so) directory /usr/lib/centreon-engine because we used in cmake -DWITH_PREFIX_LIB=/usr/lib64/centreon-engine

Step4, answer like this :

title value comments
Centreon Broker etc directory /etc/centreon-broker because we used in cmake -DWITH_PREFIX_CONF=/etc/centreon-broker
Centreon Broker module (cbmod.so) /usr/lib64/nagios/cbmod.so because we used in cmake -DWITH_PREFIX_LIB=/usr/lib64/nagios
Centreon Broker log directory /var/log/centreon-broker
Retention file directory /var/lib64/centreon-broker
Centreon Broker lib (*.so) directory /usr/share/centreon/lib/centreon-broker because we used in cmake -DWITH_PREFIX_MODULES=/usr/share/centreon/lib/centreon-broker

That’s all 🙂
Administration – Centreon

Troubleshooting

sudo no tty present and no askpass program specified

  chmod 755 /etc/sudoers
  echo CENTREON ALL = NOPASSWD: ALL >> /etc/sudoers
  chmod 0440 /etc/sudoers

Copyright © 2026 My linux world - by Marc RABAHI
Design by Marc RABAHI and encelades.