Hi Guys is there any way to display Maintenance schedules??

ganesht
Tera Expert

Hi Guys is there any way to display Maintenance schedules in a calender view as change calender??..Need some breif explanation about Maintenance schedules, Maintenance windows, Black out dates and Conflict properities..plzz help me out guys.

7 REPLIES 7

Michael Fry1
Kilo Patron

There is an inactive module under Change called Windows and Changes. That will show you all scheduled changes with maintenance windows and blackout windows. Changes are all 1 color, maintenance windows are a couple of colors and blackouts are black.



Maintenance windows are pre-defined times when changes for specific CI's (or all CI's) can be scheduled. Blackout windows are when no changes can be scheduled. If you have conflicts, then you are outside the maintenance windows or inside the blackout period.


I have that module enabled, but my maintenance schedules won't show up after I create them. Any advice?


You'll have to modify the Schedule Pages > Maintenance Windows and Changes by commenting out line 10 & line 26. Do so will show ALL maintenance schedules on the calendar, so you'll have to remove some OR replace lines 10 & 26 with information about the schedules you want to appear.


Can you tell me what the parameters refer to? I know the hex code is the background color of the block on the calendar.



schedulePage.addSchedule(g.sys_id, '#000', null, true);



I am specifically trying to change the text color on the blocks so that the blackout dates show text as white.