crcro
96ed9c072c
run rename only for ipmi type sensors, added the power usage sensors, updated rewrite for known hosts
2016-08-10 04:55:30 +03:00
crcro
d5b499bae3
ipmi sensors rewrite based on known hardware id
2016-08-10 00:20:51 +03:00
Neil Lathwood
2c001db8ce
Merge pull request #3988 from crcro/brocade-fabos-updates
...
brocade fabric os enhancement
2016-08-09 21:54:18 +01:00
Tony Murray
3d945d2bbe
Merge pull request #3938 from laf/issue-3877
...
Update BGP Discover + Polling and WebUI
2016-08-09 15:50:21 -05:00
Tony Murray
eadeeb9409
Fix addHost force_add logic
...
Use boolean where we can
Fixes #4001
2016-08-09 15:13:42 -05:00
Neil Lathwood
d0d84503f1
Merge pull request #3994 from florianbeer/debug
...
Debug
2016-08-09 10:13:54 +01:00
Tony Murray
7c7c615951
Detect PowerConnect 5324 as powerconnect os
2016-08-08 23:09:33 -05:00
Florian Beer
a50bb344ed
This probably can be deleted since it was wrong
2016-08-09 02:57:45 +02:00
Tony Murray
5643d3710d
Actually add the exceptions
2016-08-08 15:47:35 -05:00
Tony Murray
322b79f717
Merge remote-tracking branch 'upstream/master' into exceptions
2016-08-08 15:43:47 -05:00
Tony Murray
409e756ca2
Merge pull request #3967 from Rosiak/comware-ver-fix
...
Comware Version Fix
2016-08-08 15:07:36 -05:00
Tony Murray
57661cf908
Merge pull request #3998 from Rosiak/issue-3995
...
Fix Dell PowerConnect Discovery
2016-08-08 15:02:48 -05:00
Tony Murray
741ff6cd18
Merge pull request #4004 from laf/php-lint
...
Added php lint checking for travis
2016-08-08 15:01:38 -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
Rosiak
057d78aab7
Remove more code
2016-08-08 18:34:30 +02:00
vitalisator
b438e94771
reduction, thx an @murrant
2016-08-08 17:36:19 +02:00
Rosiak
d65364c8ef
Fix Dell PowerConnect Discovery
...
#3995
2016-08-07 23:40:12 +02:00
Tony Murray
f3fc6f2906
Use Exceptions
...
Use exceptions for addHost()
Gets rid of silly mixed return and only returns the device_id. Throwing an exception if we run into any issues.
Slightly modifies api add host output again to include device_id
2016-08-07 12:16:40 -05:00
vitalisator
330910b4e3
Fix a bug in syslog
...
since PR #3812 syslog writes to wrong device id in syslog table.
this happens on all devices where inet_pton() returns false.
2016-08-07 17:47:25 +02:00
Florian Beer
84f695e372
Fix: Failed opening file for inclusion
2016-08-07 15:39:30 +02:00
crcro
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
Tony Murray
558bcf5971
Merge pull request #3976 from laf/issue-3953
...
Updated Junos detection
2016-08-06 01:30:21 -05:00
Neil Lathwood
2d23867a70
Merge pull request #3979 from florianbeer/memcached
...
Fix array element resolution bug
2016-08-06 00:57:36 +01:00
Neil Lathwood
b7dfd42227
Merge pull request #3977 from Rosiak/cisco-vss-state-support
...
Cisco VSS State Discovery
2016-08-06 00:52:11 +01:00
Florian Beer
7d362315c6
Fix array element resolution bug
2016-08-06 01:51:53 +02:00
Rosiak
4f6693c86f
Cisco VSS State Discovery
...
Initial commit
2016-08-05 23:34:02 +02:00
Neil Lathwood
38cafef778
Merge pull request #3966 from ahmedsajid/powerconnect-patches
...
Added support for Dell Powerconnect 8024F CPUs
2016-08-05 22:22:35 +01:00
ahmedsajid
c678c10662
Update powerconnect.inc.php
...
Changed echos to d_echos
2016-08-05 17:18:24 -04:00
ahmedsajid
2ed9d46746
Update powerconnect.inc.php
...
Changed echos to d_echos
2016-08-05 17:18:11 -04:00
Neil Lathwood
d68949b724
Merge pull request #3971 from florianbeer/syslog
...
Syslog page updates
2016-08-05 22:11:41 +01:00
Neil Lathwood
d0188d86cf
Merge pull request #3956 from ahmedsajid/eql-patches
...
Updates to Dell Equallogic storage disco/poll
2016-08-05 22:05:26 +01:00
laf
e053fcfcc5
Updated Junos detection
2016-08-05 20:33:25 +01:00
Florian Beer
12f441b2bc
Fix array return value
...
Scrutinizer bug, reset() expects a reference.
2016-08-05 20:53:48 +02:00
Florian Beer
b3a5f3b61c
Use unserialize() and full OID number
2016-08-05 20:37:50 +02:00
Florian Beer
6e3b01e204
Add snmp polling capability for memcache
2016-08-05 20:37:50 +02:00
crcro
1476650740
app-dhcp-stats initial release
2016-08-05 14:46:29 +03:00
Florian Beer
a7a8c55eb5
Add filter by priority to syslog
2016-08-05 13:34:23 +02:00
Rosiak
e19a25f4cd
Brain Fart
2016-08-04 23:11:10 +02:00
Rosiak
5c26586f89
Comware Version Fix
...
Be able to discover the version && features on older versions && newer.
2016-08-04 22:34:29 +02:00
Ahmed Sajid
8f05fea263
Removed unnecessary trimming
2016-08-04 16:20:13 -04:00
Ahmed Sajid
dfc6d212c2
Changed tab to 4 spaces
2016-08-04 15:50:17 -04:00
Ahmed Sajid
854b30e1ee
Changed tab to 4 spaces
2016-08-04 15:47:46 -04:00
Ahmed Sajid
afb0e20890
Updated Powerconnect CPU
...
Change case statements to if else
2016-08-04 15:42:28 -04:00
ahmedsajid
323bb195d7
Update definitions.inc.php
2016-08-04 14:21:06 -04:00
ahmedsajid
b8fa30b621
Update definitions.inc.php
2016-08-04 14:20:07 -04:00
ahmedsajid
4ca32c0a99
Update definitions.inc.php
...
Fixed formatting.
2016-08-04 14:17:57 -04:00
Daniel Preussker
9d6e2e5466
Merge pull request #3959 from f0o/issue-3958
...
Added additional brocade fabos OID
2016-08-04 17:06:07 +00:00