upgrader_controller.xml 3.24 KB
Newer Older
1 2 3 4
<?xml version="1.0"?>
<ZopeData>
  <record id="1" aka="AAAAAAAAAAE=">
    <pickle>
5
      <global name="Alarm" module="erp5.portal_type"/>
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
    </pickle>
    <pickle>
      <dictionary>
        <item>
            <key> <string>active_sense_method_id</string> </key>
            <value> <string>Alarm_senseUpgradeNeed</string> </value>
        </item>
        <item>
            <key> <string>alarm_notification_mode</string> </key>
            <value>
              <tuple>
                <string>never</string>
              </tuple>
            </value>
        </item>
        <item>
            <key> <string>description</string> </key>
            <value> <string>This alarms acts as a cron job. It will start an instance upgrade if any of the following this alarms sequence:\n
24 25
1) bt5_upgrader (supported)\n
2) finalize_upgrader (supported)\n
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107
\n
"sense" a need of an upgrade. This alarm is likely to disappear soon as it\'s needed due to lack of functionality (which is that alarms can not automatically "solve" themselves).</string> </value>
        </item>
        <item>
            <key> <string>enabled</string> </key>
            <value> <int>1</int> </value>
        </item>
        <item>
            <key> <string>id</string> </key>
            <value> <string>upgrader_controller</string> </value>
        </item>
        <item>
            <key> <string>periodicity_hour</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>periodicity_minute</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>periodicity_minute_frequency</string> </key>
            <value> <int>30</int> </value>
        </item>
        <item>
            <key> <string>periodicity_month</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>periodicity_month_day</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>periodicity_start_date</string> </key>
            <value>
              <object>
                <klass>
                  <global name="DateTime" module="DateTime.DateTime"/>
                </klass>
                <tuple>
                  <none/>
                </tuple>
                <state>
                  <tuple>
                    <float>1136073600.0</float>
                    <string>GMT</string>
                  </tuple>
                </state>
              </object>
            </value>
        </item>
        <item>
            <key> <string>periodicity_week</string> </key>
            <value>
              <tuple/>
            </value>
        </item>
        <item>
            <key> <string>portal_type</string> </key>
            <value> <string>Alarm</string> </value>
        </item>
        <item>
            <key> <string>sense_method_id</string> </key>
            <value>
              <none/>
            </value>
        </item>
        <item>
            <key> <string>title</string> </key>
            <value> <string>Upgrader Controller</string> </value>
        </item>
      </dictionary>
    </pickle>
  </record>
</ZopeData>