Commit Graph

1417 Commits

Author SHA1 Message Date
laf
7eed295897 Rebased 2015-07-15 20:46:04 +01:00
Job Snijders
d8693f05ae Fix coding style part 2 2015-07-15 11:04:22 +02:00
laf
746f918a8a More map updates 2015-07-14 13:11:54 +01:00
laf
dfcf5c912a Updated where queries 2015-07-14 12:15:05 +01:00
laf
69c2b35212 Added restriction for device_id 2015-07-14 12:13:46 +01:00
laf
eb2f0d7a54 More network map updates 2015-07-14 11:47:42 +01:00
Rosiak
8f54b612ec Adjust code to Best Practice
- Adjust the code I’ve introduced to Scrut and general Best Practice
2015-07-13 16:08:03 +02:00
laf
e356d80141 Updated function and use - generate_smokeping_file 2015-07-12 19:47:50 +01:00
Job Snijders
ebd0f6fc35 Apply "Squiz" code style on old (pre-2014) files 2015-07-11 16:12:35 +02:00
Paul Gear
51ff0df11b Really allow dividing as well as multiplying 2015-07-11 18:15:15 +10:00
Paul Gear
249707e2c6 Show agent execution time in seconds
Because a graph that shows a value of 1.25k milliseconds doesn't make a lot of sense.
2015-07-11 18:15:15 +10:00
Paul Gear
c3adf36d88 Allow dividing as well as multiplying 2015-07-11 18:15:15 +10:00
Paul Gear
5ea6762f20 phpcbf run 2015-07-11 18:15:15 +10:00
laf
0e45bad173 Fixed issue with using dir 2015-07-10 16:28:47 +01:00
laf
2d78c7d3e0 Added functions to shorten code 2015-07-10 16:10:35 +01:00
laf
a044782420 Final updates to fix user perms for ipv4/ipv6 and mac search 2015-07-07 23:59:13 +01:00
laf
fba1e6933a removed debug 2015-07-07 23:28:00 +01:00
laf
3ed8d261a7 Fixed arp search page user perm queries 2015-07-07 23:26:03 +01:00
laf
b1a052f357 Some permission updates for non-admin users 2015-07-07 23:18:57 +01:00
laf
c8232887d3 Merge branch 'master' of github.com:laf/librenms into smokeping 2015-07-07 19:58:37 +01:00
laf
e9d7d74b72 Fixed issue with name not being set + some validation around this 2015-07-01 21:35:37 +01: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
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
432fa5cadd Updated smokeping to support Rosiaks integration 2015-06-24 11:41:10 +01: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