项目作者: lnav-xenserver-logs

项目描述 :
lnav format file for Citrix Hypervisor (formerly XenServer) logs
高级语言: Shell
项目地址: git://github.com/lnav-xenserver-logs/lnav_xenserver_logs.git
创建时间: 2017-01-16T11:29:45Z
项目社区:https://github.com/lnav-xenserver-logs/lnav_xenserver_logs

开源协议:BSD 2-Clause "Simplified" License

下载


lnav format file for Citrix Hypervisor (formerly XenServer) logs

Build Status

This is a lnav format
file
for the log files on
Citrix Hypervisor (formerly XenServer). It is written for the log format of the
“trunk” (latest development) version of
xapi, and for the latest (0.8) version of
lnav. To check which version of lnav is installed, run lnav -V.

It currently supports the following log files on a XenServer host:

  • /var/log/xensource.log
  • /var/log/audit.log

(And of course, it supports the rotated versions of these log files as well.)

Installing the format file

Follow the installation instructions in the lnav
documentation
.
The easiest method is to install the format file from this git repository using
the -i option, as explained in the documentation.

License

This repo uses the same 2-Clause BSD License (or “Simplified BSD License” or “FreeBSD
License”) as lnav.

Some of the code comes from the lnav
repository
; I took the first part of the
xensource_log regex from the default syslog lnav format, due to the
similarities, and then simplified it.