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
Nächste ÜberarbeitungBeide Seiten der Revision
centos:web_c7:icinga:start [20.02.2017 17:05. ] – icinga2 [erster manueller Start] #CentOS7 #icinga2 djangocentos:web_c7:icinga:start [20.02.2017 17:10. ] – Icinga2 [Programm- und Verzeichnisse] #CentOS7 #Icinga2 django
Zeile 320: Zeile 320:
    # systemctl status icinga2.service    # systemctl status icinga2.service
  
-<code>icinga2.service - Icinga host/service/network monitoring system +<html><pre class="code"> 
-   Loaded: loaded (/usr/lib/systemd/system/icinga2.service; enabled) +<font style="color: rgb(0, 255, 0)"><b>● </b></font><font style="color: rgb(0, 0, 0)">icinga2.service - Icinga host/service/network monitoring system 
-   Active: active (running) since Fri 2015-03-13 08:44:37 CET; 6h ago +   Loaded: loaded (/usr/lib/systemd/system/icinga2.service; enabled; vendor preset: disabled
-  Process: 23808 ExecReload=/usr/lib/icinga2/safe-reload /etc/sysconfig/icinga2 (code=exited, status=0/SUCCESS) +   Active: <font style="color: rgb(0, 255, 0)"><b>active (running) </b></font><font style="colorrgb(0, 0, 0)">since Mon 2017-02-20 18:04:27 CET; 2min 0s ago 
-  Process31217 ExecStart=/usr/sbin/icinga2 daemon -d -e ${ICINGA2_ERROR_LOG} (code=exitedstatus=0/SUCCESS) + Main PID: 2179 (icinga2)
-  Process: 31171 ExecStartPre=/usr/lib/icinga2/prepare-dirs /etc/sysconfig/icinga2 (code=exitedstatus=0/SUCCESS+
- Main PID: 23826 (icinga2)+
    CGroup: /system.slice/icinga2.service    CGroup: /system.slice/icinga2.service
-           ├─23826 /usr/sbin/icinga2 --no-stack-rlimit daemon -d -e /var/log/icinga2/error.log --reload-internal 23480 +           ├─2176 /usr/lib64/icinga2/sbin/icinga2 --no-stack-rlimit daemon -d -e /var/log/icinga2/error.log 
-           26008 /usr/lib64/nagios/plugins/check_ping --H 10.0.0.97 -c 200,15% -w 100,5% +           2179 /usr/lib64/icinga2/sbin/icinga2 --no-stack-rlimit daemon -d -e /var/log/icinga2/error.log 
-           └─26009 /usr/bin/ping -n -U -w 10 -c 5 10.0.0.97+ 
 +Feb 20 18:04:27 vml000117.dmz.nausch.org systemd[1]: Starting Icinga host/service/network monitoring system... 
 +Feb 20 18:04:27 vml000117.dmz.nausch.org systemd[1]: Started Icinga host/service/network monitoring system.</font> 
 +</pre></html>
  
-Mar 13 14:56:26 vml000117.dmz.nausch.org safe-reload[23331]: Reloading Icinga 2: Done 
-Mar 13 14:56:26 vml000117.dmz.nausch.org systemd[1]: Reloaded Icinga host/service/network monitoring system. 
-Mar 13 14:57:21 vml000117.dmz.nausch.org systemd[1]: Reloading Icinga host/service/network monitoring system. 
-Mar 13 14:57:22 vml000117.dmz.nausch.org safe-reload[23462]: Validating config files: Done 
-Mar 13 14:57:22 vml000117.dmz.nausch.org safe-reload[23462]: Reloading Icinga 2: Done 
-Mar 13 14:57:22 vml000117.dmz.nausch.org systemd[1]: Reloaded Icinga host/service/network monitoring system. 
-</code> 
  
 ===== Konfiguration ===== ===== Konfiguration =====
Zeile 365: Zeile 359:
 <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 =====
  • centos/web_c7/icinga/start.txt
  • Zuletzt geändert: 30.05.2020 17:30.
  • von django