LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Software for monitoring (https://www.linuxquestions.org/questions/linux-software-2/software-for-monitoring-4175686139/)

ingvar54 12-02-2020 04:04 AM

Software for monitoring
 
Hi

On my linuxmint server I have a number of text files that I'd like to display on a screen. These logfiles are read from a weather station, so with headlines like temperature, pressure, rel.humidity etc, I want to periodically update the values, let's say every 5 minute and show the last hour or so.
I should utilize the whole screen so the data have to be displayed in fixed rows and columns.

So I'm looking for non-commercial linux software to handle this. I have looked into Icinga, but this powerful software, seems like overkill for this task.

I'd appreciate any suggestion on possible linux software that I can look into.

Thanks!

boughtonp 12-02-2020 06:38 AM

Quote:

Originally Posted by ingvar54 (Post 6190909)
So I'm looking for non-commercial linux software to handle this. I have looked into Icinga, but this powerful software, seems like overkill for this task.

Almost anything worth using may seem like overkill - to get something that displays exactly how you want generally requires flexibility which is found in solutions solving many varied needs.

But there are a plenty of other options listed on Wikipedia - probably some of those are closer to what you're after.

If you want super simple/lightweight, a script in awk/perl/python/etc could reformat the data combined with tail -F -s300 to display & refresh it on an interval.


beachboy2 12-02-2020 06:49 AM

ingvar%$,

Welcome to LQ forums.

I am not familiar with WeeWX but it may be worth a look:
http://weewx.com/


All times are GMT -5. The time now is 02:54 PM.