initial import

This commit is contained in:
tengel 2024-03-20 11:16:48 -05:00
parent f8b4ed3351
commit a8b69a8db2
35 changed files with 11590 additions and 0 deletions

7
etc/zabbix/README.md Normal file
View file

@ -0,0 +1,7 @@
## zabbix active
These configs are for running Zabbix server in "active mode", where the agents phone home instead of the server reaching out to poll them ("passive").
This lessons the load on poller processes the server needs to run and manage; if a client does not phone home within X amount of time after first contact, an alert is raised. Clients use a PSK that must be first configured in the server.
The server must allow the clients to connect inbound to the port (iptables, etc.) but the clients do not need any firewall rules for the server to connect to them.