Command line options:

Input
	status.dat
	nagios.cfg (won't work today)
	nagiosql (won't even be included today - future work)

Classes to create:
-config
	has objects
class for each type of object
	host (has templates)
	service (has templates)
	contact (has templates)
	contactgroups
	timeperiod
	hostgroup
	servicegroup
	more - make it work without complete objects then we'll add them later as needed


Parser:

Suck in config to long string
Match whole objects
	define \(something\) {
	to
	}

Identify templates
