OpManager报表过滤器中如何添加新的时间段

OpManager报表过滤器中如何添加新的时间段

在OpManager的报表中,点击过滤,在打开的过滤选项中的“时间段”只有“24小时”和“8:00 AM - 8:00PM”,如何添加更多的时间断选项?
添加方法:
1. 在OpManager的安装目录中,找到conf\OpManager\ReportConfig.xml文件,并备份。
2. 使用文本编辑工具打开conf\OpManager\ReportConfig.xml文件,添加新的TimeWindow节点。
如下所示:红色行是新添加的,Name属性中输入显示的时间端,值部分输入24小时的开始和结束时间。
<Root>
    <Configurations>
        <TimeWindow Name="Full 24 hours" Value="0-24"/>
        <TimeWindow Name="8:00 AM - 8:00 PM" Value="8-20" />
        <TimeWindow Name="8:00 AM - 6:00 PM" Value="8-18" />
    </Configurations>
</Root>

3. 保存修改,重新启动OpManager服务。
效果如下图所示: