Tag: Linux

  • Monitoring the output of a specific Linux command

    If you are in a situation where you check a specific Linux command output to verify if there is a failure in the operation, and you are looking for a way to detect a particular words in the output and alert on it, we will explain the procedure in this article. We will write a…

  • Monitor Service Status in Linux using bash script and integrate it with PRTG

    If you have critical services running on Linux machine, it is important to monitor their status and ensure they are running. That will also help in minimizing troubleshooting time, as you will know immediately the issue’s cause. In this blog we will monitor Linux service using bash script and integrate it with PRTG network monitor,…