Perfect
| # cd /etc/icinga2/conf.d | conf.d Directory (hosts.conf, services.conf, users.conf, notifications.conf, commands.conf, groups.conf, templates.conf, downtimes.conf, timeperiods.conf, api-users.conf, app.conf ) | ||
| Service | icinga.com/docs/icinga2/latest/doc/09-object-types/#service | ||
| Warning/Critical | how to define +/- | Nagios Guideline (search for " Threshold and Ranges " ) | |
Icinga2 | Upgrade Information for Debian 9 
Icinga2 Update/Upgrade information
| Step | todo | comand | text | - | 
| For a Client | check the Version you have | # icinga2 --version | ||
| 0 | ||||
| # 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 | ||||
| For the Master | # icinga2 --version | (version: r2.6.0-1) i do have | ||
| First update to 2.7 | # vi /etc/default/icinga2 | ICINGA2_CACHE_DIR=/var/cache/icinga2 | ||
| # systemctl restart icinga2 | ||||
| then to 2.8 | # ls /usr/share/icinga2-ido-mysql/schema/upgrade/ | ls should Show some *.SQL file | ||
| # mysql -u root -p icinga < /usr/share/icinga2-ido-mysql/schema/upgrade/2.8.0.sql | and also if you have newer files too | 
- - - -
		modul-icinga-articlelist
						
						
		
- - - -
Quellen/Source:
- Upgrading Icinga 2 
- [dev.icinga.com #13255] Deprecate cluster/client mode "bottom up" w/ repository.d and node update-config
-
-
-
-
-
> Add a comment >
| 0 | default Plugins on Debian | # /usr/lib/nagios/plugins | --> source | 
| define a new path for not default or modified Plugins | # mkdir /usr/lib/nagios/pluginsCustom | ||
| define the new Path to ... | # vi /etc/icinga2/constants.conf | const PluginCustomDir = "/usr/lib/nagios/pluginsCustom" | |
| restart | #  systemctl restart icinga2 # systemctl status icinga2  | 
||
| the Path i do use for new Plugins is | # cd /usr/lib/nagios/pluginsCustom | ||
| and i do create a Directory for echa plugin too | # mkdir new-plugin | 
| step | todo | Master | Master text | Client | Client text | 
- - - - -
- - - - -
Source/Quellen:
- () | Icinga Doc offiziel
- ICINGA Package Repository Windows
- (2018update) LinuxTechi |How to add remote Linux and Windows Host to Icinga 2 for Monitoring
-
-
- (2016) Brunner-IT |Icinga Agent – erster Windows Client überwachen
-
-
-
-
-
- > Add a comment >
Icinga2 | define (setup) the Master
| 1 | on a running Icinga | # icinga2 node wizard | Please specify if this is a satellite setup ('n' installs a master setup) [Y/n] : n | 
| 2 | Zone.conf definition | # vi /etc/icinga2/zones.conf | object Endpoint "icinga.server.de" { } object Zone "icinga.server.de" { endpoints = ["icinga.server.de" ] }  | 
| 3 | # /etc/init.d/icinga2 restart | ||
| # ps aux | grep icinga2 | |||
Source/Quellen:
- (2017) Icinga2: Remote Clients (just the first part / erster Abschnitt)
-
-
-
-
> Add a comment >
the user we crate for monitoring is icinga2monitoring
| 1 | Proxmox crate a user for monitoring Login to CLI  | 
# pveum useradd icinga2monitoring@pve -comment "Icinga2 Monitoring" | |
| # pveum passwd icinga2monitoring@pve | |||
| # pveum aclmod / -user icinga2monitoring@pve -role PVEAuditor | |||
| or just a API_User | # pvesh create /access/users -userid icinga2monitoring@pve | ||
Quellen/Source:
- Github | nbuchwitz/check_pve
- exchange.icinga.com Proxmox
- Proxmox Doc | VE API
-
- Docu Proxmox | user Management
-
-
-
-
- Forum Proxmox | frage zu user und Sinn...
modul-icinga-articlelist
- ✔ Icinga2 | (spez)Plugins | define path
 - ✔ Icinga2 | add NAS-Qnap (check_qnap3)
 - ✔ icinga2 | check_ssl_cert
 - 01 ✔ Install graphite for incibaweb2 on Debian 9
 - 02 Icinga2 Modul Director on Debian9
 - 90_(Solved) Icinga error: icinga2: Can't send external Icinga command to the local command file "/var/run/icinga2/cmd/icinga2.cmd": Permission denied.
 - 99_(solved) error after enter token
 - add a client to Icinga / or Remove the client save
 - critical/icinga-app: Another instance of Icinga already running with PID
 - first Install check_nwc_health
 - Icinga config
 - Icinga2 | add a Windows Client to Icinga2 Master
 - Icinga2 | add Cisco Switch 3560 Familie
 - Icinga2 | add FreeNAS
 - Icinga2 | add Fritzbox 7490
 - Icinga2 | add Icinga2 Client (CentOS 7) to a Master (r2.10.3-1)
 - Icinga2 | add Icinga2 Client to a Master (r2.9.0-1)
 - Icinga2 | add NAS-Drobo
 - Icinga2 | add OpnSense Check (check_opnsense)
 - Icinga2 | add Proxmox
 - Icinga2 | add Raspberry Pi (Debian9)
 - Icinga2 | add service to a hostgroup
 - Icinga2 | add Supermicro IPMI
 - Icinga2 | add USV/UPS
 - Icinga2 | check_logfiles
 - Icinga2 | ClamAV ¦ check_clamav
 - icinga2 | dashing test
 - Icinga2 | define (setup) the Master
 - Icinga2 | define Hostgroup & add Host to a Hostgroup
 - Icinga2 | dependencies
 - Icinga2 | Gude Expert Power Control 8220 Serie
 - Icinga2 | notification telegram & Email
 - Icinga2 | send email notification only once (on time)
 - Icinga2 | snmp
 - Icinga2 | SNMP Unifi Pro AP
 - Icinga2 | Upgrade Information
 - icinga2 |apt wrapper |-NOK 24.08.2018
 - icinga2 |check_log
 - icinga2 Problems
 - Muster
 - Path and Links to the documentation
 - plugin - Servie - Host
 - show Version & Check's & nice icinga2 commands
 - tmpl-24x7-host-mail
 
Subcategories
Monitoring Article Count: 69
Roundcube Article Count: 1
Kolab News Article Count: 33
soho Net Article Count: 4
Perfect NAS Article Count: 28
Perfect Server Article Count: 80
Perfect Router/FW/Switch Article Count: 4
- Anker 575 USB-C Docking Station (13-in-1), 85W für Laptops
 - Perfect Server Hardware for Virtualization | Proxmox | pve-05
 - Pioneer Blu-Ray/BD/DVD/CD Reader/writer USB 3.0 BDR-XD07TB | WORKS OK with Debian 11
 - NOT WORKING WITH DEBIAN 11 | Dockingstation | IcyBox 14-in-1 USB Type-C | IB-DK2262AC
 - How to remove systemd services
 - Laptop | Lenovo | Thinkpad E15 Gen3 AMD
 - Laptop | Lenovo | LENOVO-IDEA IdeaPad 3 15IGL05 Notebook (15.6 ", 128 GB SSD, Business Black)
 - D. Klimo | Kent monoblocks
 - TTN Mapper
 - LILYGO TTGO T-Beam V1.1 ESP32 LoRa 868Mhz GPS 18650 Board
 - LILYGO® TTGO T-Beam 868MHz -> The Things Network (TTN/TTS) -> Karte | Infos und Video bei Alex (www.aeq-web.com)
 - Kabelfarben 3.3V, 5V, 12V, 230V | Durchmesser
 - 01 Digi-Bee Stand01 Wetter
 - Solar Panel | 6V 3W Solar Panel JY D145x145
 - TTGO LoRa32 V2.1_1.6 version 433/868/915Mhz ESP32 LoRa OLED 0.96 Inch SD Card Bluetooth WIFI wireless Module ESP-32 SMA
 - -pve-04 | Disk SSD and HDD
 - DISK SSD | 1 TB | Samsung SSD 870 EVO 1TB - 1TB
 - NanoVNA V2
 - CubeSat | antennas |
 - KoZo_GS3_433MHz
 - tinyGS - shortcut what it means
 - TinyGS Telegram community | published Links
 - Wolfgang W. Osterhage (Springer Verlag Sachbuch 2021): Die Geschichte der Raumfahrt | (gefundene Fehler)
 - ucs Univention some commands
 - SMA-Stecker / SMA-Buchse
 
 
                    
                                        Die EU-Kommission will unverzüglich die Finanzierung von Spyware-Produzenten einstellen, die sich "schweren beruflichen Fehlverhaltens" schuldig gemacht haben.                    
                    
                    
                                        Microsoft hält eine Lücke in der LNK-Anzeige für nicht behebenswert. Sie wurde inzwischen gegen europäische Diplomaten missbraucht.                    
                    
                    
                                        Angreifer können IBM Tivoli Monitoring und Nagios XI attackieren und Dateien manipulieren oder sogar Schadcode ausführen. Sicherheitsupdates sind verfügbar.                    
                    
                    
                                        Angreifer missbauchen Schwachstellen in VMware und XWiki, warnt die IT-Sicherheitsbehörde CISA. Updates stopfen die Lücken.                    
                    
						
						
						
						
						
						
						