You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.4 KiB
49 lines
1.4 KiB
<form version="1.1">
|
|
<label>Message Volume - Microsoft Exchange</label>
|
|
|
|
<fieldset autoRun="true">
|
|
<input type="time">
|
|
<label></label>
|
|
</input>
|
|
</fieldset>
|
|
|
|
<row>
|
|
<chart>
|
|
<title>Mail To/From The Internet</title>
|
|
<search>
|
|
<query>
|
|
eventtype=summary-internet-mail
|
|
|timechart count by event_id
|
|
|rename event_id as "Direction"
|
|
</query>
|
|
</search>
|
|
<option name="height">350</option>
|
|
<option name="charting.chart">area</option>
|
|
<option name="charting.chart.stackMode">stacked</option>
|
|
<option name="charting.chart.nullValueMode">zero</option>
|
|
<option name="charting.legend.placement">bottom</option>
|
|
<option name="charting.axisTitleX.text">Time</option>
|
|
<option name="charting.axisTitleY.text">Messages/Hour</option>
|
|
</chart>
|
|
</row>
|
|
|
|
<row>
|
|
<chart>
|
|
<title>Mail To/From The Users</title>
|
|
<search>
|
|
<query>
|
|
eventtype=summary-user-mail
|
|
|timechart count by event_id
|
|
|rename event_id as "Direction"
|
|
</query>
|
|
</search>
|
|
<option name="height">350</option>
|
|
<option name="charting.chart">area</option>
|
|
<option name="charting.chart.stackMode">stacked</option>
|
|
<option name="charting.chart.nullValueMode">zero</option>
|
|
<option name="charting.legend.placement">bottom</option>
|
|
<option name="charting.axisTitleX.text">Time</option>
|
|
<option name="charting.axisTitleY.text">Messages/Hour</option>
|
|
</chart>
|
|
</row>
|
|
</form> |