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
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
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
f0o
dbff63f5e4
revert network<>storage
2016-08-04 16:10:22 +00:00
Ahmed Sajid
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
f0o
d9c5c856af
Added additional brocade fabos OID
2016-08-04 15:44:20 +00:00
laf
41d8ef1be5
Updated pre-cache to pass empty array
2016-08-04 15:41:35 +01:00
Ahmed Sajid
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
Daniel Preussker
c63728c552
Merge pull request #3932 from murrant/spelling-fix
...
PowerDNS-Recursor improvements
2016-08-04 05:38:26 +00:00
laf
abfe23a530
Replaced $oid with $pbn_oid
2016-08-03 22:56:49 +01:00
Neil Lathwood
507d70641a
Merge pull request #3929 from murrant/discovery-events
...
addHost: Reduce discovery event logs of existing devices and adds better error messages when adding hosts
2016-08-03 21:28:14 +01:00
Neil Lathwood
0914de5f3d
Merge pull request #3943 from Rosiak/fxos-support
...
Basic Cisco FXOS Support
2016-08-03 19:58:19 +01:00
Rosiak
932cd02b49
Basic Cisco FXOS Support
...
For Cisco FXOS Firepower Manager
2016-08-03 17:51:39 +02:00
Karsten Schmidt
6b2b87ae45
Add N3024 to dnos.
2016-08-03 16:01:59 +02:00
Tony Murray
3950f9dd4c
Update powerdns-recursor.inc.php
...
Debug print the correct url for direct connection
2016-08-02 20:42:04 -05:00
Tony Murray
df6f29f4a7
Merge pull request #3935 from crcro/app-os-updates
...
app-os-updates initial release
2016-08-02 20:38:20 -05:00
Søren Rosiak
7b841f56cf
Revert "Dell n3024"
2016-08-02 21:37:56 +02:00
crcro
7dfc4db15a
app-os-updates initial release
2016-08-02 18:42:31 +03:00
Tony Murray
e8af37ef03
PowerDNS-Recurosor improvements
...
Add config variables for direct connection
Fix spelling
2016-08-02 08:27:06 -05:00
Tony Murray
231bb52ed1
Accidental inclusion.
2016-08-02 08:08:20 -05:00
Neil Lathwood
ee4308cfa6
Merge pull request #3930 from guggemand/dell-n3024
...
Dell n3024
2016-08-02 13:57:25 +01:00
Neil Lathwood
5cda0eb999
Merge pull request #3918 from crcro/emc-flareos-update
...
emc flareos update
2016-08-02 13:56:51 +01:00
crcro
4bca05d91b
changed the description of OS
2016-08-02 13:03:32 +03:00
Karsten Schmidt
f75e81be2a
Detect Dell N3024 as powerconnect.
2016-08-02 10:22:56 +02:00
Tony Murray
66bed276c2
Reconstruct addHost() so it is easier to understand
...
Update addHost() to return either device_id or a string
modify print_error(), print_message() to allow for $quiet variable
Only call addHost() once in addhost.php, if the snmp version isn't set, addHost will cope
Fix up snmp-scan.php and discovery-protocols.inc.php to detect when a device already exists
change in ip_exists() to make it more readable
2016-08-02 00:31:27 -05:00
Tony Murray
7a78ab47af
Merge pull request #3915 from laf/port-attribs
...
Stop more unnecessary db queries in ports polling
2016-08-01 10:12:44 -05:00
Neil Lathwood
7cec7f8d12
Merge pull request #3922 from murrant/app-pdns-recursor
...
PowerDNS-recursor: Use derive instead of counter to avoid spikes
2016-08-01 15:56:10 +01:00