This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monitoring and various documentation fixes (#111)
* Update INSTALL.md * CI/CD with minikube * ldap documentation elastic-stack ldap documentation * Details on JHub LDAP documentation * typo in jhub ldap doc * Helm 3 - Remove deprecated tiller ref, updated traefik install version * Deprecate tiller (doc update) * Feature/zabbix (#110) * Documentation links fix (#95) * fix the password to connect to Adminer (#99) * Update logging doc (#103) * Update INSTALL.md * CI/CD with minikube * ldap documentation elastic-stack ldap documentation * Details on JHub LDAP documentation * typo in jhub ldap doc Co-authored-by: Sebastien Dupont <[email protected]> * Zabbix doc: cetic/helm-fadi#27 * Update LOGGING.md Co-authored-by: Sebastien Dupont <[email protected]> Co-authored-by: Alexandre Nuttinck <[email protected]> Co-authored-by: Faiez Zalila <[email protected]> * update zabbix service name * fix #105 (#115) Co-authored-by: Amen Ayadi <[email protected]> Co-authored-by: Amen AYADI <[email protected]> Co-authored-by: Alexandre Nuttinck <[email protected]> Co-authored-by: Faiez Zalila <[email protected]>
- Loading branch information
1 parent
a9a6d69
commit ae0b32b
Showing
8 changed files
with
525 additions
and
460 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
Montoring | ||
========== | ||
|
||
<p align="left";> | ||
<a href="https://www.elastic.co" alt="elk"> | ||
<img src="images/logos/zabbix_logo.png" align="center" alt="ELK logo" width="200px" /> | ||
</a> | ||
</p> | ||
|
||
**[ZABBIX](https://www.zabbix.com)** Zabbix is an open-source monitoring software tool for diverse IT components, including networks, servers, virtual machines and cloud services. Zabbix provides monitoring metrics, among others network utilization, CPU load and disk space consumption. | ||
|
||
## Zabbix components | ||
|
||
### Zabbix Server | ||
|
||
Zabbix server is the central process of Zabbix software. | ||
|
||
The server performs the polling and trapping of data, it calculates triggers, sends notifications to users. It is the central component to which Zabbix agents and proxies report data on availability and integrity of systems. The server can itself remotely check networked services (such as web servers and mail servers) using simple service checks. | ||
|
||
### Zabbix Agent | ||
|
||
Zabbix agent is deployed on a monitoring target to actively monitor local resources and applications (hard drives, memory, processor statistics etc). | ||
|
||
### Zabbix Web ( frontend ) | ||
|
||
Zabbix web interface is a part of Zabbix software. It is used to manage resources under monitoring and view monitoring statistics. | ||
|
||
### Zabbix Proxy | ||
|
||
Zabbix proxy is a process that may collect monitoring data from one or more monitored devices and send the information to the Zabbix server, essentially working on behalf of the server. All collected data is buffered locally and then transferred to the Zabbix server the proxy belongs to. | ||
|
||
## How to use | ||
|
||
Make sure to enable zabbix in the `values.yaml` file, then to access the front-end use the following command: | ||
|
||
``` | ||
minikube service fadi-zabbix-web | ||
``` | ||
|
||
The default username/password are `Admin`/`zabbix`, once connected make sure the zabbix-server is working on the global view, to see the received metrics ( or graphs ) head to the tab `Latest data` under `monitoring` and then click on select on **host groups** and **hosts** and choose your `zabbix servers`. | ||
|
||
 | ||
|
||
## LDAP Authentication | ||
|
||
|
||
By default, internal [Zabbix authentication](https://www.zabbix.com/documentation/4.0/manual/web_interface/frontend_sections/administration/authentication) is used globally. To change to LDAP - select LDAP as Default authentication and enter **authentication details** in the LDAP settings tab. | ||
|
||
The default **authentication details** for FADI: | ||
|
||
``` | ||
LDAP host: fadi-openldap | ||
Port: 389 | ||
Base DN: dc=ldap,dc=cetic,dc=be | ||
Search attribute: cn | ||
Bind DN: cn=admin,dc=ldap,dc=cetic,dc=be | ||
Bind password: password1 | ||
User password: password1 | ||
``` | ||
|
||
|
||
 | ||
|
||
For more details you can always go to: [Zabbix Documentation 4.0](https://www.zabbix.com/documentation/4.0/manual/introduction). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.