使用 syslog 函数将日志值插入数据库
我们如何使用 ubuntu linux 中可用的 syslog 函数(rsyslogd)将日志数据插入到 C 语言的 mysql/postgresql 数据库表中。如果有人知道这方面的良好信息来源,请告诉我。 谢谢
How can we insert our log data using syslog function(rsyslogd) available in ubuntu linux to mysql/postgresql database table in c language. If anyone knows about good source of info about this then please let me know.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许你应该看看这个,它描述了如何通过以下方式将日志输出到MySql数据库标准系统日志机制。
Maybe you should have a look to this which describe how to output logs to a MySql database via the standard syslog mechanism.
Sushant:您可以创建自己的架构并自定义所使用的 SQL 模板。查看:http://www.rsyslog.com/doc/ommysql.html。
Sushant: You can create your own schema and customize the SQL template used. Check out: http://www.rsyslog.com/doc/ommysql.html.