I would be really helpful to have the ability to define and use variables, so that, for example, I could have a file
which said
HOST=myhost1
check $HOST .......
then, when I want to check another host I just copy the file, change the value of HOST in that file and reload
it would also avoid having the same host reference in three places in one file as per my last post