Skip to content

Commit

Permalink
update layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikke76 committed Dec 8, 2023
1 parent 95df5a4 commit 7b5bd33
Show file tree
Hide file tree
Showing 21 changed files with 1,503 additions and 957 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-with-pdf weasyprint==52.5
- run: pip install mkdocs-material mkdocs-with-pdf weasyprint==54.3
- run: mkdocs gh-deploy --force
11 changes: 8 additions & 3 deletions docs/installation/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ or if the service is not known

```# firewall-cmd --add-port=10051/tcp --permanent```

/// note | firewalld
"Firewalld is the replacement of iptables in Redhat and allows us to make changes available immediately without the need to restart a service. It's possible that your distribution is not using [Firewalld](https://www.firewalld.org) in this case you have to look to the documentation of your OS."
///

??? note " Firewalld is the replacement of iptables in Redhat and allows us to make changes available immediately without the need to restart a service. It's possible that your distribution is not using [Firewalld](https://www.firewalld.org) in this case you have to look to the documentation of your OS."

### timeserver

Expand All @@ -33,7 +35,9 @@ Chrony should be installed now and enabled and running. This can be verified wit

```# systemctl status chronyd```

??? note "dnf is a packagemanager from RedHat you need to replace dnf with your correct packagemanager like zyper, apt, yum, ... chrony is a replacement for ntpd and does a better job being faster and more accurate. If your OS does not support [chrony](https://chrony-project.org/) then maybe ntpd is still available."
/// note | dnf
"dnf is a packagemanager from RedHat you need to replace dnf with your correct packagemanager like zyper, apt, yum, ... chrony is a replacement for ntpd and does a better job being faster and more accurate. If your OS does not support [chrony](https://chrony-project.org/) then maybe ntpd is still available."
///


Once Chrony is installed we also need to setup our correct time zone. We can have a look first with 'timedatectl' to see how our time is configured
Expand Down Expand Up @@ -86,7 +90,8 @@ System clock synchronized: yes
RTC in local TZ: no
```

??? note "Some people like to install all servers in the UTC time zone so that all server logs are in the same time zone when having servers all over the world. Zabbix supports user based time zone settings so it's possible to keep the time zone in UTC on the server and then add the correct time zone in the user interface if you like."
???+ note
"Some people like to install all servers in the UTC time zone so that all server logs are in the same time zone when having servers all over the world. Zabbix supports user based time zone settings so it's possible to keep the time zone in UTC on the server and then add the correct time zone in the user interface if you like."


We can test if Chrony is syncronizing with the correct timeservers as well by running the command chronyc
Expand Down
Loading

0 comments on commit 7b5bd33

Please sign in to comment.