lnav-xenserver-logs / lnav_xenserver_logs

lnav format file for Citrix Hypervisor (formerly XenServer) logs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

lnav format file for Citrix Hypervisor (formerly XenServer) logs

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 100.0%