Easy Server Monitoring

Thursday, Jun 11, 2020 | 1 minute read | Updated at Thursday, Jun 11, 2020

@
Easy Server Monitoring

Discovered a simple script that allows you to monitor your server in a quick glance.

Found here: https://www.ezservermonitor.com/esm-sh/documentation

Comes with a web version as well if you are so inclined.

I opted for the bash script for its simplicity especially with dependencies; None.

One issue I came across was an error in the script due to the fact that it was written on a windows platform.

Bad interpreter: No Such File ^M

Solution: sed -i -e 's/\r$//' <scriptname.sh>

Others sugest rewriting the whole script in your unix environment. Others still, suggest you use dos2unix

© 2025 Reveries

🌱 Powered by Hugo with theme Dream.

Me

Self Introduction

Passionate about people & technology. With a plethora of experience managing both people and technology. I am currently a Technical Officer with the Communications Division of CSIR - Institute for Scientific and Technological Information. Here, I am responsible for transforming research outputs into software, tools, equipments and communication systems as tools for national development.

I am BIG about community and have spent the better part of the last decade; growing and managing various tech communities in Ghana. Most recent being the Google Developer Group (GDG). I ASPIRE to INSPIRE.

I like to dabble in a lot of technology related things; from code to Rpi’s.