1342 Commits

Author SHA1 Message Date
laf
226202de81 Added support for Avaya VSP 2016-08-12 23:58:34 +01:00
f02b4c9253 Merge pull request #4037 from murrant/fix-ceph-app
Fix ceph filenames
2016-08-12 17:46:45 +01:00
191bed9dd8 Merge pull request #4038 from murrant/proxmox-ceph-fix
Proxmox rrd fix
2016-08-12 17:46:15 +01:00
1949f2f4ea Proxmox rrd fix
Attempt to fix proxmox rrd naming. Create a separate function to generate it's file names.
2016-08-12 11:05:58 -05:00
224ebb0c0c Fix ceph filenames 2016-08-12 10:29:27 -05:00
f9ba459e08 Merge pull request #3992 from vitalisator/raisecom
Add basic device support for Raisecom.
2016-08-11 22:43:49 +01:00
d97987aba4 Merge branch 'master' into thecityofguanyu/add-calix-e5-support 2016-08-11 09:30:49 -05:00
e2d3812bcb changed copmact to compact 2016-08-11 13:20:51 +02:00
cfe6d39250 Merge pull request #3991 from vitalisator/pbn2
move pbn mibs to subdirectory
2016-08-10 19:22:45 +01:00
e09f5c552c Merge pull request #3800 from murrant/rrd-create-remote
RRD Cleanup: centralize rrd_exists check, utilize data_update() and rrd_name()
2016-08-10 18:44:45 +01:00
9bcc31ca6e Merge pull request #4011 from murrant/remove-poller-update
Remove the var_dump of the poller stats update array
2016-08-09 22:19:06 +01:00
2c001db8ce Merge pull request #3988 from crcro/brocade-fabos-updates
brocade fabric os enhancement
2016-08-09 21:54:18 +01:00
3d945d2bbe Merge pull request #3938 from laf/issue-3877
Update BGP Discover + Polling and WebUI
2016-08-09 15:50:21 -05:00
97877e38ec Remove the var_dump of the poller stats update array
It doesn't add any useful info and takes up several lines
2016-08-09 14:06:01 -05:00
68303a96da Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-08 20:23:15 -05:00
409e756ca2 Merge pull request #3967 from Rosiak/comware-ver-fix
Comware Version Fix
2016-08-08 15:07:36 -05:00
57661cf908 Merge pull request #3998 from Rosiak/issue-3995
Fix Dell PowerConnect Discovery
2016-08-08 15:02:48 -05:00
laf
09eb5ca1e9 Fixed ./includes/polling/os/infinity.inc.php for php 53 2016-08-08 20:26:44 +01:00
laf
34feda8613 Fixed ./includes/polling/applications/rrdcached.inc.php for php 53 2016-08-08 20:20:18 +01:00
laf
544fd95a63 Updated to support php 5.3 2016-08-08 20:03:40 +01:00
4f5d8fa6c8 removed includes/polling/os/calix-e5.inc.php 2016-08-08 11:39:34 -05:00
70e1d1927e erge branch 'master' into thecityofguanyu/add-calix-e5-support 2016-08-08 11:37:26 -05:00
057d78aab7 Remove more code 2016-08-08 18:34:30 +02:00
ead28f6acd Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-07 08:22:32 -05:00
850c4a2f92 move pbn mibs to subdirectory 2016-08-07 11:40:37 +02:00
71e97cd2c3 rewrite of brocade switches models 2016-08-07 04:50:31 +03:00
laf
89b9f57ce0 Fixed syntax issue 2016-08-06 20:39:53 +01:00
d9e020757d Add basic device support for Raisecom.
- www.raisecom.com
- MIB from raisecom (thx to Mr. Miles)
2016-08-06 19:48:37 +02:00
7d362315c6 Fix array element resolution bug 2016-08-06 01:51:53 +02:00
38cafef778 Merge pull request #3966 from ahmedsajid/powerconnect-patches
Added support for Dell Powerconnect 8024F CPUs
2016-08-05 22:22:35 +01:00
c678c10662 Update powerconnect.inc.php
Changed echos to d_echos
2016-08-05 17:18:24 -04:00
d0188d86cf Merge pull request #3956 from ahmedsajid/eql-patches
Updates to Dell Equallogic storage disco/poll
2016-08-05 22:05:26 +01:00
12f441b2bc Fix array return value
Scrutinizer bug, reset() expects a reference.
2016-08-05 20:53:48 +02:00
b3a5f3b61c Use unserialize() and full OID number 2016-08-05 20:37:50 +02:00
6e3b01e204 Add snmp polling capability for memcache 2016-08-05 20:37:50 +02:00
1476650740 app-dhcp-stats initial release 2016-08-05 14:46:29 +03:00
e19a25f4cd Brain Fart 2016-08-04 23:11:10 +02:00
5c26586f89 Comware Version Fix
Be able to discover the version && features on older versions && newer.
2016-08-04 22:34:29 +02:00
8f05fea263 Removed unnecessary trimming 2016-08-04 16:20:13 -04:00
afb0e20890 Updated Powerconnect CPU
Change case statements to if else
2016-08-04 15:42:28 -04:00
ec9321e5f6 Powerconnect patches
Added CPU polling for Dell Powerconnect 8024F device. Also added cpu and memory graphs to definitions file
2016-08-04 12:00:13 -04:00
e62f4dcd6c Equalogic patches
Detect Equalogics as storage device.

The units need to be set to 1000000 since the returned storage values are in MBs.
2016-08-04 09:15:00 -04:00
c63728c552 Merge pull request #3932 from murrant/spelling-fix
PowerDNS-Recursor improvements
2016-08-04 05:38:26 +00:00
932cd02b49 Basic Cisco FXOS Support
For Cisco FXOS Firepower Manager
2016-08-03 17:51:39 +02:00
laf
d56ff8b87f More updates for junos bgp polling 2016-08-03 16:49:41 +01:00
3950f9dd4c Update powerdns-recursor.inc.php
Debug print the correct url for direct connection
2016-08-02 20:42:04 -05:00
laf
502b650a67 Updated code to move array_shift 2016-08-03 00:01:55 +01:00
laf
f02ffce87c Merge branch 'master' of github.com:laf/librenms into issue-3877 2016-08-02 22:52:15 +01:00
laf
e54881df14 Improved junos BGP code + WebUI 2016-08-02 22:28:57 +01:00
7dfc4db15a app-os-updates initial release 2016-08-02 18:42:31 +03:00