Changes

/* Maintenance Unit Example */
sstCronRepeatType: daily # repeat type is daily
sstCronInterval: 1 # repeated every day
sstCronStartDate: 2015-01-05 # starting on the fifth of January 2015
sstCronMinute: 30 # 30 Minutes past the hour
sstCronHour: 9 # 9 am
sstCronDuration: 60 # 60 minutes (one hour)
sstInformPersonUID: 4000002
sstResponsiblePersonUID: 4000002
sstNotificationWarning: maintenance
sstBelongsToServiceUID: 1234567
sstBelongsToResellerUID: 4000000
sstBelongsToCustomerUID: 4000001
</source>
 
Maintenance window every second day between 09:30 and 10:30, starting on Monday, the 5th of January 2015.
<source lang="ldif">
dn: uid=4000003,ou=units,ou=maintenance,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: TBD
objectclass: TBD
uid: 4000003
description: The maintenance leaf for the virtual machine with the uid 1234567.
sstIsActive: TRUE
sstServicePriority: 3
sstCronRepeatType: daily # repeat type is daily
sstCronInterval: 2 # repeat every second day
sstCronStartDate: 2015-01-05 # starting on the fifth of January 2015
sstCronMinute: 30 # 30 Minutes past the hour
SLB, editor, reviewer
3,368
edits