8811 Commits

Author SHA1 Message Date
c780a13d44 Merge branch 'master' of https://github.com/librenms/librenms 2015-11-16 12:19:41 +01:00
d08c8cc998 Merge pull request #2432 from fstern/active_directory_auth
Moved option 'auth_ad_dont_check_certificates' to 'auth_ad_check_certificates'
2015-11-16 11:07:14 +01:00
dda8ffd400 Updated Documentation for 'auth_ad_check_certificates' 2015-11-16 10:25:13 +01:00
7c54782cc8 Moved auth_ad_dont_check_certificates to auth_ad_check_certificates 2015-11-16 10:24:16 +01:00
f6bbf59887 Merge pull request #2428 from rkojedzinszky/master
Fix netcmd.php URI for installations not under root
2015-11-15 11:54:36 +01:00
0d2949f69e Overhaul use of rrdtool_lastupdate & STACK for rrdtool 1.4/1.5 compatibility 2015-11-15 11:48:39 +10:00
5669c1c3a5 Fix netcmd.php URI for installations not under root 2015-11-14 18:44:58 +01:00
4ce22f410c Merge pull request #2425 from murrant/master
Fix AD auth with untrusted certificates
2015-11-13 13:14:55 -04:00
02d54e9c50 Fix AD auth with untrusted certificates. LDAPTLS_REQCERT=never must be
set before ldap_connect.
2015-11-13 11:05:05 -06:00
52c4621095 I agree to the conditions of the Contributor Agreement contained in
doc/General/Contributing.md
2015-11-13 11:04:23 -06:00
75de9fb1d9 Merge pull request #2423 from laf/issue-2415
Updated userlevel >= 10 checks to use functions
2015-11-12 20:39:28 +01:00
laf
b9e95b702d Updated userlevel >= 10 checks to use functions 2015-11-12 19:28:19 +00:00
3deabcbe35 Merge pull request #2422 from SaaldjorMike/unifi2
Add Ubiquiti UniFi memory graphs to device overlib.
2015-11-12 15:14:42 -04:00
c5f6879dfb Add Ubiquiti UniFi memory graphs to device overlib. 2015-11-12 11:12:40 -08:00
160b37d4c0 Merge pull request #2421 from SaaldjorMike/unifi
Added support for CPU and Memory usage of Ubiquiti UniFi
2015-11-12 14:39:58 -04:00
01922e5c5a Added support for CPU and Memory usage of Ubiquiti UniFi 2015-11-12 09:55:11 -08:00
115227a5d6 Merge pull request #2420 from rkojedzinszky/master
Real-time graphs: fix for graph wraps
2015-11-12 11:21:07 -04:00
bdc33ebf59 Real-time graphs: fix for graph wraps
FIX is by querying the HC counters first, and fall back to snmpv1 oids
in case of no answer.
2015-11-12 14:44:21 +01:00
0888594b69 Merge pull request #2419 from SaaldjorMike/bills-fix
Fix for percentage bars in billing pages.
2015-11-12 07:57:45 +10:00
eed3a89948 Fix for percentage bars in billing pages. 2015-11-11 22:54:21 +01:00
4311aed2d6 Merge pull request #2418 from SaaldjorMike/ntpd1
Specified which MIB should be used when polling ntpd-server information.
2015-11-11 17:17:06 -04:00
f181403f95 Specified which MIB should be used when polling ntpd-server information. 2015-11-11 20:37:51 +01:00
3f11dcbe12 Merge pull request #2417 from dlangille/patch-2
Fix typo in host name: doc -> docs
2015-11-11 15:22:30 +01:00
030fa60745 Fix typo in host name: doc -> docs
http://docs.librenms.org/Extensions/Authentication/ exists, but http://doc.librenms.org/Extensions/Authentication/)
2015-11-11 09:21:58 -05:00
8d95d9e618 Merge branch 'master' of https://github.com/librenms/librenms 2015-11-11 12:28:07 +01:00
laf
248c2004fc Updated to be responsive 2015-11-11 08:49:07 +00:00
laf
c5d4c0a49f Add 'lib/gridster/' from commit 'a7ed9a4adec9f7c8361ad6f392993a1f0b9c1601'
git-subtree-dir: lib/gridster
git-subtree-mainline: 80f8419dac97766a22ded5fa86186ced2b704178
git-subtree-split: a7ed9a4adec9f7c8361ad6f392993a1f0b9c1601
2015-11-10 21:43:44 +00:00
laf
80f8419dac Updated gridster in makefile 2015-11-10 21:43:36 +00:00
725fc56f41 Merge pull request #2412 from tuxis-ie/master
Add Ceph support
2015-11-10 08:08:17 -04:00
930d9b022d Move the ceph_rrd function to includes/common.inc.php 2015-11-10 12:33:52 +01:00
669eb872a5 Implement a function to fix the rrd path 2015-11-10 11:44:30 +01:00
24550b0c02 Fix if-then-else 2015-11-10 11:44:14 +01:00
9682e8af8e Merge pull request #2405 from rkojedzinszky/master
FIX 95th percent lines in negative range
2015-11-10 06:23:52 -04:00
ea8575ab92 Merge pull request #2411 from fstern/active_directory_auth
Adding active directory authentication to librenms
2015-11-10 06:19:35 -04:00
a4eb4391c5 Add Ceph support 2015-11-10 11:10:06 +01:00
d326869675 Removed unused variables 2015-11-10 10:47:50 +01:00
16df0fdd2e Coding style 2015-11-10 10:39:42 +01:00
2326061e68 Removed unused variables and updated coding style 2015-11-10 10:38:42 +01:00
0eeb4d2ef8 Fixed a bug from scrutinizer 2015-11-10 10:03:47 +01:00
a785398492 Merge remote-tracking branch 'upstream/master' into active_directory_auth 2015-11-10 09:43:30 +01:00
ca595e1e9d FIX 95th percent lines in negative range 2015-11-08 18:27:19 +01:00
8196b19096 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md 2015-11-08 18:27:00 +01:00
923990d451 Merge pull request #2401 from Rosiak/issue-2400
Add innodb config example to daily
2015-11-06 17:55:03 +01:00
3065781118 Add innodb config example to daily
Fix issue-2400
2015-11-06 17:48:50 +01:00
6a85940cb5 Merge branch 'active_directory_auth' of https://github.com/fstern/librenms 2015-11-06 11:54:30 +01:00
02b7b0b0f3 Merge pull request #2195 from ciscoqid/master
Use official NET-SNMP-EXTEND-MIB first for running distro command
2015-11-06 03:50:03 -04:00
b0ec65e80a Merge pull request #2385 from laf/issue-2360
Added ability to globally disable sending alerts
2015-11-05 21:38:32 +01:00
e929c3acc2 Merge pull request #2397 from laf/issue-2395
Made status column sortable in the /devices/ page
2015-11-05 21:13:38 +01:00
97392b1c1d Merge pull request #2214 from laf/nagios-plugins
Dynamic use of nagios-service checks
2015-11-05 21:13:15 +01:00
laf
7187117511 Made status sortable 2015-11-05 19:42:06 +00:00