Bug #29763 inconsistent values for re-inventory (settings page show 4 h, DB says 12 h)
Submitted: 12 Jul 2007 15:53 Modified: 24 Aug 2007 19:01
Reporter: Carsten Segieth Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Enterprise Monitor: Web Severity:S3 (Non-critical)
Version:1.2.0.6573 OS:Any
Assigned to: Mike Lischke CPU Architecture:Any

[12 Jul 2007 15:53] Carsten Segieth
Description:
the dashboard -- Settings page show 4 h for re-inventory, but the database says 12 h:

mysql> select distinct(frequency) from agent_tasks where command = 'list_inventory' ;
+--------------+
| frequency    |
+--------------+
| 12:00:00.000 |
+--------------+
1 row in set (0.44 sec)

How to repeat:
clean install of server, no changes of settings made

Suggested fix:
sync both values
[24 Aug 2007 19:01] Andrew Cwik
fixed in 1.2.0.7224.