Skip to content
README.md 5.72 KiB
Newer Older
# Centreon Connectors
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Centreon Connectors are extremely fast open-source monitoring check
execution daemons designed to work with
[Centreon Engine](https://github.com/centreon/centreon-engine).

It is a low-level component of the
[Centreon software suite](https://www.centreon.com).
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Centreon Connectors are released under the Apache Software License version 2
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed
and is endorsed by the [Centreon company](https://www.centreon.com).

There are currently two open-source connectors :

- **Centreon Connector Perl** : persistent Perl interpreter that
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed
  executes Perl plugins very fast
- **Centreon Connector SSH** : maintain SSH connexions opened to reduce
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed
  overhead of plugin execution over SSH

## Documentation
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

*Coming soon on https://docs.centreon.com*
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

## Installing from binaries
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

> Centreon Connectors is a low-level component of the Centreon
> software suite. If this is your first installation you would probably
> want to [install it entirely](https://docs.centreon.com/current/en/installation/installation-of-a-central-server/using-sources.html).
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Centreon ([the company behind the Centreon software suite](http://www.centreon.com))
provides binary packages for RedHat / CentOS. They are available either
as part of the [Centreon Platform](https://www.centreon.com/en/platform/)
or as individual packages on [our RPM repository](https://docs.centreon.com/current/en/installation/installation-of-a-poller/using-packages.html).
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Once the repository installed a simple command will be needed to install
the connectors:
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

```shell
yum install centreon-connector-perl centreon-connector-ssh
```
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

## Fetching sources
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Beware that the repository hosts in-developement sources and that it
might not work at all.

Stable releases are available as gziped tarballs on [Centreon's
download site](https://download.centreon.com).
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

## Compilation
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

This paragraph is only a quickstart guide for the compilation of
Centreon Clib.
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Centreon Connectors need Centreon Clib to be build. You should
[install it first](https://github.com/centreon/centreon-clib).

### CentOS

Compilation of this distribution is pretty straightforward.
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

You'll need to download the project and launch the *cmake.sh* script
to prepare the compilation environment:

```shell
git clone https://github.com/centreon/centreon-connectors
cd centreon-connectors
./cmake.sh
```
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

Now launch the compilation using the *make* command and then install the
software by running *make install* as priviledged user:

```shell
cd build
make
make install
```

### Other distributions

If you are on another distribution, then follow the steps below.

Check if you have these packages installed (Note that packages names
come from CentOS distributions, so if some packages names don't match
on your distribution try to find their equivalent names): git, make,
cmake, gcc-c++.

For the projet compilation you need to have conan installed. Try to use
the package manager given by your OS to install conan. ('apt' for
Debian, 'rpm' for Red Hat, 'pacman' for Arch Linux, ...). It is prefered
to install gcc before conan.

Example:

```shell
apt install conan
```

If it does not work, conan can be installed with pip3:
```shell
pip3 install conan
```
> All the dependencies pulled by conan are located in conanfile.txt. If
> you want to use a dependency from your package manager instead of conan,
> you need to remove it from conanfile.txt.
Then you have to add a remote conan repository, for that enter the command:

```shell
conan remote add centreon https://api.bintray.com/conan/centreon/centreon
```

Now, the list command should list two repositories:

```shell
conan remote list
conan-center: https://conan.bintray.com [Verify SSL: True]
centreon: https://api.bintray.com/conan/centreon/centreon [Verify SSL: True]
```

You can now prepare the compilation environment:

```shell
git clone https://github.com/centreon/centreon-connectors
mkdir -p centreon-connectors/build
cd centreon-connectors/build
conan install --remote centreon ..
cmake -DCMAKE_BUILD_TYPE=Release -DWITH_PREFIX_BINARY=/usr/lib64/centreon-connector -DWITH_TESTING=On ..
```

This will look for required dependencies and print a summary of the
compilation parameters if everything went fine.

Now launch the compilation using the *make* command and then install the
software by running *make install* as priviledged user:

```shell
make
make install
```

You're done!

## Bug reports / Feature requests
The best way to report a bug or to request a feature is to open an issue
in GitHub's [issue tracker](https://github.com/centreon/centreon-connectors/issues/).
Please note that Centreon Connectors follows the
[same workflow as Centreon](https://github.com/centreon/centreon/issues/new/choose)
For a quick resolution of a bug your message should contain:
- The problem description
- Precise steps on how to reproduce the issue (if you're using Centreon
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed
  web UI tell us where you click)
- The expected behavior
- The Centreon product**s** version**s**
- The operating system you're using (name and version)
- If possible configuration, log and debug files
## Contributing
Contributions are much welcome! If possible provide them as
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed
pull-requests on GitHub. If not, patches will do but describe against
which version/commit they apply.
Matthieu Kermagoret's avatar
Matthieu Kermagoret committed

For any question or remark feel free to send a mail to the project
maintainers:

<a href="https://github.com/bouda1"><img src="https://avatars1.githubusercontent.com/u/6324413?s=400&v=4" title="David Boucher" width="80" height="80"></a> &nbsp;
<a href="https://github.com/rem31"><img src="https://avatars.githubusercontent.com/u/73845199?s=460&v=4" title="Rémi Gres" width="80" height="80"></a> &nbsp;
<a href="https://github.com/centreonpm"><img src="https://avatars.githubusercontent.com/u/73105891?s=460&v=4" title="Pierre Margale" width="80" height="80"></a> &nbsp;