This commit is contained in:
Ad Schellevis 2019-11-28 22:46:54 +01:00
parent f4455054ef
commit 4fa6288ed4
3 changed files with 3 additions and 10 deletions

View File

@ -4,7 +4,8 @@
<patterns>
<pattern>ui/zabbixagent/*</pattern>
<pattern>api/zabbixagent/*</pattern>
<pattern>diag_logs_zabbixagent.php</pattern>
<pattern>ui/diagnostics/log/zabbix/zabbix_agentd/*</pattern>
<pattern>api/diagnostics/log/zabbix/zabbix_agentd/*</pattern>
</patterns>
</page-services-zabbixagent>
</acl>

View File

@ -6,7 +6,7 @@
<Features url="/ui/zabbixagent#tab_zabbixagent-settings-features"/>
<Tuning url="/ui/zabbixagent#tab_zabbixagent-settings-tuning"/>
</Settings>
<Log VisibleName="Log File" order="50" url="/diag_logs_zabbixagent.php"/>
<Log VisibleName="Log File" order="50" url="/ui/diagnostics/log/zabbix/zabbix_agentd"/>
</ZabbixAgent>
</Services>
</menu>

View File

@ -1,8 +0,0 @@
<?php
$logfile = '/var/log/zabbix/zabbix_agentd.log';
$logclog = false;
$service_hook = 'zabbix_agentd';
require_once 'diag_logs_template.inc';