7814 Commits

Author SHA1 Message Date
64f1f3a636 scrut fixes 2015-09-06 14:28:55 +01:00
b741e479a4 Allow drag on title-text 2015-09-06 13:47:24 +01:00
9951c98e70 Added edit-page
Added responsive resizing support for graph widget
2015-09-06 13:18:54 +01:00
f081706ab1 Added option to allow absolute dimensions on graphs 2015-09-06 10:59:44 +01:00
63ed6e25aa Added generic graph widget (non-responsive sizing) 2015-09-05 16:32:38 +01:00
7acc1d266a Added per-widget settings 2015-09-05 16:15:11 +01:00
41cff31941 Allow multiple instances of the same widget 2015-09-05 15:53:43 +01:00
31bf0b4dbf remove debug statement 2015-09-05 15:51:20 +01:00
2842104a88 Merge pull request #1832 from f0o/install-fix
Make installer more responsive
2015-09-04 10:11:18 +01:00
4df462ab3b Merge pull request #1841 from f0o/issue-1839
fix a typo
2015-09-03 15:18:24 +01:00
f0o
38bd3cf763 fix a typo 2015-09-03 15:15:17 +01:00
8eb956ec8a Merge pull request #1833 from laf/laf-patch-1
Update fping millisec option to 200 default
2015-09-03 12:17:09 +02:00
84da87704d Merge pull request #1837 from laf/device-perf-cleanup
Reduced cleanup of device_perf data to 7 days rather than 30
2015-09-03 12:16:29 +02:00
f0o
9ca926b9c6 SQLs are performed up to an execution time of 45s, then a page reload is induced to avoid fcgi/cgi/modphp timeouts. 2015-09-02 15:30:51 +01:00
f0o
501cf5a6ef Present all output+errors at the end 2015-09-02 15:30:21 +01:00
f0o
574e4c5290 Typo 2015-09-02 15:29:11 +01:00
f0o
e64d145bf1 Gracefully break update 2015-09-02 15:29:10 +01:00
f0o
a2096dad51 Remove dupe-warning suppressor 2015-09-02 15:29:09 +01:00
f0o
ca0f9ea2f9 Avoid useless I/O 2015-09-02 15:29:07 +01:00
f0o
2fd423f9fc Revert build.sql
Make update.php responsive
2015-09-02 15:29:06 +01:00
f0o
3f7c37a523 revision fix 2015-09-02 15:29:04 +01:00
f0o
19059412da Make installer more responsive
Update each schema in update.php after applying
Packaged new build.sql bundling all updates up to 067
2015-09-02 15:29:02 +01:00
f0o
87677eabeb Use the persistent MySQL connections in install and build-base
Share mysql-connection from install to build-base
2015-09-02 15:28:54 +01:00
dca3b79a73 Merge pull request #1836 from f0o/revert-1584
Revert all PHP-Based MySQL Locks introduced in #1584
2015-09-02 15:20:25 +01:00
laf
7daefb731e Reduced cleanup of device_perf data to 7 days rather than 30 2015-09-02 14:17:55 +00:00
f0o
e85a140d46 Adjusted docs 2015-09-02 15:01:00 +01:00
f0o
da9e071d7d Revert all PHP-Based MySQL Locks introduced in #1584 2015-09-02 14:46:42 +01:00
06cb81676f Update Configuration.md 2015-09-02 14:20:08 +01:00
4ddfe52ffd Update defaults.inc.php 2015-09-02 14:19:38 +01:00
bc3916df2c Merge pull request #1829 from f0o/mysql-lock-release
Add another safety-net to remove locks if the execution of poller/disco gets aborted or killed
2015-09-01 16:06:16 +01:00
614e45f73c Merge pull request #1830 from arjitc/patch-20
Added page title and header
2015-09-01 13:53:34 +00:00
e9bca4554f Merge pull request #1828 from arjitc/patch-19
Minor change to poll log icon
2015-09-01 13:52:59 +00:00
4ddbcfe7e4 Added page title and header 2015-09-01 19:21:49 +05:30
f0o
26554221fb Add another safety-net to remove locks if the execution of poller/disco gets aborted or killed 2015-09-01 14:49:55 +01:00
c14ecf9449 Merge pull request #1826 from f0o/mysql-lock-release
Pause polling and discovery if there's an update-lock
2015-09-01 14:44:59 +01:00
61b2f1a171 Minor change to poll log icon
Seems more apt for the log icon, Screenshot: http://i.imgur.com/YhS0iZj.png
2015-09-01 19:14:18 +05:30
f22b1a989e Merge pull request #1827 from tuxis-ie/fix-bugs-1825
* Fix bug introduced in #1825 (vmid != instance)
2015-09-01 13:39:24 +00:00
1abf7d89f8 * Fix bug introduced in #1825 (vmid != instance)
* Fix if-then-else-formatting
2015-09-01 15:36:08 +02:00
f0o
e11f613bdd Pause polling and discovery if there's an update-lock 2015-09-01 14:14:50 +01:00
cc092e7771 Merge pull request #1825 from f0o/issue-1824
Reformat proxmox application HTML
2015-09-01 14:11:32 +01:00
f0o
8b820fe316 Reformat proxmox application HTML 2015-09-01 13:41:03 +01:00
b9bf61bbf6 Merge pull request #1789 from tuxis-ie/add-proxmox-app
Add proxmox monitoring.
2015-09-01 11:53:35 +00:00
ce3dfd6d42 Merge pull request #1822 from f0o/mysql-lock-release
Release MySQL locks when they are not used anymore
2015-09-01 12:47:53 +01:00
f0o
ccfdddeae6 Added lock release for schema updates even if it gets aborted or received sigterm 2015-09-01 12:41:38 +01:00
a608faf06b Add DocBlock 2015-09-01 12:22:54 +02:00
f0o
b0a302bf77 Release MySQL locks when they are not used anymore 2015-09-01 11:10:56 +01:00
48bfc1e2a5 Merge pull request #1809 from Rosiak/issue-1808
Add Varnish Docs
2015-09-01 10:58:00 +01:00
2ec4ffbd0f Merge pull request #1818 from f0o/cron-fix
Remove 'sh' from cron as we now use 'bash'
2015-09-01 10:57:34 +01:00
04bb652e06 Merge pull request #1817 from f0o/issue-1770
Only process followups if there are any results
2015-09-01 09:38:55 +01:00
f0o
d337ea052b Remove 'sh' from cron as we now use 'bash' 2015-09-01 09:22:09 +01:00