Skip to content
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: 10 additions & 0 deletions BaseALTSystemdUnits.admx
Original file line number Diff line number Diff line change
Expand Up @@ -367,5 +367,15 @@
<decimal value="0"/>
</disabledValue>
</policy>
<policy class="Machine" displayName="$(string.zabbix_agentd_service)" explainText="$(string.zabbix_agentd_service_help)" key="Software\BaseALT\Policies\SystemdUnits" valueName="zabbix_agentd.service" name="zabbix_agentd.service">
<parentCategory ref="system:ALT_Systemd"/>
<supportedOn ref="system:SUPPORTED_AltP9"/>
<enabledValue>
<decimal value="1"/>
</enabledValue>
<disabledValue>
<decimal value="0"/>
</disabledValue>
</policy>
</policies>
</policyDefinitions>
10 changes: 10 additions & 0 deletions en-US/basealtsystemdunits.adml
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,16 @@ Enabled — Turn the unit into enabled (execute the command systemctl enable win
Disabled — Turn the unit into off state (execute the command systemctl disable winbind.service)
</string>

<string id="zabbix_agentd_service">Zabbix Agent Daemon</string>
<string id="zabbix_agentd_service_help">This policy determines whether the systemd unit of the Zabbix Agent Daemon is enabled

Not Configuration — Do not change unit systemd state

Enabled — Turn the unit into enabled (execute the command systemctl enable zabbix_agentd.service)

Disabled — Turn the unit into off state (execute the command systemctl disable zabbix_agentd.service)
</string>

       <string id="postfix_service">Postfix Mail Transport Agent</string>
       <string id="postfix_service_help">This policy determines whether the systemd unit of the Postfix Mail Transport Agent is enabled

Expand Down
10 changes: 10 additions & 0 deletions ru-RU/basealtsystemdunits.adml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,16 @@
Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl disable winbind.service)
       </string>

       <string id="zabbix_agentd_service">Zabbix Agent Сервис</string>
       <string id="zabbix_agentd_service_help">Эта политика определяет, включен ли systemd юнит Zabbix Agent

Не сконфигурировано — не изменять системное состояние юнита

Включено — перевести юнит во включенное состояние (выполнить команду systemctl enable zabbix_agentd.service)

Отключено — перевести юнит в состояние «выключено» (выполнить команду systemctl disable zabbix_agentd.service)
       </string>

       <string id="postfix_service">Агент передачи почты Postfix</string>
       <string id="postfix_service_help">Эта политика определяет, включен ли systemd юнит агента передачи почты Postfix

Expand Down