Commit Graph
2793 Commits
Author SHA1 Message Date
Travis Hegner 1bdfb6cbc8 fix indenting, adding comments 2015-06-30 10:41:09 -04:00
Travis Hegner 9a635e202b Merge branch 'master' into lazyload 2015-06-30 10:09:28 -04:00
Travis Hegner d8329f3a9c no full-size-mode 2015-06-30 09:53:47 -04:00
Travis Hegner b2e89a58ef trying full-size-mode in the right place 2015-06-30 09:43:04 -04:00
Travis Hegner 885355f6c3 full not fill 2015-06-30 09:36:34 -04:00
Travis Hegner df8c76ca4f testing full-size-mode 2015-06-30 09:32:44 -04:00
Travis Hegner 63d50bf456 putting WxH back again 2015-06-30 09:11:32 -04:00
Clint Armstrong b92e9f2d8f Update to the freqency DS used in collectd > 5.0
Similar to #1347 and #1349
2015-06-30 07:46:09 -04:00
laf a7d83be1af Fixed API graphs not loading 2015-06-30 10:48:08 +01:00
Travis Hegner d6fac9cc99 trying again without WxH on image 2015-06-29 17:03:38 -04:00
Travis Hegner 081cd980d3 trying the load callback 2015-06-29 16:28:11 -04:00
Travis Hegner b18625ce4c trying to skip_invisible: false again 2015-06-29 16:18:13 -04:00
Travis Hegner 4de5bab566 still trying to wrap overlib 2015-06-29 15:56:05 -04:00
Travis Hegner 3927990617 trying to wrap overlib again for a different reason now 2015-06-29 15:53:24 -04:00
Travis Hegner cd9287f23c putting WxH back, but removing them via javascript after lazyloading finishes 2015-06-29 15:42:57 -04:00
Travis Hegner d39e66a14c testing without img WxH attrs 2015-06-29 15:39:29 -04:00
Travis Hegner 0b97b9f2be testing without img WxH attrs 2015-06-29 15:39:05 -04:00
Travis Hegner c2b7161f17 putting back img WxH attrs 2015-06-29 15:30:30 -04:00
Travis Hegner d767665cb0 testing without img WxH attrs 2015-06-29 15:26:04 -04:00
Daniel Preussker cb8b5e3ffd Merge pull request #1359 from laf/issue-1355
Updated regex for device groups
2015-06-29 21:16:51 +02:00
Travis Hegner f3d670dba3 removing placeholder, bumping threshold to 300 2015-06-29 14:40:29 -04:00
Travis Hegner 9bc038f913 testing something 2015-06-29 14:35:17 -04:00
Travis Hegner ee1c51a7b5 cleanup and add 200px threshold 2015-06-29 14:28:31 -04:00
Travis Hegner 877fca845b have to swap data-original and src for overlib to load correctly 2015-06-29 14:09:28 -04:00
Travis Hegner 63f7fc3056 testing without lazy on overlib 2015-06-29 14:05:20 -04:00
Travis Hegner e397753f53 setting the correct wrapper function name 2015-06-29 13:59:37 -04:00
Travis Hegner 2428313be3 test debug output 2015-06-29 13:45:50 -04:00
Travis Hegner 3597a948fd trying to override overlib function 2015-06-29 13:44:19 -04:00
Travis Hegner f86bbb96b0 can't execute code after a return 2015-06-29 13:32:22 -04:00
Travis Hegner b92d637586 attempting to trigger ajaxStop via overlib 2015-06-29 13:30:45 -04:00
Travis Hegner 1c2c416924 testing without fadeIn effect 2015-06-29 13:16:20 -04:00
Travis Hegner c01c1b92a0 typo 2015-06-29 13:13:18 -04:00
Travis Hegner a1c1a7476f setting the lazy images to also load after ajax call 2015-06-29 13:10:03 -04:00
Travis Hegner 64a449b363 change src to 'data-original', adding binding function to document ready 2015-06-29 13:04:47 -04:00
Travis Hegner e6ab9b4b60 had to pull WxH out into vars to use in the image tag 2015-06-29 12:54:31 -04:00
Travis Hegner 771c08f2e6 scratch that, reverse it 2015-06-29 12:49:39 -04:00
Travis Hegner 590063426c testing with static graph WxH values 2015-06-29 12:48:19 -04:00
Travis Hegner 46608b2cb9 including lazyload library in index.php 2015-06-29 11:36:06 -04:00
Travis Hegner f9f9df2c0e adding class and WxH attributes to graph images, adding jquery lazyload plugin 2015-06-29 11:12:28 -04:00
Travis Hegner 8e785ebaaa Fix issue #1362, added a line to reset , because the calling page is expecting new graphs, not appended ones 2015-06-29 10:34:03 -04:00
laf 5c6e4995ab Updated regex for device groups 2015-06-28 16:25:20 +01:00
Neil Lathwood aed0fedf02 Merge pull request #1349 from clinta/entropy-collectd
entropy DS name is value.
2015-06-26 16:29:15 +01:00
Neil Lathwood 322d6ecf1f Merge pull request #1350 from clinta/urlencode-graphs
url encode graph names
2015-06-26 16:19:39 +01:00
Clint Armstrong dbae0e371f url encode graph names 2015-06-26 10:26:52 -04:00
Daniel Preussker 67a1463197 Merge pull request #1347 from clinta/apache-collectd
Correct Apache collectd DS
2015-06-26 16:24:38 +02:00
Clint Armstrong 02780b8e72 entropy DS name is value. 2015-06-26 08:02:20 -04:00
Clint Armstrong 523cb83e91 Correct Apache collectd DS 2015-06-26 07:50:37 -04:00
Neil Lathwood c05a7cc024 Merge pull request #1339 from clinta/patch-1
Do not rewrite server-status
2015-06-25 21:14:37 +01:00
Clint Armstrong dd5d1c5e05 Adding --daemon twice breaks collectd graphs
When using rrdcached [rrdtool.inc.php](includes/rrdtool.inc.php#L163) already adds the necessary options. Collectd.inc.php adds them again which breaks drawing the graphs.
2015-06-25 13:24:02 -04:00
Clint Armstrong 0a54602028 Do not rewrite server-status
Currently users cannot use the check_mk apache plugin to monitor the apache instance that is running librenms. Excluding server-status from the rewrite rules allows users to use mod_status.
2015-06-25 08:01:05 -04:00