From 9907b3b4fa941eb2c591e7afe5c654d715adc0e6 Mon Sep 17 00:00:00 2001 From: Patrik Uytterhoeven Date: Sat, 17 Feb 2024 14:25:12 +0100 Subject: [PATCH] host info update --- docs/configuration/zabbix-hosts.md | 49 +++++++++++++++++++++++++++--- 1 file changed, 45 insertions(+), 4 deletions(-) diff --git a/docs/configuration/zabbix-hosts.md b/docs/configuration/zabbix-hosts.md index 17e47607..32136c7d 100644 --- a/docs/configuration/zabbix-hosts.md +++ b/docs/configuration/zabbix-hosts.md @@ -13,7 +13,7 @@ To Add a new host to our system we press ```Create host`` this button can be fou ![Create a host](image/zabbix-add-hosts.png) -We now get a popup where we need to fill in some information about our host. +We now get a modal form where we need to fill in some information about our host. The fields marked with a *red* asterisk "*" are the fields that are mandatory. ![Create a host](image/zabbix-new-host.png) @@ -61,15 +61,56 @@ tbody th { text-align:right; background: lightgrey; color:whitwhitee} -## Host details +## Host menu details -Befor we add a host ourselves there are a few things we need to know first. +Before we add a host ourselves there are a few things we need to know first. When we click on a host that we already configured before there are a few things that we notice. First of all we see a ```blue``` line under ```Host```. This means that we are on the current ```tab``` of the host page. As you can see there are multiple tabs that we can click on like IPMI, Tags, Macros, ... -![Host menu bar](image/host-menu-details.png) + +![Host menu bar](image/host-menu-details.png){ width="600" } The next thing we see is that next to the tab ```Macros``` there is a number 2. This is because there are 2 macros configured in the macro tab. So when we add information in tabs like macros or tags ... Zabbix will show how many items we have added on these tabs by showing next to the tab name the number. When looking at the ```encryption``` tab we notice the green dot. This shows us that an option on the tab has been activated. Now that we know this lets get a quick overview of every tab and see what it does. +### IPMI + +So looking at the tab ```IPMI``` there are a few thing we need to fill in when working with an IPMI interface. IPMI stands for Intelligent Platform Management Interface and is basicaly a set of standards to manage hardware platforms. In short it allows us to monitor and manage ours servers hardware even if the server is not turned on yet. IPMI is better known as ILO on HP servers and DRAC on Dell servers. + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParameterDescription
Autentication algorithmSelect the authentication algorithm that we have configured on our IPMI server this can be Default, none, MD2, MD5, Straight, OEM, RMCP+
Privelege levelHere we select the privelege level: Callback, User, Operator, Admin or OEM.
UsernameThe user for authentication that was created on the host. User Macros can be used
PasswordThe password for our user on the host. User macros can be used.
+ + + +??? Note+ + We will cover IPMI in more detail later in the Chapter [IPMI Monitoring](../extra-monitoring/IPMI-monitoring.md) + +### Tags