extending monitoring record.
-
Tuesday, September 11, 2012 11:28 AM
Hi,
I am using MDT 2012 monitoring feature. everything is working fine.
As we know the record in MDT monitoring node gets deleted after 3 day , is there any way to extend it to few more days?
All Replies
-
Thursday, September 13, 2012 6:47 AM
If you go into \program files\Microsoft deployment toolkit\monitor and open Microsoft.BDD.MonitorService.exe in Notepad
You can change the max days section which is 3 by default (see bold section below). The restart the Monitoring service. HTH...
<applicationSettings>
<Microsoft.BDD.MonitorService.Properties.Settings>
<setting name="EventPort" serializeAs="String">
<value>9800</value>
</setting>
<setting name="DataPort" serializeAs="String">
<value>9801</value>
</setting>
<setting name="MaxDays" serializeAs="String">
<value>3</value>
</setting>Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"
-
Tuesday, September 18, 2012 7:53 PM
Hi VIk,
What if i changed the value after the machine deployed and entry is marked in monitor. As i have chenged the value after deployment and checked after 3 days , all values disappeared.
Please help.
Regards, Shishir Kushawaha "If this thread answered your question, please click on "Mark as Answer"

