# this file specifies service statistics classes. Each class consists
# of a class name and an associated service hours specification. Usually
# the service hours specification will also take holidays into account.
#
# Syntax: class = service_hours_spec
#
# See also: servicehours and holidays files
#

#
# Just the whole day
#
total	= service:wholeday

#
# level1: take offline hours from servicehours level1 and holidays
#
level1	= service:level1 > holidays:all

#
# level2: take offline hours from servicehours level2 and holidays
#
level2	= service:level2 > holidays:all
