# deletion_rules
# 
# Part of NEAT version 4.8
# by jason blakey - jblakey@frogboy.net
# October 1, 2001
#
# Format:
# FIELD           DESCRIPTION
# 0               Action: REMOVE or UNREF
# 1               entity type to remove or unference
# 2               field to match on for this entity type
# 3               field to match on for other entity type


host {
# Remove any services...
REMOVE:service:0:0
# Remove any references in any hostgroups...
UNREF:hostgroup:0:3
# Remove any parenting...
UNREF:host:0:3
}

hostgroup {
# Commenting out the line to remove entire hostgroup, + hosts, + services
#REMOVE:host:3:0
}

contactgroup {
# Remove any contacts...
REMOVE:contact:2:0
}
