Hey all got a bit of a Idea at work would love a wee bit of help with.

at work we use VoIP phones

there is a central text file that updates every 5 seconds that is stored on a server
that shows each every one that is logged in and what they are doing i.e on a call , on break.

I was looking to bash up a wee HTML file that i could set to refresh every 5 secs that reads this text document so i can quickly see who is doing what.

here is example of what i want to read

Login ID State AUX Reason Time Login ID Direction
123 AVAILABLE 0 1053 TotallyRandom IN
321 AUX 9 952 Jimmy OUT

How do i set a HTML to read this Text document to pull only the information i need ?