Shell Scripting - 02
In the previous blog, we wrote a basic script to print to the console. This is a continuation of that shell script.
Checking the Node Health using Script
Let's write a script which outputs the node health.
#!/bin/bash
#######################
# Author...
vishalkerketta.hashnode.dev2 min read