Reputation: 21
I have some checks that I do every 2 hours to monitor the status of servers like
iostat -ch
, df -h /DATA
, free -mh
, ps -aux | grep kafka
and other commands and some shell scripts.
How can I group them in one or two scripts to execute them automatically without doing the same check manually every time?
Upvotes: 0
Views: 78