Hello
I create a dashboard but I can't configure the automatic refresh.
I put the line : refresh="30" but it doesn't work.
Can I have some help ?
Thank you.
Bruno (France)
<?xml version='1.0' encoding='utf-8'?>
<dashboard>
<label>Nagios_dash</label>
<view>refresh="30"</view>
<row>
<chart>
<searchName>Critical_Nagios</searchName>
<title>Critical</title>
</chart>
</row>
</dashboard>
... View more