Install icinga2 client on centos7

Hello
i try to find some Information about installing ONLY the Icinga Client on a centOS7.
The Master is runnig fine under Debian.

Thanks your help
vinc

Hi,

you need to install the icinga2 package and the required check plugins that should be executed. The client setup will only active the features which are required on a client.

More information and detailed instructions on how to setup a client ca be found in the documentation.
https://icinga.com/docs/icinga2/latest/doc/06-distributed-monitoring/#clientsatellite-setup

Kind regards
Michael

2 Likes

Thank you @mcktr
Thanks for your feedback

the question goes more on a Debian Client i have to do also this

wget -O - https://packages.icinga.com/icinga.key | apt-key add -

vi /etc/apt/sources.list

deb http://packages.icinga.com/debian icinga-stretch main
deb-src http://packages.icinga.com/debian icinga-stretch main

Then just to Install this

apt install -y -f icinga2

apt install -y -f nagios-plugins

so what to add to the Source.list at first?
further i will just change apt with yum :wink:

have a nice day
vinc

Hi,

check the docs for available repos here:
https://icinga.com/docs/icinga2/latest/doc/02-getting-started/#setting-up-icinga-2
For CentOS: https://packages.icinga.com/epel/

Greetz

@fluxX
Thanks a lot
it works it is addes just missing the check_yum on the master check_yum is not there because i think it is a debian9 running
have a nice day
vinc