diff --git a/docs/configuration/Dashboard.md b/docs/configuration/Dashboard.md index 1a244c3d..4270ab4e 100644 --- a/docs/configuration/Dashboard.md +++ b/docs/configuration/Dashboard.md @@ -2,6 +2,7 @@ This chapter is going to cover the basics we need to know when it comes to the Zabbix userinterface and the thing we need to know before we can start to fully dive into our monitoring tool. We will see how the userinteface works how to add a host, groups users, items ... so that we have a good understanding of the basics. This is something that is sometimes missed and can lead to frustrations not knowing why things don't work like we had expected them to work. So even if you are an advanced user it may be usefull to have a look into this chapter. +--- ### Overview of the interface @@ -25,9 +26,9 @@ You will see that the menu collapses to a set of small icons. Pressing ">>" will Yet another way to make the screen bigger that is quit useful for monitors in NOK teams for example is the kiosk mode button. This one is however located on the left side of your screen and looks like 4 arrows pointing to every corner of the screen. Pressing this button will remove all the menus and leave only main window to focus on. -![Image title](image/interface/kiosk-menu.png/){ width="60" } ![Image title](image/exitkiosk-menu.png/){ width="60" } +![Image title](image/interface/kiosk-menu.png/){ width="60" } ![Image title](image/interface/exitkiosk-menu.png/){ width="60" } -When wanting to leave the kios mode the button will be changed to 2 arrows poiting to the inside of the screen. Pressing this button will revert us back to the original state. +When we want to leave the kios mode, the button will be changed to 2 arrows poiting to the inside of the screen. Pressing this button will revert us back to the original state. ???+ tip We can also enter and exit kiosk mode by making use of parameters in our Zabbix url: @@ -46,8 +47,6 @@ If we look in the search box for ```server``` you will see that we get an overvi --- - - ## Main menu Our main menu on the left consists of a few sections, 9 to be exact: @@ -64,8 +63,6 @@ Our main menu on the left consists of a few sections, 9 to be exact: | Users | User configuration like user roles, user groups, authentication, API tokes, ... | | Administration | The administration part containing all global settings, housekeeper, proxies, queue, ... | - - --- ## Links menu diff --git a/docs/configuration/image/all-groups.png b/docs/configuration/image/host-groups/all-groups.png similarity index 100% rename from docs/configuration/image/all-groups.png rename to docs/configuration/image/host-groups/all-groups.png diff --git a/docs/configuration/image/host-groups-edit.png b/docs/configuration/image/host-groups/host-groups-edit.png similarity index 100% rename from docs/configuration/image/host-groups-edit.png rename to docs/configuration/image/host-groups/host-groups-edit.png diff --git a/docs/configuration/image/host-groups.png b/docs/configuration/image/host-groups/host-groups.png similarity index 100% rename from docs/configuration/image/host-groups.png rename to docs/configuration/image/host-groups/host-groups.png diff --git a/docs/configuration/image/exitkiosk-menu.png b/docs/configuration/image/interface/exitkiosk-menu.png similarity index 100% rename from docs/configuration/image/exitkiosk-menu.png rename to docs/configuration/image/interface/exitkiosk-menu.png diff --git a/docs/configuration/image/group-permissions.png b/docs/configuration/image/zabbix-users/group-permissions.png similarity index 100% rename from docs/configuration/image/group-permissions.png rename to docs/configuration/image/zabbix-users/group-permissions.png diff --git a/docs/configuration/zabbix-hostgroups.md b/docs/configuration/zabbix-hostgroups.md index 4da7a9c3..25fba911 100644 --- a/docs/configuration/zabbix-hostgroups.md +++ b/docs/configuration/zabbix-hostgroups.md @@ -6,18 +6,18 @@ Another way to create them is by a ```Super Admin``` going to Data collection -> Host groups exists to make a logical group so we can add all hosts that belong together in one group or more. Ex all Linux server, all PostgreSQL server, or all the servers that belong to one team. -![host-groups](image/all-groups.png) +![host-groups](image/host-groups/all-groups.png) When going to our menu ```data collection``` you notice that there are ```Host groups``` and ```Template groups```. If you come from an older Zabbix version you will be happy to read that Zabbix made a specific group for Templates. If you are new to Zabbix don't panic :). In older versions Zabbix had mixed Templates and host in one group. This mixing was sometimes confusing especially for new users, as Zabbix doesnt link templates to groups. When you click on the menu ```Data collection``` -> Host groups. You will notice that some groups are already made. You will also see that there are some names behind the host groups with numbers in front. These names are the names from the hosts that are in the group. The number in fron is the number of hosts that are in the ```host group.``` To make life more easy you can click on the names of the hosts and Zabbix will bring you directly to the configuration screen for this host. -![host-groups](image/host-groups.png) +![host-groups](image/host-groups/host-groups.png) Zabbix allows the creation of nested groups. As you can see we are using forward slashes in our group name. When you make use of nested group you can use the '/' to separate groups. -![host-groups](image/host-groups-edit.png) +![host-groups](image/host-groups/host-groups-edit.png) Once our group or set of nested groups is made you can click again from the ```host group``` overview on the group. You will notice that there is now a box that says ```Apply permissions and tag filters to all subgroups```. When pressing this button, all right that are this group will be applied to the sub-groups. So if we have a user ```John``` for example in a user group that has rights to see everything in the ```Host group``` with the name ```Europe/Belgium``` and we apply the option to the subgroups then our user ```John``` will suddenly see also the hosts in all our nestet groups and the tags on this host. diff --git a/docs/configuration/zabbix-users.md b/docs/configuration/zabbix-users.md index 6a203a21..80468dca 100644 --- a/docs/configuration/zabbix-users.md +++ b/docs/configuration/zabbix-users.md @@ -252,7 +252,7 @@ The box is marked with an asterisk in front, so you need to select a user role f A user always needs to be member of one or more ```User groups```. We will not set any user rights directly on Users in Zabbix but we do this on User groups. So if a User needs the permission to view or edit a host or a template then this is set on the ```User group``` wich has the permisson to view or edit a host or template group and never on a host or a template directly. -![User Role box](image/group-permissions.png){ width=80% } +![User Role box](image/zabbix-users/group-permissions.png){ width=80% }