#!/bin/bash
#                       /usr/local/bin/meta_monitor
# https://crystalfaeries.net/posix/bin/meta_monitor
# celeste:crystalfaery META_MONITOR 2018-03-13 21:41:19+00:00
watchlogs -k		# kill the background watchlogs process to quiet the ttyout
downloads		# make a pass through all the downloads in progress
glances	-c 127.0.0.1	# display the system status
watchlogs		# launch a background watchlogs process to free the ttyin
sleep	6		# let all the background tail processes spew initial lines
limits			# display the disk-system limits and status
monitor	-m		# meta_monitor
exit	$?		# meta_status?
