modified code so that local machine is checked. CHECK_HOSTS can now be empty (only local check)

This commit is contained in:
florian
2013-10-05 15:05:23 +00:00
parent 76d0a48898
commit 556fe14b86
3 changed files with 23 additions and 8 deletions

View File

@@ -4,6 +4,7 @@
#
# Hosts that need to be checked (these need to be an ssh login with keys, not passwords, hosts space separated)
# If the list is empty, the local machine will be checked.
#
export CHK_HOSTS="host1 host2 host3"