WARNING not starting unused module dbi
Tags:
NXLog Community Edition
#1
yang server
(Last updated
)
nxlog-ce-3.1.2319
- add custom conf to ` /etc/nxlog/nxlog.d`;
- systemctl restart nxlog;
- systemctl status nxlog;
- got message:
- how to enable the im_dbi module ?
- the config looks like:
config file: `/etc/nxlog/nxlog.d/icslog.conf`:
<Input dbi>
Module im_dbi
Driver mysql
Option host 127.0.0.1
Option username root
Option password pp
Option dbname logs
SQL SELECT * FROM ics_alarm_log
</Input>
<Output file>
Module om_file
File '/tmp/ics_alarm_log.csv'
</Output>
Are there any errors in the nxlog's internal log file? Is your route directive in place and how does it look like?