summaryrefslogtreecommitdiffstats
path: root/mysql-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2014-11-27 19:47:46 +0000
committerTed Trask <ttrask01@yahoo.com>2014-11-27 19:47:46 +0000
commitc64ba1fb7294f63b3daf69b8aed5d8843c559e95 (patch)
treeba2fc50a12766846484aed6b9b11df34abe7e85d /mysql-logfile-html.lsp
downloadacf-mysql-c64ba1fb7294f63b3daf69b8aed5d8843c559e95.tar.bz2
acf-mysql-c64ba1fb7294f63b3daf69b8aed5d8843c559e95.tar.xz
Initial commit for acf-mysqlv0.1.0
Diffstat (limited to 'mysql-logfile-html.lsp')
-rw-r--r--mysql-logfile-html.lsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-logfile-html.lsp b/mysql-logfile-html.lsp
new file mode 100644
index 0000000..e119738
--- /dev/null
+++ b/mysql-logfile-html.lsp
@@ -0,0 +1,6 @@
+<% local data, viewlibrary = ...
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {filename="/var/log/messages", grep="mysql"})
+end %>