Icingaweb2

Icingaweb2 смотреть последние обновления за сегодня на .

Icinga2 + mysql сервер + icingaweb2

2570
58
9
00:18:17
03.10.2017

Установка Icinga2 и веб-интерфейса icingaweb2 с базой данных mysql на FreeBSD. Текстовое руководство по настройке на сайте: 🤍 Официальное android-приложение: 🤍 Поддержать канал: Яндекс деньги - 410013585067503

icinga2 - icingaweb2 create new user

296
0
0
00:02:48
26.04.2020

Short tutorial, show how to create a new user in Icinga2 web interface and add a new role

ICINGA2 und ICINGA Web2 installieren - Tutorial deutsch

17588
180
39
00:20:19
24.05.2018

Mit diesem Tutorial zeige ich euch wie ihr ICINGA2 und ICINGA Web 2 unter Ubuntu installieren könnt. Ich reichte mich sehr nach der offiziellen Dokumentation, sodass ihr bei weiteren Themen einfach an dieser anknüpfen könnt. Links zum Video: ICINGA2 Api User:🤍 ICINGA2 Buch: 🤍 🛒 Amazon Affiliate Shop 🛍 🤍 ℹ️ Playlists zum Thema: 🕸 Unifi Tutorials: 🤍 💾 Proxmox Tutorials: 🤍 👨‍💻 Selfhosted Software: 🤍 🐳 Docker Tutorials: 🤍 👨‍💻 Social Media 🐦 Twitter: 🤍 🗣 Discord: 🤍 📃 Alle Links: 🤍 💵 Sag Danke ☕️ Buy me a Coffe: 🤍 💁‍♂️ Andere Möglichkeiten: 🤍 💳 Werde Kanalmitglied: 🤍 ☁️ Webseiten: 🌎 Blog: 🤍 👨‍💻 GitHub: 🤍

Icinga Director: Installation und Einrichtung (Teil 1) (Webinar vom 28. Juni 2017)

23734
113
40
00:35:51
14.07.2017

Der Icinga Director ist ein modernes und leistungsstarkes Webtool zur Konfiguration einer Icinga 2 Umgebung und gliedert sich dabei nahtlos in Icinga Web 2 ein. Im ersten Teil dieser Webinarserie wollen wir auf die Grundinstallation und Einrichtung eingehen. Webinare Archiv Link: 🤍 Aktuell: 🤍 NETWAYS Konferenzen: 🤍 Schulungen: 🤍 Shop: 🤍 Blog: 🤍 Social Media SlideShare: 🤍 YouTube: 🤍 Facebook: 🤍 Google+: 🤍 Twitter: 🤍

ICINGA2 - Hosts und Services hinzufügen (ohne Director)

9451
101
4
00:13:42
17.03.2019

Nachdem wir ICINGA2 im vorherigen Video installiert haben, werden wir jetzt den ersten Host hinzufügen. Dafür fangen wir leicht mit einem SNMP Gerät, in meinem Fall ein NAS an. ICINGA2 - Hosts und Services hinzufügen wird ohne ICINGA Director gezeigt. Links zu den Produkten ➔ SNMP Plugins: 🤍 ➔ ICINGA2 Buch: 🤍 Unterstütze mich: ➔ Buy me a coffee: 🤍 ➔ Patreon: 🤍 Abonniere meinen Newsletter: ➔ Anmeldung: 🤍 Mein Homelab 2018: ➔ YouTube: 🤍 ➔ Komponenten: 🤍 Meine Webseite ➔ Web: 🤍 Social Media: ➔ Twitter: 🤍 ➔ Instagram: 🤍 ➔ Facebook: 🤍 Musik: ➔ Epidemic Sound: 🤍 Alle Links zu Amazon sind Affiliate Links mit denen du mich unterstützen kannst, aber keine negativen Auswirkungen auf dich haben.

Icinga2 + IcingaWeb2 auf Raspi3 installieren

4294
13
1
00:11:43
08.08.2016

Kurze Anleitung wie man in 20 Minuten Icinga2 + IcingaWeb2 auf einem Raspberry Pi installiert. Die komplette Anleitung findet Ihr unter: 🤍

icingaweb2 icinga2 delete user

52
0
0
00:00:27
26.04.2020

short video to show how to delete a user and a role in Icinga2

How to Install and Configure Icinga2 and Icingaweb 2 on Ubuntu 17.10

21581
177
13
00:20:06
11.03.2018

In this Video, Step by Step Demonstration is being done regarding Installation of Icinga2 and Icingaweb 2 on Ubuntyu 17.10.. Official Website: 🤍 Download: 🤍 Dr. Anand Nayyar Links: Website: 🤍anandnayyar.com Facebook: 🤍facebook.com/expertresearcher YouTube: 🤍 Email: research🤍anandnayyar.com Instagram: 🤍 Installing Icinga2 and Icingaweb 2 on Ubuntu 17.10 Step 1: Login with Root #su - password Step 2: Update the Machine & Install Net Tools cum LAMP Server #apt-get update #apt-get install net-tools #apt-get install lamp-server^ Step 3: Install Icinga2 Packages # apt-get install icinga2 icinga2-ido-mysql Step 4: Types "Yes" at following: Enable Icinga 2's ido-mysql feature? Configure database for icinga2-ido-mysql with dbconfig-common? Step 5: You'll then be prompted to set up an Icinga database password. Create a strong password and record it for later. We'll need it when setting up the web interface. Step 6: Now you need to enable icinga2 mysql feature using the following commands #icinga2 feature enable ido-mysql #icinga2 feature enable command #systemctl restart icinga2 Step 7: Check the status of icinga2 using the following command #systemctl status icinga2 Step 8: Installing the Icinga2 Web Interface Run the following command to install Icinga2 Web Interface #apt-get install icingaweb2 Step 9: Now you need to edit the /etc/php/7.1/apache2/php.ini file to enter the timezone #nano /etc/php/7.1/apache2/php.ini Add the time zone date.timezone = Europe/London Save and exit the file and restart the apache2 server using the following command Step 10: Restart Apache Server #systemctl restart apache2 Step 11: Setting up the Icinga2 Web Interface We need to configure the Icinga2 Web Interface using the web-based process before starting this we need to create setup token using the following command #icingacli setup token create Step 12: Open the web interface http://serverip/icingaweb2/setup Step 13: Setting up the Token Enter the token created previously and click next Step 14: Selecting the Icinga Web2 Modules Enabling the Monitoring module and Click Next to continue Step 15: Verifying the PHP settings Step 16: Authenticating Method select as database Step 17: Enter Database Details: Name: icingaweb_users username: admin password: set during the setup Step 18: Type the Root Password Step 19: Backend name: icingaweb2 Step 20: username: admin password: as decided Step 21:Application Configuration Step 22 Type next, next Step 23: Next Step 24: Database name: icinga2 root password Next on "Next three Windows" and You are Set to Go...

Icinga2 [Part 1] - How to Install icinga 2 and icingaweb 2 on CentOS 7 (icingaweb2)

24617
103
30
00:17:13
06.04.2016

Author: George S Pulinattu INSTALL INSTRUCTIONS:🤍 As a prerequsite you need to have LAMP stack already setup. Watch the video below to do that. PREREQ : 🤍 You can download the packages from the link below: PACKAGES: 🤍 NEXT SUGGESTED VIDEO: MONITOR LINUX with ICINGA: 🤍

Why would you want to use Icinga?

3417
26
2
00:05:39
19.09.2022

We tackled the question "Why is montioring important?" before, now it is time to take a look at Icinga. Learn more about what we can do for you in this video or on our website 🤍 Make sure to follow us on: * Twitter: 🤍 * LinkedIn: 🤍 * Facebook: 🤍 * Community Forum: 🤍

😎 How to Install Icinga2 on Ubuntu with Director [2023]

499
5
0
00:26:38
08.04.2023

Learn how to install Icinga on Ubuntu in this step-by-step tutorial. Icinga is a powerful open-source monitoring tool that can help you keep track of your network and system performance. In this video, we’ll walk you through the installation process and show you how to get started with Icinga on your Ubuntu system. Whether you’re new to monitoring or an experienced sysadmin, this video has something for everyone. Don’t forget to like and subscribe for more tutorials like this one!

Install Icinga2 and Icingaweb2 on AWS instance

1759
4
3
00:40:20
10.09.2016

AWS instance installation of ICINGA2 and ICANGAWEB2

Installasi dan Konfigurasi Icinga2 dan Icingaweb2 di Debian 10 Server

1049
15
2
00:23:50
24.09.2020

#icinga2 #icingaweb2 #debian Support terus, dengan share video ini, like, dan subscribe,... dan berikan kritik, masukkan dan sarannya bro... jangan lupa donasi ya.... Donasi : 🤍 Fanpage : 🤍 Email : walidumar🤍gmail.com Blog : 🤍 - 🤍 Twitter : 🤍 Facebook : 🤍 Youtube : 🤍 Telegram : 🤍

Ansible Automation of EC2 Instance, Docker CE, Icinga2, Icingaweb2

341
1
0
01:04:52
29.06.2017

Ansible Automation of EC2 Instance, Docker CE, Icinga2, Icingaweb2

Ansible Automation of EC2 Instance, Docker CE, Icinga2, Icingaweb2

231
0
0
01:09:01
14.09.2017

🤍 Howto setup a monitoring solution using Icinga2. Icinga2 will monitor Apache Web Server and Mysql Database server and send logs to Amazon S3 dynamically using Bash Scripting.

Monitoring module missing in Icingaweb2 (2 Solutions!!)

2
0
0
00:02:29
10.09.2020

Monitoring module missing in Icingaweb2 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under cc by-sa 3.0 | Music: 🤍 | Images: 🤍 & others | With thanks to user Odecif (🤍 user mortueta (🤍 and the Stack Exchange Network (🤍 Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com.

Cannot add host to icingaweb2

9
1
0
00:01:53
03.01.2021

Cannot add host to icingaweb2 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user Kamil (unix.stackexchange.com/users/211711), user HannesBenson (unix.stackexchange.com/users/131097), and the Stack Exchange Network (unix.stackexchange.com/questions/217321). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

How to Monitor Entire Infrastructure using Open Source Enterprise Solution - 2023

6708
133
6
00:12:45
25.11.2022

In this video, you will learn how to install Icinga to monitor your entire infrastructure. PLEASE SUBSCRIBE :) PLEASE HIT LIKE IF IT HELPED :) Icinga is a secure monitoring system that checks the availability of your network resources, watch hosts, and any applications. It notifies users of outages and generates performance data for reporting. Icinga is scalable and extensible. It can monitor large, complex environments across multiple locations. Icinga was originally created as a fork of the Nagios in 2009. Icinga also known as Nagios alternative. GIVE SUPPORT - 🤍 BUY ME A COFFEE - 🤍 PAYPAL - 🤍 LINKS: Icinga2 Master Installation and Configuration - 🤍 Icinga2 Agent Installation and Configuration - 🤍 How to Monitor MySQL or MariaDB Database Server Using Icinga2 On Ubuntu 22.04 LTS Server - 🤍 How to use SQL Queries to Monitor MySQL or MariaDB Database Server Using Icinga2 - 🤍 MySQL8 Replication - 🤍 How to Monitor MySQL or MariaDB Database Server Using Icinga2 - 🤍 Icinga - 🤍 Steps: sudo su - apt-get update apt-get -y install apt-transport-https wget gnupg wget -O - 🤍 | apt-key add - "the complicated command is prohibited by YouTube in the description" vi /etc/apt/sources.list.d/jammy-icinga.list deb 🤍 icinga-jammy main deb-src 🤍 icinga-jammy main apt-get update apt-get -y install icinga2 apt-get -y install monitoring-plugins icinga2 api setup systemctl restart icinga2 apt-get -y install icingadb-redis systemctl enable now icingadb-redis-server icinga2 feature enable icingadb systemctl restart icinga2 apt-get -y install icingadb apt-get -y install mariadb-server mysql_secure_installation mysql -u root -p CREATE DATABASE icingadb; GRANT ALL ON icingadb.* TO icingadb🤍localhost IDENTIFIED BY 'Password123!'; exit "next command is prohibited by YT in description, refer to the video" vi /etc/icingadb/config.yml systemctl enable now icingadb apt-get -y install icingadb-web icingaweb2 libapache2-mod-php icingacli php-pdo-mysql php-pdo-pgsql icingacli setup config directory group icingaweb2 icingacli setup token create mysql -u root -p CREATE DATABASE icingaweb2; GRANT ALL ON icingaweb2.* TO icingaweb2🤍localhost IDENTIFIED BY 'Password123!'; exit ln -snf /etc/apache2/sites-available/default-ssl.conf /etc/apache2/sites-enabled/000-default-ssl.conf a2enmod ssl systemctl restart apache2 vi /etc/apache2/sites-available/000-default.conf RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*) https://%{SERVER_NAME}$1 [L,R] a2enmod rewrite systemctl restart apache2 vi /etc/apache2/sites-available/default-ssl.conf RedirectMatch ^/$ /icingaweb2/ systemctl restart apache2 Chapters: 00:00 Intro 00:33 Add Icinga Package Repository 01:28 Install Icinga 2 01:42 Install Check Plugins 01:58 Set up Icinga 2 API 02:16 Set up Redis Server 02:34 Enable Icinga DB Feature 03:02 Install Icinga DB Daemon 03:09 Install MariaDB 03:48 Set up a MariaDB database for Icinga DB 04:20 Configuring Icinga DB 04:42 Installing Icinga DB Web 05:43 Enable SSL 06:37 Rewrite URL icingaweb2 06:58 Start Web Setup 12:28 Outro Drop me your feedback and comments below. That's all for now. If this video helped you in any way, please like share and subscribe! Thank you!!! #icinga #ubuntu #thelazysysadmin

hide "Recently Recovered Services" from "Current Incidents" dashboard in Icingaweb2

1
0
0
00:01:23
07.04.2021

DevOps & SysAdmins: hide "Recently Recovered Services" from "Current Incidents" dashboard in Icingaweb2 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user mr.zog (serverfault.com/users/39214), and the Stack Exchange Network (serverfault.com/questions/866789). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

Instalação e Configuração do Icinga 2 com Icinga Web

865
22
6
00:36:52
04.11.2021

Tutorial de instalação, configuração e uso do Icinga 2 com Icinga Web para monitoramento de hosts e services.

Icingaweb2 - Setup returns to start page

4
0
0
00:01:17
23.01.2021

Icingaweb2 - Setup returns to start page Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user MyFault (serverfault.com/users/262302), and the Stack Exchange Network (serverfault.com/questions/699083). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

DevOps & SysAdmins: Icingaweb2 mysql-ido setup warning: safe to proceed?

1
1
0
00:01:34
13.07.2021

DevOps & SysAdmins: Icingaweb2 mysql-ido setup warning: safe to proceed? Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user pyansharp (serverfault.com/users/405458), and the Stack Exchange Network (serverfault.com/questions/871858). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

Icinga LDAP Integration

801
5
0
00:01:53
09.08.2020

1) Edit the file /etc/icingaweb2/resources.ini vi /etc/icingaweb2/resources.ini [IPA] type = "ldap" hostname = "ldap.example.com" port = "389" encryption = "none" root_dn = "cn=users,cn=compat,dc=example,dc=com" bind_dn = "uid=ldap-bind-user,cn=users,cn=compat,dc=example,dc=com" bind_pw = "password of the ldap-bind-user user" 2) Edit the file /etc/icingaweb2/authentication.ini vi /etc/icingaweb2/authentication.ini [IPA] resource = "IPA" user_class = "inetOrgPerson" filter = "(memberof=cn=devops,cn=groups,cn=accounts,dc=example,dc=com)" user_name_attribute = "uid" backend = "ldap" base_dn = "dc=example,dc=com" 3) Restart Icinga and Icingaweb

Installing icingaweb2 / icingacli under Oracle Linux 6

3
0
0
00:01:43
23.12.2020

Installing icingaweb2 / icingacli under Oracle Linux 6 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user Ultimo (unix.stackexchange.com/users/308222), user Jeff Schaller (unix.stackexchange.com/users/117549), and the Stack Exchange Network (unix.stackexchange.com/questions/465713). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

Icinga 2: vSphere/ESXi Integration (Webinar vom 29.08.2018)

7522
25
7
01:05:53
29.08.2018

Virtuelle Infrastrukturen rücken im näher in den Fokus von modernen IT-Landschaften. Aufgrund der Architektur dieser Systeme, vor allem mit automatismen wie Life-Migration von virtuellen Maschinen von einem Hypervisor zu einem anderen, stellt dies unter anderem das Monitoring vor neue Herausforderungen. Für diese Anforderungen bietet Icinga 2 aber eine entsprechende Lösung. Im 3. Teil unserer Webinar Reihe gehen wir daher auf die Anbindung, Integration und das Monitoring einer Virtualisierungs Umgebung auf Basis von ESXi von VMware ein. Webinare Archiv Link: 🤍 Aktuell: 🤍 NETWAYS Konferenzen: 🤍 Schulungen: 🤍 Shop: 🤍 Blog: 🤍 NWS: 🤍 Social Media SlideShare: 🤍 YouTube: 🤍 Facebook: 🤍 Google+: 🤍 Twitter: 🤍

user permissions with icingaweb2 (with SSO authentication)

6
0
0
00:01:46
02.08.2021

user permissions with icingaweb2 (with SSO authentication) Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user samb (superuser.com/users/163241), and the Stack Exchange Network (superuser.com/questions/946729). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

icinga2 and icingaweb setup

1037
3
0
00:16:56
05.06.2016

Detailed instructions are available on 🤍

DevOps & SysAdmins: Can icingaweb2 authenticate users using LDAP and database?

4
0
0
00:01:19
27.05.2021

DevOps & SysAdmins: Can icingaweb2 authenticate users using LDAP and database? Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user mr.zog (serverfault.com/users/39214), and the Stack Exchange Network (serverfault.com/questions/836134). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

DevOps & SysAdmins: Nginx redirect failure for icingaweb2 (2 Solutions!!)

4
0
0
00:02:31
07.08.2021

DevOps & SysAdmins: Nginx redirect failure for icingaweb2 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user Pascal Dissieux (serverfault.com/users/554835), user lithiium (serverfault.com/users/220168), and the Stack Exchange Network (serverfault.com/questions/708258). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

DevOps & SysAdmins: icingaweb2 authentication php error

1
0
0
00:01:52
01.02.2021

DevOps & SysAdmins: icingaweb2 authentication php error Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user mr.zog (serverfault.com/users/39214), and the Stack Exchange Network (serverfault.com/questions/856016). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

Icinga Module for Windows - OSMC 2018 Reveal Trailer

183
1
0
00:02:36
07.11.2018

My this years talk on the Open Source Monitoring Conference contained a trailer for the new Icinga Module for Windows. PowerShell Module: 🤍 Icinga Web 2 Module: 🤍 Icinga Service: 🤍 Conference: 🤍

DevOps & SysAdmins: nginx subdirectory to subdomain icingaweb2

1
0
0
00:02:40
28.04.2021

DevOps & SysAdmins: nginx subdirectory to subdomain icingaweb2 Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user Rob (serverfault.com/users/384145), user HopelessN00b (serverfault.com/users/118258), user Eddie Garcia (serverfault.com/users/260462), and the Stack Exchange Network (serverfault.com/questions/653610). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

DevOps & SysAdmins: icingaweb2 displaying an empty page (2 Solutions!!)

3
0
0
00:01:46
24.07.2021

DevOps & SysAdmins: icingaweb2 displaying an empty page Helpful? Please support me on Patreon: 🤍 With thanks & praise to God, and with thanks to the many people who have made this project possible! | Content (except music & images) licensed under CC BY-SA 🤍 | Music: 🤍 | Images: 🤍 & others | With thanks to user Peter Nunn (serverfault.com/users/19393), user louisgab (serverfault.com/users/77266), user alexis (serverfault.com/users/317848), and the Stack Exchange Network (serverfault.com/questions/778282). Trademarks are property of their respective owners. Disclaimer: All information is provided "AS IS" without warranty of any kind. You are responsible for your own actions. Please contact me if anything is amiss at Roel D.OT VandePaar A.T gmail.com

[Lab 24] Monitoring Remote Host Linux on Icinga2 - Icinga2 Tutorial

20203
13
11
00:10:46
13.03.2016

This video explained about how to monitoring remote host on icinga2 centos, icinga web 2, icinga2 install, icinga2 monitoring remote host, icinga2 setup and icinga2 configuration, icinga2 agent.

[Lab 25] Icinga2 Tutorial, Monitoring Windows Server with Icinga2 Agent

28334
38
7
00:06:10
23.03.2016

This video explained how to monitoring windows server on icinga web 2 with icinga2 agent.

[Lab 23] Monitoring DNS Server on Icinga Web2 - Icinga2 Tutorial

8703
24
18
00:08:15
13.03.2016

This video explained about how to monitoring dns service on icinga2 centos, icinga web 2, icinga2 install, icinga2 monitoring, icinga2 setup and icinga2 configuration.

How to install icinga2 and icinga web 2 on centos 7

772
3
1
00:19:28
30.01.2019

Icinga, is an open source network monitoring application that can be used to monitor critical services and systems on your Linode. Icinga 2 can monitor hosts on a network or it can verify network external protocols, such as the state of an HTTP server, mail server, file-sharing service, or others

Webinar: Icinga Open Source Monitoring - Vorstellung (Webinar vom 15. Dezember 2021)

709
16
0
00:57:08
15.12.2021

Icinga 2 ist eine flexible Open Source Monitoring Lösung, welche für eine breite Palette von Überwachungen eingesetzt werden kann. Neben Standard-Betriebssystemen wie Linux und Windows, sind auch Integrationen von VMware, Netzwerkgeräten, Applikationen und vielen weitere Dienste möglich. Ziel dieses Webinar ist vor allem, einen allgemeinen Überblick über die Möglichkeiten zu erhalten. Module: Cube: 🤍 Business Process: 🤍 x509: 🤍 Graphite: 🤍 Grafana: 🤍 Webinare Aktuell: 🤍 NETWAYS Konferenzen: 🤍 Schulungen: 🤍 Shop: 🤍 Blog: 🤍 NWS: 🤍 Social Media SlideShare: 🤍 YouTube: 🤍 Facebook: 🤍 Twitter: 🤍 #Icinga #NETWAYS #Webinar

Назад
Что ищут прямо сейчас на
icingaweb2 pedro ferriz vs amlo sega cd games on ps3 рейды тарков xim apex отзывы игра на io dayz еда Dragon Age livingroom waves para mac opera mobil vpn graphql node js C5 2 company U he dlss nvidia 鼓譜 Unacademy ipc a22ep g v2 salmon fly Arizona Elk