laf
a7d83be1af
Fixed API graphs not loading
2015-06-30 10:48:08 +01: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
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
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
Mike Rostermund
e769a4ffc6
Handle case where sensor_limit is not set for sensor_charge graphs
2015-06-25 03:47:20 -07:00
laf
820afa6dbb
Added logging of reason device was detected as down (icmp/snmp)
2015-06-22 22:11:02 +01:00
Neil Lathwood
8226e8b447
Merge pull request #1096 from laf/issue-1095-web
...
Added support for interval for alerting for WebUI
2015-06-20 01:56:08 +01:00
Neil Lathwood
3f2b49c72f
Fixed javascript issue preventing removing alert rules.
2015-06-20 01:29:01 +01:00
einhirn
94ea73a595
another minor correction about $port being undefined in some cases
2015-06-18 18:29:55 +02:00
einhirn
fdfe776c5a
minor correction about being undefined in some cases
2015-06-18 16:57:36 +02:00
einhirn
653696b949
fixed a bug where stale link/device data would lead to broken map
2015-06-18 16:32:01 +02:00
Daniel Preussker
559d6960c7
Merge pull request #1296 from SaaldjorMike/fix-legend-iflabels
...
Fix legend iflabels
2015-06-18 14:15:59 +00:00
Mike Rostermund
442f052265
Shorten the label shown on graph legend
2015-06-18 15:45:52 +02:00
Mike Rostermund
ec79e31827
Fix typo and reorder string replacements
2015-06-18 15:45:30 +02:00
Paul Gear
0eb3e69167
Fix Scrutinizer issues
2015-06-16 08:42:05 +10:00
Paul Gear
a02871263c
Fix up some unclear/missing copyrights
2015-06-16 08:27:58 +10:00
Paul Gear
d617aaacd0
Add graph type for MIB-based polling
2015-06-16 08:27:58 +10:00
Paul Gear
c873cafbae
Move client authorization checks to a separate function
2015-06-16 08:27:57 +10:00
Paul Gear
6038f11db9
phpcs run
2015-06-16 08:27:57 +10:00
Paul Gear
7ca0c54703
Add note about duplicate code
2015-06-16 08:27:57 +10:00
laf
6813c1face
updated alert template mapping to own table
2015-06-15 11:13:19 +01:00
laf
9813b0b1a7
Added state and load icons
2015-06-14 23:21:44 +01:00
Paul Gear
b84b8de09f
Merge pull request #1110 from laf/issue-279
...
Updated mysql DATE_FORMAT() and php date() to use $config variables
2015-06-13 10:15:23 +10:00
Mike Rostermund
81611babd3
Remove grey area from load graph
2015-06-11 20:59:35 +02:00
Mike Rostermund
cd3c56863b
Added a load tab on device->health
2015-06-11 20:31:45 +02:00
Daniel Preussker
225a84d597
Merge pull request #1210 from SaaldjorMike/fix-memory
...
Fixed entry count on memory page
2015-06-08 14:03:48 +00:00
Mike Rostermund
f1c13d1e3d
Fixed entry count on memory page
2015-06-08 13:19:40 +02:00
Mike Rostermund
ed86171d0a
Fixed entry count on storage page
2015-06-08 13:14:39 +02:00
f0o
2467b11290
Merge branch 'issue-laf-110-new' of git://github.com/laf/librenms into laf-issue-laf-110-new
...
Conflicts:
html/pages/health/mempool.inc.php
includes/defaults.inc.php
2015-06-07 10:44:39 +00:00
Paul Gear
418416457b
Make source layout consistent with all the other aruba files
2015-06-06 07:46:16 +10:00
Rosiak
250b58ea8b
Minor corrections to memory bootgrid
2015-06-04 00:08:53 +02:00
Rosiak
f9322a29c6
Convert memory page to use bootgrid
2015-06-03 23:39:54 +02:00
Rosiak
054bf3ae20
Convert processors page to use bootgrid
...
- Based on @laf code from the storage page
2015-06-02 22:15:36 +02:00
Arjit Chaudhary
5604f3e61f
Remove divider for first element in settings dropdown
...
Screenshot: http://i.imgur.com/RtR4HsC.png
2015-05-31 18:38:46 +05:30
Arjit Chaudhary
6bc1ac6e76
Snip API documentation to API Docs
...
API documentation seems to get cut-off (http://i.imgur.com/Mu56uwp.png ) so trimming it down.
2015-05-31 17:11:23 +05:30
laf
bf7a94dd2d
Spelling, JS and update to attaching templates
2015-05-30 18:10:32 +01:00
Mike Rostermund
f8331ce8dd
Fixed issue when truncating UTF-8 strings, fallback to old way if extension is not loaded.
2015-05-30 16:39:39 +02:00
Neil Lathwood
94f66c44bb
Revert "Fixed issue when truncating UTF-8 strings."
2015-05-30 03:43:00 +01:00
Mike Rostermund
134ef3090b
Fixed issue when truncating UTF-8 strings.
2015-05-29 15:33:11 +02:00
laf
451d0322c1
Fixed scrut issues
2015-05-29 14:26:29 +01:00
laf
3b61e82d39
Fixes query to limit devices/ports users can see
2015-05-29 00:39:05 +01:00
laf
5b57e75b2e
Final work getting alerts dynconfig done
2015-05-28 17:00:26 +01:00
f0o
fa170aa37b
Fix bug with worded states in device-table
2015-05-27 16:07:09 +00:00
Mike Rostermund
4497805b59
Show ifName instead of ifDescr in /search/search=arp/
2015-05-26 17:51:28 +02:00
Paul Gear
bd46c0981c
Merge pull request #1130 from laf/issue-1129
...
Moved sql where line to be included in count
2015-05-26 20:43:33 +10:00