diff --git a/admin-guide/configuration/banner_message/banner_message.png b/admin-guide/configuration/_static/banner_message.png similarity index 100% rename from admin-guide/configuration/banner_message/banner_message.png rename to admin-guide/configuration/_static/banner_message.png diff --git a/admin-guide/configuration/icinga2/service_custom_variables.png b/admin-guide/configuration/_static/icinga2_service_custom_variables.png similarity index 100% rename from admin-guide/configuration/icinga2/service_custom_variables.png rename to admin-guide/configuration/_static/icinga2_service_custom_variables.png diff --git a/admin-guide/configuration/resize_vm_disk/resize_vm_disk_01.png b/admin-guide/configuration/_static/resize_vm_disk_01.png similarity index 100% rename from admin-guide/configuration/resize_vm_disk/resize_vm_disk_01.png rename to admin-guide/configuration/_static/resize_vm_disk_01.png diff --git a/admin-guide/configuration/resize_vm_disk/resize_vm_disk_02.png b/admin-guide/configuration/_static/resize_vm_disk_02.png similarity index 100% rename from admin-guide/configuration/resize_vm_disk/resize_vm_disk_02.png rename to admin-guide/configuration/_static/resize_vm_disk_02.png diff --git a/admin-guide/configuration/banner_message.md b/admin-guide/configuration/banner_message.md index ae48fa86..055e3822 100644 --- a/admin-guide/configuration/banner_message.md +++ b/admin-guide/configuration/banner_message.md @@ -8,7 +8,7 @@ desktop::banner_message: 'Good morning, this is a test banner message!' Which then looks on RHEL8 like -[Banner Message on Login Screen](banner_message/banner_message.png) +![Banner Message on Login Screen](_static/banner_message.png) The default is ``` diff --git a/admin-guide/configuration/icinga2.md b/admin-guide/configuration/icinga2.md index fff2e15f..319d9dd5 100644 --- a/admin-guide/configuration/icinga2.md +++ b/admin-guide/configuration/icinga2.md @@ -130,7 +130,7 @@ Most checks can have custom parameters. The variables you can adapt you find as Lets look at the example of `CPU Usage` "service": -!["CPU Usage" service page](icinga2/service_custom_variables.png) +!["CPU Usage" service page](_static/icinga2_service_custom_variables.png) If the machinge is a number cruncher and the CPU is fine to be fully utilitzied, then you might ignore it by setting it always fine: diff --git a/admin-guide/configuration/resize_vm_disk.md b/admin-guide/configuration/resize_vm_disk.md index 3fd416d3..6a66d736 100644 --- a/admin-guide/configuration/resize_vm_disk.md +++ b/admin-guide/configuration/resize_vm_disk.md @@ -2,11 +2,11 @@ To increase the harddisk of a VM, go to vcenter.psi.ch, select the machine, right click, and select __Edit Settings ...__ -![](resize_vm_disk/resize_vm_disk_01.png) +![](_static/resize_vm_disk_01.png) Increase the harddisk size to the value you need to have: -![](resize_vm_disk/resize_vm_disk_02.png) +![](_static/resize_vm_disk_02.png) Now connect to the system and change to root.