---- lesen
--- Master with Clients
Step | Master Debian 9 stretch | Master_________________ | Client "Debian GNU/Linux 9 (stretch)" | Client stretch |
# icinga2 --v | icinga2 (version: r2.9.0-1) | |||
# vi /etc/icinga2/zones.conf | object Endpoint "client.kozo.ch" { host = "10.147.42.50" } object Zone "client.kozo.ch" { endpoints = [ "client.kozo.ch" ] parent = "master" } |
|||
# cd /etc/icinga2/zones.d/master/
|
object Host "client.kozo.ch" { |
|||
# icinga2 daemon -C | ||||
# systemctl restart icinga2.service | ||||
# systemctl status icinga2.service | ||||
# multitail /var/log/icinga2/icinga2.log | ||||
add the Repository for the newest icinga2 | # 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 |
|||
# apt update -y | ||||
# apt install -y bash-completion # apt install -y -f icinga2 # apt install -y -f nagios-plugins |
||||
# systemctl restart icinga2 # systemctl status icinga2 # systemctl enable icinga2 |
||||
# icinga2 feature list # icinga2 feature enable command # systemctl restart icinga2 |
||||
# icinga2 node wizard |
||||
icinga2-01.kozo.ch
10.147.42.36 |
# vi /etc/icinga2/zones.conf |
object Endpoint "icinga2-01.kozo.ch" { |
||
# service icinga2 restart # systemctl restart icinga2.service # systemctl status icinga2.service |
||||
# icinga2 node list |
||||
# icinga2 node update-config |
||||
# multitail /var/log/icinga2/icinga2.log | # multitail /var/log/icinga2/icinga2.log | |||
Service löschen die es nicht braucht # vi /etc/icinga2/conf.d/services.conf # service icinga2 restart |
||||
# icinga2 node list |
||||
# icinga2 node update-config # icinga2 daemon -C # systemctl restart icinga2 # systemctl status icinga2 |
Quellen/Source:
- Setup Iciniga 2 Checker Satelliten mit Config Master
- (2018) How to setup icinga2 master-satellite-client using director module
- (2017 Digital Ocenan) How To Monitor Hosts and Services with Icinga on Ubuntu 16.04
- (2017) How to Add Remote Linux Host on Icinga2 Server to monitor
- (2017) How to Add Remote Linux Host into Icinga 2 Server
- (2017) Icinga2: Remote Clients
-
-
-
-