Tag: ssh

  • 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…