-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I get this Error evey time I follow the artical to install the plugin for syslog
Edit /etc/rsyslog.d/cacti.conf
$ModLoad imudp
$UDPServerRun 514
$ModLoad ommysql
$template cacti_syslog,"INSERT INTO syslog_incoming(facility_id, priority_id, program, logtime, host, message)
values (%syslogfacility%, %syslogpriority%, '%programname%', '%timegenerated:::date-mysql%', '%HOSTNAME%', TRIM('%msg%'))", SQL
. >localhost,my_database,my_user,my_password;cacti_syslog
any solution for that
my version is 1.2.26
