Kaydet (Commit) 039eda42 authored tarafından mertcelen's avatar mertcelen

Fix for rsyslog config.

üst 6d47b9bc
......@@ -320,12 +320,12 @@ class MainController extends Controller
}
$text = "
*.* @@**" . request('targetHostname') . "**:" . request('targetPort') . "
*.* @@" . request('targetHostname') . ":" . request('targetPort') . "
\\\$ModLoad imfile
\\\$InputFilePollInterval " . request('logInterval') . "
\\\$PrivDropToGroup adm
\\\$InputFileName **" . env('LOG_PATH') . "**
\\\$InputFileTag **LimanApp**
\\\$InputFileName " . env('LOG_PATH') . "
\\\$InputFileTag LimanApp
\\\$InputFileStateFile Stat-APP
\\\$InputFileSeverity Info
\\\$InputRunFileMonitor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment