check directory temp with path /tmp
	if failed permission 1777 then alert
	if failed uid root        then alert
	if failed gid root        then alert

check device root_dev with path /
	if space usage > 90 % then alert
	if inode usage > 90 % then alert

#check device var_dev with path /dev/sda3
#	if space usage > 90 % then alert
#	if inode usage > 90 % then alert

#check device tmp_dev with path tmpfs
#	if space usage > 90 % then alert
