summaryrefslogtreecommitdiffstats
path: root/bwLpStatus.py
diff options
context:
space:
mode:
authorJannik Schönartz2019-01-16 17:10:19 +0100
committerJannik Schönartz2019-01-16 17:10:19 +0100
commitbc810d578c2c25faaf2aa8cd17e989031efe749c (patch)
tree02b1ea090dacd7003aba5c637eb135eaed019de4 /bwLpStatus.py
parentAdd filename to tftp log, to prevent log spam (diff)
downloadbwlp-monitoring-bc810d578c2c25faaf2aa8cd17e989031efe749c.tar.gz
bwlp-monitoring-bc810d578c2c25faaf2aa8cd17e989031efe749c.tar.xz
bwlp-monitoring-bc810d578c2c25faaf2aa8cd17e989031efe749c.zip
Add different modes and a more compact design
Add widescreen side by side mode Add borderless mode Add noheader mode Make layout more compact Add autorefresh in seconds
Diffstat (limited to 'bwLpStatus.py')
-rwxr-xr-xbwLpStatus.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bwLpStatus.py b/bwLpStatus.py
index 67e6531..d9c20c6 100755
--- a/bwLpStatus.py
+++ b/bwLpStatus.py
@@ -235,7 +235,7 @@ for entry in reversed(logEntries):
+ entry.service + ']</div></div><div class="log_item_part '
+ entry.state + '"><div class="content_item_part_title">['
+ entry.state + ']</div></div><div class="log_item_part"><div class="content_item_part_title">['
- + entry.host +']</div></div><div class="log_item_part"><div class="content_item_part_title">'
+ + entry.host +']</div></div><div class="log_item_part"><div class="content_item_part_title log_item_part_msg">'
+ entry.msg + '</div></div></div>')
# Copy the .html file and replace the %CONTENT% to generate the final html file.