This commit is contained in:
Ad Schellevis 2019-11-28 22:48:46 +01:00
parent 4fa6288ed4
commit 2d458814fe
2 changed files with 1 additions and 8 deletions

View File

@ -4,7 +4,7 @@
<General order="10" url="/ui/telegraf/general/index"/>
<Input order="20" url="/ui/telegraf/input/index"/>
<Output order="30" url="/ui/telegraf/output/index"/>
<LogFile VisibleName="Log File" order="40" url="/diag_logs_telegraf.php"/>
<LogFile VisibleName="Log File" order="40" url="/ui/diagnostics/log/telegraf/telegraf"/>
</Telegraf>
</Services>
</menu>

View File

@ -1,7 +0,0 @@
<?php
$logfile = '/var/log/telegraf/telegraf.log';
$logclog = false;
$logsplit = 1;
require_once 'diag_logs_template.inc';