Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The default version is very old and not available in repos anymore. #156

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions zabbix/osfamilymap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# osfamilymap: {}
---
Debian:
version_repo: 2.2
version_repo: 5.5
user: zabbix
group: zabbix
home: /var/lib/zabbix
Expand Down Expand Up @@ -84,7 +84,7 @@ Debian:
- postgresql-client

RedHat:
version_repo: 2.2
version_repo: 5.5
user: zabbix
group: zabbix
shell: /sbin/nologin
Expand Down Expand Up @@ -171,7 +171,7 @@ Suse:


FreeBSD:
version_repo: 2.2
version_repo: 5.5
user: zabbix
group: zabbix
home: /var/lib/zabbix
Expand Down Expand Up @@ -201,7 +201,7 @@ FreeBSD:
logfile: /var/log/zabbix/zabbix_proxy.log

OpenBSD:
version_repo: 2.4
version_repo: 5.5
user: _zabbix
group: _zabbix
shell: /sbin/nologin
Expand All @@ -217,7 +217,7 @@ Windows:
user: Administrator
group: Administrators
agent:
version: 3.0
version: 5.5
pkgs:
- zabbix-agent
service: Zabbix Agent
Expand Down
1 change: 1 addition & 0 deletions zabbix/osfingermap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# osfingermap: {}
---
# os: Debian
Debian-11: {}
Debian-10: {}
Debian-9: {}
Debian-8: {}
Expand Down