summaryrefslogtreecommitdiffstats
path: root/mysql-logfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-01-29 16:36:37 -0500
committerTed Trask <ttrask01@yahoo.com>2015-01-29 16:36:37 -0500
commit6898d43145abec567ced449b48ac4c1977e97332 (patch)
tree9fd0506848f3f399a726d3799265a98e0dd5fb8b /mysql-logfile-html.lsp
downloadacf-mariadb-6898d43145abec567ced449b48ac4c1977e97332.tar.bz2
acf-mariadb-6898d43145abec567ced449b48ac4c1977e97332.tar.xz
Initial commit for acf-mariadb based on acf-mysql-0.1.1
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 %>