Skip to content

Commit b2a00a3

Browse files
committed
disable per default the watchdog
1 parent 4a4db58 commit b2a00a3

File tree

1 file changed

+10
-4
lines changed
  • app/code/community/Hackathon/MageMonitoring/etc

1 file changed

+10
-4
lines changed

app/code/community/Hackathon/MageMonitoring/etc/config.xml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<config>
2424
<modules>
2525
<Hackathon_MageMonitoring>
26-
<version>2.1.2</version>
26+
<version>2.1.3</version>
2727
<depends>
28-
<Mage_Adminhtml />
28+
<Mage_Adminhtml/>
2929
</depends>
3030
</Hackathon_MageMonitoring>
3131
</modules>
@@ -147,8 +147,6 @@
147147
</admin>
148148

149149

150-
151-
152150
<adminhtml>
153151
<layout>
154152
<updates>
@@ -184,6 +182,14 @@
184182

185183
<default>
186184
<magemonitoring>
185+
<widgets>
186+
<Hackathon_MageMonitoring_Model_Widget_System_Watchdog>
187+
<dogs>
188+
<disabled>1</disabled>
189+
</dogs>
190+
</Hackathon_MageMonitoring_Model_Widget_System_Watchdog>
191+
</widgets>
192+
187193
<tabs>
188194
<health_check>
189195
<label>Health Check</label>

0 commit comments

Comments
 (0)