root/modules/branches/2.3/dashboard/module.xml

Revision 5274, 1.9 kB (checked in by p_lindheimer, 5 years ago)

Module Publish Script: dashboard 0.3.3.2

Line 
1 <module>
2   <rawname>dashboard</rawname>
3   <name>System Dashboard</name>
4   <version>0.3.3.2</version>
5   <candisable>no</candisable>
6   <canuninstall>no</canuninstall>
7   <type>tool</type>
8   <category>Basic</category>
9   <description>
10     Provides a system information dashboard, showing information about Calls, CPU, Memory, Disks, Network, and processes.
11   </description>
12   <menuitems>
13     <dashboard1 display="index" type="tool" category="Admin" sort="-10" access="all">FreePBX System Status</dashboard1>
14     <dashboard2 display="index" type="setup" category="Admin" sort="-10" access="all">FreePBX System Status</dashboard2>
15   </menuitems>
16   <depends>
17     <version>2.3.0beta2</version>
18   </depends>
19   <changelog>
20     *0.3.3.2* #2469 fix division my zero in cpu usage
21     *0.3.3.1* Cosmetic fix (#2278 - long mount point paths)
22     *0.3.3* Improved detection of webserver failing, More MySQL detection fixes
23     *0.3.2.1* #2246 make FreePBX Connections visible, #2250 check for SSHPORT
24     *0.3.2* Allow mysql server to be on another host/port (#2229), fix image path problem
25     *0.3.1* Fix issue with miscounting total registrations, minor styling details
26     *0.3* Show IP phones and trunks separately (#2209)
27     *0.2.5.4* make always accessible even in database mode, fix minor javascript bug
28     *0.2.5.3* remove deprecated javascript call
29     *0.2.5.2* #2194 don't fail when Asterisk is not running
30     *0.2.5.1* disable debug logging, make uninstallable
31     *0.2.5* #2142 fix online phones for Asterisk 1.4 format, #2140 divide by 0 again
32     *0.2.4* #2133 again, #2140 divide by 0, #2141 with temp log to determine real issue
33     *0.2.3* #2133 fixed number format error resulting in bogus percentage displays
34     *0.2.2* #2131 fix Undefined Index warnings
35     *0.2.1* make module permanent, should not be able to disable
36     *0.2.0* Add real-time updates
37     *0.1.0* Initial release
38   </changelog>
39   <location>release/2.3/dashboard-0.3.3.2.tgz</location>
40   <md5sum>16805b7b54e1b96825e6e2ab08f2e1dc</md5sum>
41 </module>
Note: See TracBrowser for help on using the browser.