Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Letzte ÜberarbeitungBeide Seiten der Revision
centos:web_c7:icinga:start [20.02.2017 17:09. ] – icninga2 [Systemtest] #CentOS7 #icinga2 djangocentos:web_c7:icinga:start [30.05.2020 17:28. ] – [IT Infrastruktur und System Monitoring mit Icinga 2 unter CentOS 7.x] django
Zeile 1: Zeile 1:
 ====== IT Infrastruktur und System Monitoring mit Icinga 2 unter CentOS 7.x ====== ====== IT Infrastruktur und System Monitoring mit Icinga 2 unter CentOS 7.x ======
-{{:centos:web_c7:icinga:icinga_logo.png?nolink&200 |Bild: ICINGA Logo}} +{{page>centos:web_c7:icinga:uebersicht&nofooter&noheader}} 
- Mit [[https://www.icinga.org/|Icinga]] kann man sehr leicht und einfach umfangreiche und komplexe IT-Infrastrukturen und Dienste überwachen. Icinga bietet umfassende Überwachungs- und Alarmfunktionen für Server, Switches, Anwendungen und Dienste, so dass also Störungen im Betrieb frühestmöglich erkannt und Abhilfe geschaffen werden kann. Icinga wurde im Mai 2009 von einer Gruppe von Nagios-Entwicklern als ein Fork von [[centos:web_c7:nagios1|Nagios]] ins Leben gerufen und seit dem rasant weiterentwickelt.+ 
 +{{page>centos:web_c7:icinga:inhalt&nofooter&noheader}}
  
-Tiefergehende Informationen zu Icinga selbst findet man auf der [[https://www.icinga.org/icinga/icinga-2/features/|Icinga 2 - Features Seite]] im WWW. Eine detaillierte [[http://docs.icinga.org/icinga2/latest/doc/module/icinga2/toc 
-|Installations- und Konfigurationsbeschreibung]], die bei der Erstellung dieser Installationsdokumentation wertvolle Hilfe geleistet hat, ist dort ebenfalls zu finden! 
  
 ===== Installation ===== ===== Installation =====
Zeile 359: Zeile 358:
 <code>/etc/icinga2/ <code>/etc/icinga2/
 ├── conf.d ├── conf.d
-│   ├── commands.conf +│   ├── app.conf 
-│   ├── downtimes.conf +│   ├── commands.conf 
-│   ├── groups.conf +│   ├── downtimes.conf 
-│   ├── hosts.conf +│   ├── groups.conf 
-│   ├── notifications.conf +│   ├── hosts.conf 
-│   ├── satellite.conf +│   ├── notifications.conf 
-│   ├── services.conf +│   ├── satellite.conf 
-│   ├── templates.conf +│   ├── services.conf 
-│   ├── timeperiods.conf +│   ├── templates.conf 
-│   └── users.conf+│   ├── timeperiods.conf 
 +│   └── users.conf
 ├── constants.conf ├── constants.conf
 ├── features-available ├── features-available
-│   ├── api.conf +│   ├── api.conf 
-│   ├── checker.conf +│   ├── checker.conf 
-│   ├── command.conf +│   ├── command.conf 
-│   ├── compatlog.conf +│   ├── compatlog.conf 
-│   ├── debuglog.conf +│   ├── debuglog.conf 
-│   ├── gelf.conf +│   ├── gelf.conf 
-│   ├── graphite.conf +│   ├── graphite.conf 
-│   ├── icingastatus.conf +│   ├── influxdb.conf 
-│   ├── ido-mysql.conf +│   ├── livestatus.conf 
-│   ├── ido-pgsql.conf +│   ├── mainlog.conf 
-│   ├── livestatus.conf +│   ├── notification.conf 
-│   ├── mainlog.conf +│   ├── opentsdb.conf 
-│   ├── notification.conf +│   ├── perfdata.conf 
-│   ├── perfdata.conf +│   ├── statusdata.conf 
-│   ├── statusdata.conf +│   └── syslog.conf
-│   └── syslog.conf+
 ├── features-enabled ├── features-enabled
-│   ├── checker.conf -> ../features-available/checker.conf +│   ├── checker.conf -> ../features-available/checker.conf 
-│   ├── mainlog.conf -> ../features-available/mainlog.conf +│   ├── mainlog.conf -> ../features-available/mainlog.conf 
-│   └── notification.conf -> ../features-available/notification.conf+│   └── notification.conf -> ../features-available/notification.conf
 ├── icinga2.conf ├── icinga2.conf
 ├── init.conf ├── init.conf
 ├── repository.d ├── repository.d
-│   └── README+│   └── README
 ├── scripts ├── scripts
-│   ├── mail-host-notification.sh +│   ├── mail-host-notification.sh 
-│   └── mail-service-notification.sh+│   └── mail-service-notification.sh
 ├── zones.conf ├── zones.conf
 └── zones.d └── zones.d
-    └── README +    └── README</code>
-</code>+
  
 ===== Icinga 2 Featurelist ===== ===== Icinga 2 Featurelist =====
Zeile 582: Zeile 580:
   * **[[http://dokuwiki.nausch.org/doku.php/|Zurück zur Startseite]]**   * **[[http://dokuwiki.nausch.org/doku.php/|Zurück zur Startseite]]**
  
-~~DISCUSSION~~ 
-~~AUTOTWEET:~~ 
  
  • centos/web_c7/icinga/start.txt
  • Zuletzt geändert: 30.05.2020 17:30.
  • von django