Changes

From Amahi Wiki
Jump to: navigation, search
1,169 bytes added ,  23:52, 20 August 2019
no edit summary
[https://www.amahi.org/apps/tailon Tailon] web application
 
tailon.yaml file
<pre>
bind: 0.0.0.0:5000 # address and port to bind on
allow-transfers: true # allow log file downloads
follow-names: false # allow tailing of not-yet-existent files
relative-root: / # web app root path (default: '')
commands: [tail, grep, awk] # allowed commands
tail-lines: 10 # number of lines to tail initially
wrap-lines: true # initial line-wrapping state
 
files:
- 'Amahi': # it's possible to add sub-sections
- '/var/log/amahi-app-installer.log'
- '/var/log/greyhole.log'
- '/var/log/amahi-sync.log'
- '/var/log/amahi-anywhere.log'
- '/var/log/hda-updates.log'
- '/var/hda/platform/html/log/production.log'
- '/var/log/boot.log'
- '/var/log/cron'
- '/var/log/dnf*.log'
- '/var/log/httpd/*_log}'
- '/var/log/monit.log'
- '/var/log/maillog'
- '/var/log/messages'
- '/var/log/openvpn-status.log'
- '/var/log/samba/?mbd.log'
- '/var/log/secure'
- '/var/log/tailon.log'
http-auth: basic # enable authentication (optional)
users: # password access (optional)
admin: admin
</pre>
12,424

edits