Changes

/* Maintenance Unit Example */
=== Maintenance Unit Example ===
Each maintenance unit has its own leaf. The following example entries show different use case:A monthly maintenance window is the norm.
Maintenance window every day month on the second Tuesday of the month between 09:30 and 10:30, starting on MondayTuesday, the 5th 14th of January April 2015.
<source lang="ldif">
dn: uid=4000003,ou=units,ou=maintenance,ou=services,dc=stoney-cloud,dc=org
objectclass: top
objectclass: sstMaintenanceObjectClass
sstIsActive: TRUE
sstServicePriority: 3
sstCronRepeatType: daily monthly # repeat type is dailymonthlysstCronInterval: 1 # repeated repeat every daymonthsstCronStartDate: 2015-01-05 20150414 # starting on Monday, the fifth 14th of January April 2015sstCronOccurrenceInMonth: 2 # second occurencesstCronDayOfWeek: 1 # Monday
sstCronMinute: 30 # 30 Minutes past the hour
sstCronHour: 9 # 9 am
</source>
Other possible maintenance windows range from daily maintenance windows to biyearly maintenance windows. 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: TBDsstMaintenanceObjectClassobjectclass: TBDsstRelationship
uid: 4000003
description: The maintenance leaf for the virtual machine with the uid 1234567.
sstServicePriority: 3
sstCronRepeatType: daily # repeat type is daily
sstCronInterval: 2 1 # repeat repeated every second daysstCronStartDate: 2015-01-05 20150105 # 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
SLB, editor, reviewer
3,368
edits