data_from_prog = true
relation_description = [
Funnel output of the df program into a database.
Only local disks are represented.
]
user_alias_file = "/usr/local/etc/sat/lib/useraliasfile"
dist_alias_file = "/usr/local/etc/sat/lib/distaliasfile"
owner = "ROOT@UNIXMODEL"
modifier = "NOBODY"
appender = "NOBODY"
reader = "ANYBODY"
distribute_flag = false
model_hosts = ""
copy_hosts = ""
access_hosts = ""
check_flag = false
report_flag = false

attribute "disk" = { 
	description = [
The name of the disk.
]
	checktype = string
}

attribute "size" = { 
	description = [
The number of 1k blocks in the filesystem.
]
	checktype = integer
		bound_check = false
		low_bound = 0
		high_bound = 0
}

attribute "used" = { 
	description = [
The number of 1k blocks in use.
]
	checktype = integer
		bound_check = false
		low_bound = 0
		high_bound = 0
}

attribute "free" = { 
	description = [
The number of 1k blocks still available.
]
	checktype = integer
		bound_check = false
		low_bound = 0
		high_bound = 0
}

attribute "cap" = { 
	description = [
Percentage of 1k blocks in use to those normally available.  This may
be greater than 100% because used+free is normally less than size.
]
	checktype = integer
		bound_check = false
		low_bound = 0
		high_bound = 0
}

attribute "mntpnt" = { 
	description = [
The name of the mount point where the filesystem is mounted.
]
	checktype = string
}
