add server-v profile
This commit is contained in:
parent
b9ce1072de
commit
9da92a21b3
102
conf.d/server-v.mk
Normal file
102
conf.d/server-v.mk
Normal file
@ -0,0 +1,102 @@
|
||||
# server distributions
|
||||
ifeq (distro,$(IMAGE_CLASS))
|
||||
|
||||
distro/server-v: cockpit = $(addprefix server-v/cockpit/,\
|
||||
docker kvm web)
|
||||
|
||||
distro/server-v: ceph = $(addprefix server-v/ceph/,\
|
||||
client mgr mon osd radosgw)
|
||||
|
||||
distro/server-v: glusterfs = $(addprefix server-v/glusterfs/,\
|
||||
client server)
|
||||
|
||||
distro/server-v: iscsi = $(addprefix server-v/iscsi/,\
|
||||
initiator scsitarget targetcli)
|
||||
|
||||
distro/server-v: moosefs = $(addprefix server-v/moosefs/,\
|
||||
cgiserv chunkserver client master metalogger)
|
||||
|
||||
distro/server-v: nfs = $(addprefix server-v/,\
|
||||
nfs nfs-ganesha)
|
||||
|
||||
distro/server-v: opennebula = $(addprefix server-v/opennebula/,\
|
||||
flow gate gui node-kvm node-lxd server)
|
||||
|
||||
distro/server-v: openstack = $(addprefix server-v/openstack/,\
|
||||
block compute controller network storage)
|
||||
|
||||
distro/server-v: container = $(addprefix server-v/,\
|
||||
docker kubernetes rkt podman lxd)
|
||||
|
||||
distro/server-v: network = $(addprefix server-v/,\
|
||||
bird haproxy keepalived openvswitch freeipa-client)
|
||||
|
||||
distro/server-v: monitoring = $(addprefix server-v/,\
|
||||
zabbix-agent telegraf prometheus-node_exporter monit collectd nagios-nrpe)
|
||||
# zabbix prometheus influxdb grafana
|
||||
|
||||
distro/server-v: backup = $(addprefix server-v/,\
|
||||
burp)
|
||||
|
||||
distro/server-v: logging = $(addprefix server-v/,\
|
||||
rsyslog-classic systemd-journal-remote)
|
||||
|
||||
distro/server-v: profiles = $(addprefix server-v-,\
|
||||
10-basic 20-pve 41-opennebula-node 42-opennebula-server 51-openstack-node 52-openstack-controller 61-docker)
|
||||
|
||||
distro/.server-v-base: distro/.installer use/syslinux/ui/menu use/memtest
|
||||
@$(call add,BASE_LISTS,server-base openssh)
|
||||
|
||||
distro/server-v: distro/.server-v-base \
|
||||
use/kernel/server use/init/systemd \
|
||||
use/services use/ntp/chrony \
|
||||
use/server/base use/branding/complete use/firmware \
|
||||
use/apt-conf/branch use/install2/repo \
|
||||
use/efi/shell +efi
|
||||
@$(call set,IMAGE_FLAVOUR,$(subst alt-9-,,$(IMAGE_NAME)))
|
||||
@$(call set,META_VOL_ID,ALT 9.0 Server-V $$(IMAGE_FLAVOUR)/$(ARCH))
|
||||
@$(call set,META_PUBLISHER,BaseALT Ltd)
|
||||
@$(call set,META_VOL_SET,ALT)
|
||||
@$(call set,META_VOL_ID,ALT 9.0 Server-V)
|
||||
@$(call set,META_APP_ID,$(DISTRO_VERSION)/$(ARCH))
|
||||
@$(call set,DOCS,alt-server)
|
||||
@$(call add,STAGE1_MODLISTS,stage2-mmc)
|
||||
@$(call set,INSTALLER,alt-server-v)
|
||||
@$(call add,INSTALL2_PACKAGES,alterator-notes)
|
||||
@$(call add,INSTALL2_PACKAGES,fdisk xfsprogs btrfs-progs)
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-multipath)
|
||||
@$(call add,COMMON_PACKAGES,vim-console)
|
||||
@$(call add,SYSTEM_PACKAGES,mdadm-tool lvm2 multipath-tools vdo)
|
||||
@$(call add,BASE_KMODULES,ipset kvm xtables-addons kvdo)
|
||||
@$(call add,BASE_LISTS,virt/base.pkgs)
|
||||
@$(call add,MAIN_GROUPS,server-v/zfs)
|
||||
@$(call add,MAIN_GROUPS,server-v/10-basic server-v/kvm)
|
||||
@$(call add,MAIN_GROUPS,server-v/11-cockpit $(cockpit))
|
||||
@$(call add,MAIN_GROUPS,server-v/20-pve server-v/pve)
|
||||
@$(call add,MAIN_GROUPS,server-v/30-opennebula $(opennebula))
|
||||
@$(call add,MAIN_GROUPS,server-v/40-openstack $(openstack))
|
||||
@$(call add,MAIN_GROUPS,server-v/60-container $(container))
|
||||
@$(call add,MAIN_GROUPS,server-v/65-cluster server-v/corosync_pacemaker)
|
||||
@$(call add,MAIN_GROUPS,server-v/70-storage)
|
||||
@$(call add,MAIN_GROUPS,server-v/71-ceph $(ceph))
|
||||
@$(call add,MAIN_GROUPS,server-v/72-glusterfs $(glusterfs))
|
||||
@$(call add,MAIN_GROUPS,server-v/74-moosefs $(moosefs))
|
||||
@$(call add,MAIN_GROUPS,server-v/75-nfs $(nfs))
|
||||
@$(call add,MAIN_GROUPS,server-v/76-iscsi $(iscsi))
|
||||
@$(call add,MAIN_GROUPS,server-v/80-network $(network))
|
||||
@$(call add,MAIN_GROUPS,server-v/90-monitoring $(monitoring))
|
||||
@$(call add,MAIN_GROUPS,server-v/100-backup $(backup))
|
||||
@$(call add,MAIN_GROUPS,server-v/110-logging $(logging))
|
||||
@$(call add,THE_PROFILES,$(profiles) minimal)
|
||||
@$(call add,SERVICES_ENABLE,sshd)
|
||||
@$(call add,SERVICES_ENABLE,libvirtd)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,getty@tty1 getty@ttyS0)
|
||||
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm)
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver)
|
||||
@$(call set,BRANDING,alt-server)
|
||||
@$(call add,THE_PACKAGES,alterator-fbi)
|
||||
@$(call add,THE_LISTS,$(call tags,server alterator))
|
||||
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
|
||||
|
||||
endif
|
8
pkg.in/groups/server-v/10-basic.directory
Normal file
8
pkg.in/groups/server-v/10-basic.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Basic Virtualization
|
||||
Name[ru_RU]=Базовая виртуализация
|
||||
X-Alterator-Required=no
|
||||
Comment=Basic Virtualization Utils (qemu+libvirt)
|
||||
Comment[ru_RU]=Минимальный набор приложений(qemu+libvirt) для виртуализации
|
8
pkg.in/groups/server-v/100-backup.directory
Normal file
8
pkg.in/groups/server-v/100-backup.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Backup
|
||||
Name[ru_RU]=Резервное копирование
|
||||
X-Alterator-Required=no
|
||||
Comment=Backup
|
||||
Comment[ru_RU]=Резервное копирование
|
9
pkg.in/groups/server-v/11-cockpit.directory
Normal file
9
pkg.in/groups/server-v/11-cockpit.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Cockpit Server admin interface
|
||||
Name[ru_RU]=Cockpit - Интерфейс управления сервером
|
||||
Comment=Cockpit is an interactive server admin interface
|
||||
Comment[ru_RU]=Cockpit - интерактивный интерфейс управления сервером
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/10-basic
|
8
pkg.in/groups/server-v/110-logging.directory
Normal file
8
pkg.in/groups/server-v/110-logging.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Logging
|
||||
Name[ru_RU]=Логирование
|
||||
X-Alterator-Required=no
|
||||
Comment=Logging
|
||||
Comment[ru_RU]=Системы логирования
|
9
pkg.in/groups/server-v/20-pve.directory
Normal file
9
pkg.in/groups/server-v/20-pve.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Proxmox Virtual Environment
|
||||
Name[ru_RU]=Виртуальное Окружение Proxmox
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/10-basic server-virt/30-opennebula server-virt/40-openstack
|
||||
Comment=Proxmox Virtual Environment
|
||||
Comment[ru_RU]=Виртуальное Окружение Proxmox
|
9
pkg.in/groups/server-v/30-opennebula.directory
Normal file
9
pkg.in/groups/server-v/30-opennebula.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OpenNebula Virtualization Solution
|
||||
Name[ru_RU]=Виртуализация OpenNebula
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/20-pve server-virt/40-openstack
|
||||
Comment=OpenNebula solution to build Private Clouds and manage Data Center virtualization
|
||||
Comment[ru_RU]=Opennebula это решение для построения частного облака и управления виртуальным центром обработки данных
|
9
pkg.in/groups/server-v/40-openstack.directory
Normal file
9
pkg.in/groups/server-v/40-openstack.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OpenStack Virtualization Solution
|
||||
Name[ru_RU]=Виртуализация OpenStack
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/20-pve server-virt/30-opennebula
|
||||
Comment=OpenStack is a cloud operating system
|
||||
Comment[ru_RU]=Комплекс проектов для создания инфраструктурных облачных сервисов
|
8
pkg.in/groups/server-v/60-container.directory
Normal file
8
pkg.in/groups/server-v/60-container.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Container Virtualization
|
||||
Name[ru_RU]=Контейнерная виртуализация
|
||||
X-Alterator-Required=no
|
||||
Comment=Container Virtualization
|
||||
Comment[ru_RU]=Приложения для управления контейнерной виртуализацией
|
8
pkg.in/groups/server-v/65-cluster.directory
Normal file
8
pkg.in/groups/server-v/65-cluster.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=High Availability Cluster
|
||||
Name[ru_RU]=Кластер высокой доступности
|
||||
X-Alterator-Required=no
|
||||
Comment=High Availability Cluster
|
||||
Comment[ru_RU]=Приложения для организации кластера высокой доступности
|
8
pkg.in/groups/server-v/70-storage.directory
Normal file
8
pkg.in/groups/server-v/70-storage.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Storage
|
||||
Name[ru_RU]=Хранение данных
|
||||
X-Alterator-Required=no
|
||||
Comment=Storage
|
||||
Comment[ru_RU]=Дополнительные приложения для хранение данных
|
9
pkg.in/groups/server-v/71-ceph.directory
Normal file
9
pkg.in/groups/server-v/71-ceph.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Ceph
|
||||
Name[ru_RU]=Ceph
|
||||
X-Alterator-Required=no
|
||||
Comment=Ceph uniquely delivers object, block, and file storage in one unified system
|
||||
Comment[ru_RU]=Ceph уникальным образом обеспечивает хранение объектов, блоков и файлов в единой системе
|
||||
X-Alterator-Parent=server-v/70-storage
|
9
pkg.in/groups/server-v/72-glusterfs.directory
Normal file
9
pkg.in/groups/server-v/72-glusterfs.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=GlusterFS
|
||||
Name[ru_RU]=GlusterFS
|
||||
X-Alterator-Required=no
|
||||
Comment=GlusterFS is a scalable network filesystem
|
||||
Comment[ru_RU]=GlusterFS - это масштабируемая сетевая файловая система
|
||||
X-Alterator-Parent=server-v/70-storage
|
9
pkg.in/groups/server-v/74-moosefs.directory
Normal file
9
pkg.in/groups/server-v/74-moosefs.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=MooseFS
|
||||
Name[ru_RU]=MooseFS
|
||||
X-Alterator-Required=no
|
||||
Comment=Network Distributed File System
|
||||
Comment[ru_RU]=Oтказоустойчивая, распределенная сетевая файловая система
|
||||
X-Alterator-Parent=server-v/70-storage
|
9
pkg.in/groups/server-v/75-nfs.directory
Normal file
9
pkg.in/groups/server-v/75-nfs.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=NFS
|
||||
Name[ru_RU]=NFS
|
||||
X-Alterator-Required=no
|
||||
Comment=Network File System
|
||||
Comment[ru_RU]=Сетевая файловая система
|
||||
X-Alterator-Parent=server-v/70-storage
|
9
pkg.in/groups/server-v/76-iscsi.directory
Normal file
9
pkg.in/groups/server-v/76-iscsi.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=iSCSI
|
||||
Name[ru_RU]=iSCSI
|
||||
X-Alterator-Required=no
|
||||
Comment=iSCSI
|
||||
Comment[ru_RU]=iSCSI
|
||||
X-Alterator-Parent=server-v/70-storage
|
8
pkg.in/groups/server-v/80-network.directory
Normal file
8
pkg.in/groups/server-v/80-network.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Network
|
||||
Name[ru_RU]=Сеть
|
||||
X-Alterator-Required=no
|
||||
Comment=Network
|
||||
Comment[ru_RU]=Дополнительные приложения для сети
|
8
pkg.in/groups/server-v/90-monitoring.directory
Normal file
8
pkg.in/groups/server-v/90-monitoring.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Monitoring
|
||||
Name[ru_RU]=Мониторинг
|
||||
X-Alterator-Required=no
|
||||
Comment=Monitoring
|
||||
Comment[ru_RU]=Мониторинг
|
8
pkg.in/groups/server-v/bacula.directory
Normal file
8
pkg.in/groups/server-v/bacula.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Bacula File service(also known as the Client program)
|
||||
Name[ru_RU]=Bacula клиент
|
||||
X-Alterator-PackageList=storage/bacula
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/100-backup
|
8
pkg.in/groups/server-v/bird.directory
Normal file
8
pkg.in/groups/server-v/bird.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Bird - IP routing daemon
|
||||
Name[ru_RU]=Bird - демон маршрутизации
|
||||
X-Alterator-PackageList=network/bird
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/80-network
|
8
pkg.in/groups/server-v/burp.directory
Normal file
8
pkg.in/groups/server-v/burp.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Burp - backup and restore program
|
||||
Name[ru_RU]=Burp - архивирование и восстановление
|
||||
X-Alterator-PackageList=storage/burp
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/100-backup
|
8
pkg.in/groups/server-v/ceph/client.directory
Normal file
8
pkg.in/groups/server-v/ceph/client.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Client
|
||||
Name[ru_RU]=Клиент
|
||||
X-Alterator-PackageList=storage/ceph-client
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/71-ceph
|
8
pkg.in/groups/server-v/ceph/mgr.directory
Normal file
8
pkg.in/groups/server-v/ceph/mgr.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=MGR - Manager Daemon
|
||||
Name[ru_RU]=MGR - сервер управления кластером ceph
|
||||
X-Alterator-PackageList=storage/ceph-mgr
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/71-ceph
|
8
pkg.in/groups/server-v/ceph/mon.directory
Normal file
8
pkg.in/groups/server-v/ceph/mon.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=MON - Cluster Monitor Daemon
|
||||
Name[ru_RU]=MON - сервер мониторинга кластера ceph
|
||||
X-Alterator-PackageList=storage/ceph-mon
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/71-ceph
|
8
pkg.in/groups/server-v/ceph/osd.directory
Normal file
8
pkg.in/groups/server-v/ceph/osd.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OSD - Object Storage Daemon
|
||||
Name[ru_RU]=OSD - сервер хранения объектов
|
||||
X-Alterator-PackageList=storage/ceph-osd
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/71-ceph
|
8
pkg.in/groups/server-v/ceph/radosgw.directory
Normal file
8
pkg.in/groups/server-v/ceph/radosgw.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Rados REST Gateway
|
||||
Name[ru_RU]=Rados REST Gateway
|
||||
X-Alterator-PackageList=storage/ceph-radosgw
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/71-ceph
|
10
pkg.in/groups/server-v/cockpit/docker.directory
Normal file
10
pkg.in/groups/server-v/cockpit/docker.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Interface for Docker containers
|
||||
Name[ru_RU]=Управление контейнерами docker
|
||||
X-Alterator-PackageList=virt/cockpit/docker
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Depends=server-v/docker
|
||||
X-Alterator-Parent=server-v/11-cockpit
|
||||
|
9
pkg.in/groups/server-v/cockpit/kvm.directory
Normal file
9
pkg.in/groups/server-v/cockpit/kvm.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Interface for Virtual machines
|
||||
Name[ru_RU]=Управление виртуальными машинами KVM
|
||||
X-Alterator-PackageList=virt/cockpit/machines
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Depends=server-v/kvm
|
||||
X-Alterator-Parent=server-v/11-cockpit
|
8
pkg.in/groups/server-v/cockpit/web.directory
Normal file
8
pkg.in/groups/server-v/cockpit/web.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Web Service
|
||||
Name[ru_RU]=Web интерфейс
|
||||
X-Alterator-PackageList=virt/cockpit/web
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/11-cockpit
|
9
pkg.in/groups/server-v/collectd.directory
Normal file
9
pkg.in/groups/server-v/collectd.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Collectd
|
||||
Name[ru_RU]=Collectd
|
||||
X-Alterator-PackageList=monitoring/collectd
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
||||
|
8
pkg.in/groups/server-v/corosync_pacemaker.directory
Normal file
8
pkg.in/groups/server-v/corosync_pacemaker.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Corosync and Pacemaker
|
||||
Name[ru_RU]=Corosync и Pacemaker
|
||||
X-Alterator-PackageList=cluster/corosync_pacemaker
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/65-cluster
|
8
pkg.in/groups/server-v/docker.directory
Normal file
8
pkg.in/groups/server-v/docker.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Docker
|
||||
Name[ru_RU]=Docker
|
||||
X-Alterator-PackageList=container/docker
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/60-container
|
8
pkg.in/groups/server-v/freeipa-client.directory
Normal file
8
pkg.in/groups/server-v/freeipa-client.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=FreeIPA domain client
|
||||
Name[ru_RU]=Клиент домена FreeIPA
|
||||
X-Alterator-PackageList=workstation/freeipa-client
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/80-network
|
8
pkg.in/groups/server-v/glusterfs/client.directory
Normal file
8
pkg.in/groups/server-v/glusterfs/client.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Client
|
||||
Name[ru_RU]=Клиент
|
||||
X-Alterator-PackageList=storage/glusterfs-client
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/72-glusterfs
|
8
pkg.in/groups/server-v/glusterfs/server.directory
Normal file
8
pkg.in/groups/server-v/glusterfs/server.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Server
|
||||
Name[ru_RU]=Cервер
|
||||
X-Alterator-PackageList=storage/glusterfs-server
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/72-glusterfs
|
8
pkg.in/groups/server-v/grafana.directory
Normal file
8
pkg.in/groups/server-v/grafana.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Grafana Metrics Dashboard
|
||||
Name[ru_RU]=Grafana cервер для визуализации, мониторинга и анализа данных
|
||||
X-Alterator-PackageList=monitoring/grafana
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
8
pkg.in/groups/server-v/haproxy.directory
Normal file
8
pkg.in/groups/server-v/haproxy.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=HAProxy TCP/HTTP Load Balancer
|
||||
Name[ru_RU]=HAProxy TCP/HTTP балансировщик нагрузки
|
||||
X-Alterator-PackageList=network/haproxy
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/80-network
|
8
pkg.in/groups/server-v/influxdb.directory
Normal file
8
pkg.in/groups/server-v/influxdb.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=InfluxDB time series database
|
||||
Name[ru_RU]=Сервер хранения временных рядов InfluxDB
|
||||
X-Alterator-PackageList=monitoring/influxdb
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
8
pkg.in/groups/server-v/iscsi/initiator.directory
Normal file
8
pkg.in/groups/server-v/iscsi/initiator.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Initiator
|
||||
Name[ru_RU]=Инициатор (клиент)
|
||||
X-Alterator-PackageList=storage/open-iscsi
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/76-iscsi
|
8
pkg.in/groups/server-v/iscsi/scsitarget.directory
Normal file
8
pkg.in/groups/server-v/iscsi/scsitarget.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=iSCSI target daemon (User Mode)
|
||||
Name[ru_RU]=iSCSI target сервер (процесс пользователя)
|
||||
X-Alterator-PackageList=storage/scsitarget
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/76-iscsi
|
9
pkg.in/groups/server-v/iscsi/targetcli.directory
Normal file
9
pkg.in/groups/server-v/iscsi/targetcli.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Targetcli managing LIO kernel target (Kernel Mode)
|
||||
Name[ru_RU]=Targetcli управление параметрами ядра LIO (процесс ядра)
|
||||
X-Alterator-PackageList=storage/targetcli
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/76-iscsi
|
||||
|
8
pkg.in/groups/server-v/keepalived.directory
Normal file
8
pkg.in/groups/server-v/keepalived.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Keepalived Loadbalancing and High-availability
|
||||
Name[ru_RU]=Keepalived балансировщик нагрузки и отказоустойчивость
|
||||
X-Alterator-PackageList=network/keepalived
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/80-network
|
8
pkg.in/groups/server-v/kubernetes.directory
Normal file
8
pkg.in/groups/server-v/kubernetes.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Kubernetes
|
||||
Name[ru_RU]=Kubernetes
|
||||
X-Alterator-PackageList=container/kubernetes
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/60-container
|
8
pkg.in/groups/server-v/kvm.directory
Normal file
8
pkg.in/groups/server-v/kvm.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=KVM virtualization server
|
||||
Name[ru_RU]=Сервер виртуализации (KVM)
|
||||
X-Alterator-PackageList=virt/kvm
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/10-basic
|
8
pkg.in/groups/server-v/lxd.directory
Normal file
8
pkg.in/groups/server-v/lxd.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=LXD
|
||||
Name[ru_RU]=LXD
|
||||
X-Alterator-PackageList=container/lxd
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/60-container
|
9
pkg.in/groups/server-v/monit.directory
Normal file
9
pkg.in/groups/server-v/monit.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Monit
|
||||
Name[ru_RU]=Monit
|
||||
X-Alterator-PackageList=monitoring/monit
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
||||
|
8
pkg.in/groups/server-v/moosefs/cgiserv.directory
Normal file
8
pkg.in/groups/server-v/moosefs/cgiserv.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Web UI Server
|
||||
Name[ru_RU]=Web интерфейс
|
||||
X-Alterator-PackageList=storage/moosefs-cgiserv
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/74-moosefs
|
10
pkg.in/groups/server-v/moosefs/chunkserver.directory
Normal file
10
pkg.in/groups/server-v/moosefs/chunkserver.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Chunk Server
|
||||
Name[ru_RU]=Cервер хранения данных
|
||||
Comment=MooseFS Chunkserver for data storage servers
|
||||
Comment[ru_RU]=MooseFS Cервер хранения данных
|
||||
X-Alterator-PackageList=storage/moosefs-chunkserver
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/74-moosefs
|
8
pkg.in/groups/server-v/moosefs/client.directory
Normal file
8
pkg.in/groups/server-v/moosefs/client.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Client
|
||||
Name[ru_RU]=Клиент
|
||||
X-Alterator-PackageList=storage/moosefs-client
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/74-moosefs
|
10
pkg.in/groups/server-v/moosefs/master.directory
Normal file
10
pkg.in/groups/server-v/moosefs/master.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Master Server
|
||||
Name[ru_RU]=Мастер сервер метаданных
|
||||
Comment=MooseFS Master Server for metadata servers
|
||||
Comment[ru_RU]=MooseFS Мастер сервер метаданных
|
||||
X-Alterator-PackageList=storage/moosefs-master
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/74-moosefs
|
11
pkg.in/groups/server-v/moosefs/metalogger.directory
Normal file
11
pkg.in/groups/server-v/moosefs/metalogger.directory
Normal file
@ -0,0 +1,11 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Metalogger Server
|
||||
Name[ru_RU]=Резервный сервер метаданных
|
||||
Comment=Metalogger Server for synchronizes and backups the metadata
|
||||
Comment[ru_RU]=Metalogger сервер для синхронизации и резервной копии метаданных
|
||||
X-Alterator-PackageList=storage/moosefs-metalogger
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/moosefs/master
|
||||
X-Alterator-Parent=server-v/74-moosefs
|
10
pkg.in/groups/server-v/nagios-nrpe.directory
Normal file
10
pkg.in/groups/server-v/nagios-nrpe.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Nagios NRPE
|
||||
Name[ru_RU]=Nagios NRPE
|
||||
Comment=NRPE - Nagios Remote Plugin Executor
|
||||
Comment[ru_RU]=NRPE - Удаленный запуск команд для Nagios
|
||||
X-Alterator-PackageList=monitoring/nagios-nrpe
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
8
pkg.in/groups/server-v/nfs-ganesha.directory
Normal file
8
pkg.in/groups/server-v/nfs-ganesha.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=NFS-Ganesha Server (User Mode)
|
||||
Name[ru_RU]=NFS-Ganesha Сервер (процесс пользователя)
|
||||
X-Alterator-PackageList=storage/nfs-ganesha-server
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/75-nfs
|
8
pkg.in/groups/server-v/nfs.directory
Normal file
8
pkg.in/groups/server-v/nfs.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=NFS Server (Kernel Mode)
|
||||
Name[ru_RU]=NFS Сервер (процесс ядра)
|
||||
X-Alterator-PackageList=storage/nfs-server
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/75-nfs
|
8
pkg.in/groups/server-v/opennebula/flow.directory
Normal file
8
pkg.in/groups/server-v/opennebula/flow.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OneFlow manages services and elasticity
|
||||
Name[ru_RU]=OneFlow управление сервисами
|
||||
X-Alterator-PackageList=virt/opennebula/flow
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
8
pkg.in/groups/server-v/opennebula/gate.directory
Normal file
8
pkg.in/groups/server-v/opennebula/gate.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OneGate server that enables communication between VMs and OpenNebula
|
||||
Name[ru_RU]=OneGate сервер сообщение между VM и OpenNebula
|
||||
X-Alterator-PackageList=virt/opennebula/gate
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
8
pkg.in/groups/server-v/opennebula/gui.directory
Normal file
8
pkg.in/groups/server-v/opennebula/gui.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Sunstone Web GUI and the EC2 API
|
||||
Name[ru_RU]=Sunstone Web-интерфейс и EC2 API
|
||||
X-Alterator-PackageList=virt/opennebula/gui
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
10
pkg.in/groups/server-v/opennebula/node-kvm.directory
Normal file
10
pkg.in/groups/server-v/opennebula/node-kvm.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Computing KVM Node
|
||||
Name[ru_RU]=Вычислительный узел KVM
|
||||
X-Alterator-PackageList=virt/opennebula/node-kvm
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/opennebula/server server-virt/opennebula/gui server-virt/opennebula/gate server-virt/opennebula/flow
|
||||
X-Alterator-Depends=server-v/kvm
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
10
pkg.in/groups/server-v/opennebula/node-lxd.directory
Normal file
10
pkg.in/groups/server-v/opennebula/node-lxd.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Computing LXD Node
|
||||
Name[ru_RU]=Вычислительный узел LXD
|
||||
X-Alterator-PackageList=virt/opennebula/node-lxd
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/opennebula/server server-virt/opennebula/gui server-virt/opennebula/gate server-virt/opennebula/flow
|
||||
X-Alterator-Depends=server-v/lxd
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
8
pkg.in/groups/server-v/opennebula/server.directory
Normal file
8
pkg.in/groups/server-v/opennebula/server.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Main OpenNebula daemon and scheduler
|
||||
Name[ru_RU]=Основной сервер Opennebula и планировщик
|
||||
X-Alterator-PackageList=virt/opennebula/server
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/30-opennebula
|
8
pkg.in/groups/server-v/openstack/block.directory
Normal file
8
pkg.in/groups/server-v/openstack/block.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Block Storage Node
|
||||
Name[ru_RU]=Узел хранения блочных устройств
|
||||
X-Alterator-PackageList=virt/openstack/block
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/40-openstack
|
10
pkg.in/groups/server-v/openstack/compute.directory
Normal file
10
pkg.in/groups/server-v/openstack/compute.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Computing Node
|
||||
Name[ru_RU]=Вычислительный узел
|
||||
X-Alterator-PackageList=virt/openstack/compute
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/openstack-block server-virt/openstack-controller server-virt/openstack-network server-virt/openstack-storage
|
||||
X-Alterator-Depends=server-v/kvm
|
||||
X-Alterator-Parent=server-v/40-openstack
|
8
pkg.in/groups/server-v/openstack/controller.directory
Normal file
8
pkg.in/groups/server-v/openstack/controller.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Controller Node
|
||||
Name[ru_RU]=Управляющий узел
|
||||
X-Alterator-PackageList=virt/openstack/controller
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/40-openstack
|
8
pkg.in/groups/server-v/openstack/network.directory
Normal file
8
pkg.in/groups/server-v/openstack/network.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Network Node
|
||||
Name[ru_RU]=Сетевой узел
|
||||
X-Alterator-PackageList=virt/openstack/network
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/40-openstack
|
8
pkg.in/groups/server-v/openstack/storage.directory
Normal file
8
pkg.in/groups/server-v/openstack/storage.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Storage Node
|
||||
Name[ru_RU]=Узел хранения объектов
|
||||
X-Alterator-PackageList=virt/openstack/storage
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/40-openstack
|
8
pkg.in/groups/server-v/openvswitch.directory
Normal file
8
pkg.in/groups/server-v/openvswitch.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=OpenvSwitch
|
||||
Name[ru_RU]=OpenvSwitch
|
||||
X-Alterator-PackageList=network/openvswitch
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/80-network
|
8
pkg.in/groups/server-v/podman.directory
Normal file
8
pkg.in/groups/server-v/podman.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Podman
|
||||
Name[ru_RU]=Podman
|
||||
X-Alterator-PackageList=container/podman
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/60-container
|
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Prometheus exporter for hardware and OS metrics
|
||||
Name[ru_RU]=Агент сбора метрик Prometheus
|
||||
X-Alterator-PackageList=monitoring/prometheus-node_exporter
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
8
pkg.in/groups/server-v/prometheus.directory
Normal file
8
pkg.in/groups/server-v/prometheus.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Prometheus monitoring system
|
||||
Name[ru_RU]=Сервер мониторинга Prometheus
|
||||
X-Alterator-PackageList=monitoring/prometheus
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
9
pkg.in/groups/server-v/pve.directory
Normal file
9
pkg.in/groups/server-v/pve.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=PVE Server
|
||||
Name[ru_RU]=PVE Сервер
|
||||
X-Alterator-PackageList=virt/pve
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Conflicts=server-v/kvm
|
||||
X-Alterator-Parent=server-v/20-pve
|
8
pkg.in/groups/server-v/rkt.directory
Normal file
8
pkg.in/groups/server-v/rkt.directory
Normal file
@ -0,0 +1,8 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=rkt
|
||||
Name[ru_RU]=rkt
|
||||
X-Alterator-PackageList=container/rkt
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/60-container
|
10
pkg.in/groups/server-v/rsyslog-classic.directory
Normal file
10
pkg.in/groups/server-v/rsyslog-classic.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Rsyslog-classic for /dev/log
|
||||
Name[ru_RU]=Rsyslog-classic для /dev/log
|
||||
Comment=Classic syslog configuration with local logging to /var/log from /dev/log
|
||||
Comment[ru_RU]=Классический демон для локального логирования /dev/log
|
||||
X-Alterator-PackageList=logging/rsyslog-classic
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/110-logging
|
10
pkg.in/groups/server-v/systemd-journal-remote.directory
Normal file
10
pkg.in/groups/server-v/systemd-journal-remote.directory
Normal file
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Systemd Journal Remote
|
||||
Name[ru_RU]=Systemd Journal Remote
|
||||
Comment=Serves journal events over the network
|
||||
Comment[ru_RU]=Службы доступа и отправки журналов systemd через сеть
|
||||
X-Alterator-PackageList=logging/systemd-journal-remote
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/110-logging
|
9
pkg.in/groups/server-v/telegraf.directory
Normal file
9
pkg.in/groups/server-v/telegraf.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Telegraf Agent agent for collecting
|
||||
Name[ru_RU]=Агент сбора метрик Telegraf
|
||||
X-Alterator-PackageList=monitoring/telegraf
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
||||
|
9
pkg.in/groups/server-v/zabbix-agent.directory
Normal file
9
pkg.in/groups/server-v/zabbix-agent.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Zabbix Agent
|
||||
Name[ru_RU]=Агент Zabbix
|
||||
X-Alterator-PackageList=monitoring/zabbix-agent
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
||||
|
9
pkg.in/groups/server-v/zabbix.directory
Normal file
9
pkg.in/groups/server-v/zabbix.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=Zabbix Monitoring Server
|
||||
Name[ru_RU]=Сервер мониторинга Zabbix
|
||||
X-Alterator-PackageList=tagged/server+zabbix
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/90-monitoring
|
||||
|
9
pkg.in/groups/server-v/zfs.directory
Normal file
9
pkg.in/groups/server-v/zfs.directory
Normal file
@ -0,0 +1,9 @@
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Directory
|
||||
Name=ZFS management utilities
|
||||
Name[ru_RU]=Утилиты управления ZFS
|
||||
X-Alterator-PackageList=storage/zfs
|
||||
X-Alterator-Conflicts=server-v/20-pve
|
||||
X-Alterator-Required=no
|
||||
X-Alterator-Parent=server-v/70-storage
|
2
pkg.in/lists/cluster/corosync_pacemaker
Normal file
2
pkg.in/lists/cluster/corosync_pacemaker
Normal file
@ -0,0 +1,2 @@
|
||||
corosync
|
||||
pacemaker
|
2
pkg.in/lists/container/docker
Normal file
2
pkg.in/lists/container/docker
Normal file
@ -0,0 +1,2 @@
|
||||
docker-ce
|
||||
cni-plugins
|
5
pkg.in/lists/container/kubernetes
Normal file
5
pkg.in/lists/container/kubernetes
Normal file
@ -0,0 +1,5 @@
|
||||
docker-ce
|
||||
cni-plugins
|
||||
kubernetes-kubeadm
|
||||
kubernetes-kubelet
|
||||
cri-tools
|
1
pkg.in/lists/container/podman
Normal file
1
pkg.in/lists/container/podman
Normal file
@ -0,0 +1 @@
|
||||
podman
|
2
pkg.in/lists/container/rkt
Normal file
2
pkg.in/lists/container/rkt
Normal file
@ -0,0 +1,2 @@
|
||||
rkt
|
||||
|
1
pkg.in/lists/logging/rsyslog
Normal file
1
pkg.in/lists/logging/rsyslog
Normal file
@ -0,0 +1 @@
|
||||
rsyslog
|
1
pkg.in/lists/logging/rsyslog-classic
Normal file
1
pkg.in/lists/logging/rsyslog-classic
Normal file
@ -0,0 +1 @@
|
||||
rsyslog-classic
|
1
pkg.in/lists/logging/rsyslog-elasticsearch
Normal file
1
pkg.in/lists/logging/rsyslog-elasticsearch
Normal file
@ -0,0 +1 @@
|
||||
rsyslog-elasticsearch
|
1
pkg.in/lists/logging/rsyslog-mysql
Normal file
1
pkg.in/lists/logging/rsyslog-mysql
Normal file
@ -0,0 +1 @@
|
||||
rsyslog-mysql
|
1
pkg.in/lists/logging/rsyslog-pgsql
Normal file
1
pkg.in/lists/logging/rsyslog-pgsql
Normal file
@ -0,0 +1 @@
|
||||
rsyslog-pgsql
|
1
pkg.in/lists/logging/systemd-journal-remote
Normal file
1
pkg.in/lists/logging/systemd-journal-remote
Normal file
@ -0,0 +1 @@
|
||||
systemd-journal-remote
|
2
pkg.in/lists/monitoring/collectd
Normal file
2
pkg.in/lists/monitoring/collectd
Normal file
@ -0,0 +1,2 @@
|
||||
collectd-virt
|
||||
collectd-ipmi
|
1
pkg.in/lists/monitoring/grafana
Normal file
1
pkg.in/lists/monitoring/grafana
Normal file
@ -0,0 +1 @@
|
||||
grafana
|
1
pkg.in/lists/monitoring/influxdb
Normal file
1
pkg.in/lists/monitoring/influxdb
Normal file
@ -0,0 +1 @@
|
||||
influxdb
|
2
pkg.in/lists/monitoring/monit
Normal file
2
pkg.in/lists/monitoring/monit
Normal file
@ -0,0 +1,2 @@
|
||||
monit
|
||||
|
1
pkg.in/lists/monitoring/nagios-nrpe
Normal file
1
pkg.in/lists/monitoring/nagios-nrpe
Normal file
@ -0,0 +1 @@
|
||||
nagios-nrpe
|
2
pkg.in/lists/monitoring/prometheus
Normal file
2
pkg.in/lists/monitoring/prometheus
Normal file
@ -0,0 +1,2 @@
|
||||
prometheus
|
||||
prometheus-alertmanager
|
4
pkg.in/lists/monitoring/prometheus-node_exporter
Normal file
4
pkg.in/lists/monitoring/prometheus-node_exporter
Normal file
@ -0,0 +1,4 @@
|
||||
prometheus
|
||||
prometheus-node_exporter
|
||||
prometheus-blackbox_exporter
|
||||
|
1
pkg.in/lists/monitoring/telegraf
Normal file
1
pkg.in/lists/monitoring/telegraf
Normal file
@ -0,0 +1 @@
|
||||
telegraf
|
3
pkg.in/lists/monitoring/zabbix-agent
Normal file
3
pkg.in/lists/monitoring/zabbix-agent
Normal file
@ -0,0 +1,3 @@
|
||||
zabbix-agent
|
||||
alterator-zabbix-agent
|
||||
zabbix-agent-sudo
|
2
pkg.in/lists/network/bird
Normal file
2
pkg.in/lists/network/bird
Normal file
@ -0,0 +1,2 @@
|
||||
bird
|
||||
bird6
|
1
pkg.in/lists/network/haproxy
Normal file
1
pkg.in/lists/network/haproxy
Normal file
@ -0,0 +1 @@
|
||||
haproxy
|
1
pkg.in/lists/network/keepalived
Normal file
1
pkg.in/lists/network/keepalived
Normal file
@ -0,0 +1 @@
|
||||
keepalived
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user