Commit Graph
85 Commits
Author SHA1 Message Date
Neil Lathwood b8d8d79a0a newdevice: Added memory detection, fixed cpu polling (#6896)
* newdevice: Added memory detection, fixed cpu polling

* Added new line

* Fix temperature entPhysicalIndex too

* Edited the wrong spot :0
2017-06-28 00:54:14 -05:00
Neil Lathwood 8b806a857a newdevice: Added Cpu/Mem support for dnos and ftos devices and updated detection (#6897) 2017-06-27 23:58:57 -05:00
dnapper 02a7949c5e newdevice: Added Support for Benu OS (#6857)
* Added Basic OS support for Benu

* Benu OS take 2

* Benu OS take 3

* Benu round 4 - this time for real

* added benu sensors

* reamed to benuos, renamed mibs, sensor rewrite pending

* upated sensors to use snmp_get_multi

* rename yaml

* rename yaml

* updated mempool discover to use multi get, fixed whitepaces, removed old commented out code from polling

* changed detection from sysDescr to sysObjectId

* Update benuos.yaml

* Update benuos.inc.php

* Update benuos.inc.php

* Update benuos.inc.php

* Update benuos.inc.php
2017-06-22 21:45:18 +01:00
Mark Guzman a5cf0b720a newdevice: Added Quanta lb6m device support (#6816)
newdevice: Added Quanta lb6m device support (#6816)
2017-06-13 21:30:00 +01:00
Neil Lathwood 5c58cc011a newdevice: Added support for processor and memory for 3com devices (#6823) 2017-06-13 08:11:09 +01:00
Søren Rosiak c40b762e23 feature: Update Juniper MSS Support (#6565)
* feature: Improve Juniper MSS Support

Add the following sensors
- Processor
- Mempool
- State

* Use snmp_get_multi

* updated mibs dir
2017-05-16 22:22:46 +01:00
Kako Pedreros 233f8e83b4 newdevice: Added CPU and Memory pool for BDCom Switchs (#6523)
* Added feature CPU and Memory monitoring on BDCom switchs

* Added feature CPU and Memory monitoring on BDCom switchs, plus pre-commit check

* Added mib files, and modification given by laf

* Replaced png logo with a svg version. Modification in the validation of processor discovery.

* Replaced png logo with a svg version. Modification in the validation of processor discovery + added files.
2017-05-03 00:04:44 +01:00
Neil Lathwood f418a80a5e Added mem/cpu support for TiMOS (#6483) 2017-04-22 07:58:52 -05:00
Neil Lathwood 75d62aa068 fix: Updated enterasys mempools disco/polling to support multiple ram devices (#6458) 2017-04-19 10:56:32 -05:00
Neil Lathwood 7f83148e80 refactor: Remove unecessary OS checks in proc / mem polling (#6414) 2017-04-14 20:01:45 -05:00
Neil Lathwood ae73109159 fix: Fixed CPU/Mem polling for Cyberoam-UTM devices (#6315) 2017-04-01 22:17:08 +01:00
InfraTeam bc14b9137e newdevice: Added detection for Hirschmann Railswitch #6161 (#6207)
* Added detection for Hirschmann Railswitch

* Update AUTHORS.md

I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.

* Fixes for PR 6207 requested changes

* Fixes for PR 6207 requested changes

* Fixes for PR 6207 requested changes

* Fix for PR 6207 requested changes

* Fix for PR 6207 requested changes

* Fix for PR 6207 requested changes (old states and temperatures directories removal)

* fix for PR 6207 : state fileupdated
2017-03-23 14:36:25 -05:00
pblasquez 680ef0645f newdevice: Added support for F5 Traffic Management Module memory 2017-03-03 20:38:59 +00:00
David Bell 3e01de724f newdevice: Add CPU and memory for Entera devices #5974
* Add CPU and memory for Entera devices

* Renaming file for consistency

* split -> explode

* Added graphs to overview page, changed oid used for CPU, and added storage

* Remove uneeded code

* Fixed storage
2017-02-23 23:01:56 +00:00
Neil Lathwood f7d65d0ee2 device: Added proc and mem support TPLink JetStream devices #5462 (#5817) 2017-02-09 08:46:59 +00:00
Neil Lathwood d2d8b05987 device: Added proc, mem and sensor support for FabricOS #5295 (#5815) 2017-02-09 08:13:19 +00:00
Neil Lathwood c3a9bcc1b3 device: Added further support for Zynos / Zyxell devices #5292 (#5814)
* device: Added further support for Zynos / Zyxell devices #5292

* correct year
2017-02-09 08:12:10 +00:00
Neil Lathwood 45af9566df newdevice: Added support for Cyberoam UTM devices #5542 (#5819) 2017-02-08 08:14:20 +00:00
Aldemir Akpinar 4d5d612704 newdevice: Moxa EtherDevice Industrial Switch (#5598) 2017-01-25 21:51:41 +00:00
Neil Lathwood 1b7d3e0ab8 newdevice: added more support for dasan-nos (#5298) 2017-01-05 22:12:58 -06:00
NerdBlender 1bf7e4a120 newdevice: Add DELL ForceTen S4810 CPU / Memory support #5174 2017-01-03 19:47:32 +00:00
NerdBlender 969b963180 newdevice: Added Bluecoat ProxySG Support (#5165) 2016-12-15 08:23:25 +00:00
Neil Lathwood ce6720edd9 newdevice: Added support for FortiSwitch #4852 (#4858) 2016-11-07 17:25:25 +00:00
Neil Lathwood 46616c1392 fix: ZyWALL Fixes for OS and mem polling #1652 2016-10-20 20:54:01 +01:00
David Bell 871ab5ffa0 feature: Add Memory for Cisco Nexus devices (#4825) 2016-10-20 20:08:08 +01:00
Rosiak e7b4dd3721 fix: Zywall Fixes #1652 2016-10-19 21:46:02 +02:00
Tony Murray edbb6ae0e3 refactor: Centralize MIB include directory specification (#4603)
* refactor: Centralize MIB include directory specification
The default is now:
```
$config['mib_dir'].'/mibdirname:'.$config['mib_dir']
```
This means we exclude OS mibs and only use ours  (we could prepend `+` if we want to include os mibs.
All snmp calls should only include the name of the subdirectory under the mibs directory.

* Remove d_echo from Proc
Fix snmpsim tests.
2016-09-28 14:19:28 +01:00
Tony Murray 1b4d44b2f8 Netonix switch update
New mib
Added total power consumption and dc power input (for dc switches)
Small cleanups
2016-09-26 10:34:49 -05:00
crcro 20a452912f newdevice: hp online admin cpu and mem #4327
newdevice: hp online admin cpu and mem #4327
2016-09-04 16:30:09 +01:00
crcro bc816ee461 discovery: ubnt edgeswitch os update (#4249)
newdevice: Improved support for UBNT EdgeSwitch OS #4249
2016-08-29 21:24:22 +01:00
ospfbgp d62f2f9d08 Update support for avaya-vsp and fix problem in functions.php for avaya-vsp (#4237)
newdevice: Improved support for Avaya VSP #4237
2016-08-29 20:00:05 +01:00
Tony Murray 9284bc60ff Update code in includes to be PSR-2 compliant (#4220)
refactor: Update code in /includes to be psr2 compliant #4220
2016-08-28 18:32:58 +01:00
vitalisator 850c4a2f92 move pbn mibs to subdirectory 2016-08-07 11:40:37 +02:00
Chris A. Evans 9c145b5475 Added discovery/polling support for Telco Systems BiNOS
Changes to be committed:
	new file:   includes/discovery/mempools/binos.inc.php
	new file:   includes/polling/mempools/binos.inc.php
2016-07-08 14:15:37 -05:00
walrus ff351c3ba3 renamed: includes/polling/adtran-aos.inc.php -> includes/polling/mempools/adtran-aos.inc.php 2016-07-07 19:21:05 -05:00
Chris A. Evans 9a3cf966fc Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-telco-systems-os 2016-07-05 09:07:10 -05:00
walrus 6763ad0790 * Split Telco Systems discovery into BiNOX and BiNOS
* Fix formatting errors

 Changes to be committed:
	renamed:    includes/discovery/mempools/batm.inc.php -> includes/discovery/mempools/binox.inc.php
	renamed:    includes/discovery/os/batm.inc.php -> includes/discovery/os/binos.inc.php
	new file:   includes/discovery/os/binox.inc.php
	deleted:    includes/discovery/processors/batm.inc.php
	new file:   includes/discovery/processors/binos.inc.php
	new file:   includes/discovery/processors/binox.inc.php
	deleted:    includes/discovery/sensors/temperatures/batm.inc.php
	new file:   includes/discovery/sensors/temperatures/binos.inc.php
	new file:   includes/discovery/sensors/temperatures/binox.inc.php
	renamed:    includes/polling/mempools/batm.inc.php -> includes/polling/mempools/binox.inc.php
	new file:   includes/polling/os/binos.inc.php
	renamed:    includes/polling/os/batm.inc.php -> includes/polling/os/binox.inc.php
2016-07-03 17:42:08 -05:00
walrus 6236657126 add files to telco-systems branch 2016-07-02 12:54:09 -05:00
Frederik Mogensen 49a613a44d Added memory to CiscoWLC, added discovery of APs to CiscoWLC, Fixed wrong table used in accesspoint-tab 2016-06-24 22:29:18 +02:00
Neil Lathwood 287f8864e7 Merge pull request #3312 from thecityofguanyu/thecityofguanyu/ironware-netiron-mempool
Fix mempool reporting for Brocade IronWare NetIron devices
2016-04-24 11:02:17 +01:00
Casey Schoonover f95ed6c37e Added memory utilization discovery/polling for DNOS 2016-04-19 09:45:18 -05:00
thecityofguanyu b9332fad89 modified: includes/discovery/mempools/ironware-dyn.inc.php
modified:   includes/polling/mempools/ironware-dyn.inc.php
2016-04-01 16:29:58 -05:00
Xavier Beaudouin 51d1a8939e Better ServerIron support 2016-02-23 18:13:45 +01:00
Xavier Beaudouin 63a76a7605 Initial commit for ServerIron support 2016-02-23 17:57:08 +01:00
Tony Murray 7b2974f0c4 Memory precision is kb. 2016-02-22 23:59:16 -06:00
Tony Murray ea3eedf3f0 Netonix Update
Add copyright header
Add support for CPU and memory
Fix version display for 1.3.9
Improve fan description
2016-02-22 23:12:12 -06:00
vitalisator b4cbd3087c add build specific handling on cpu and mempool discoverx/polling 2015-12-27 12:12:43 +01:00
vitalisator 81ab435942 add cpu and memory discovery/polling to PBN devices 2015-12-27 00:23:39 +01:00
vizay 59b4ef7712 Added discovery and polling support for brocade VDX devices. Removed an obsolete value and check for ifAlias (in definitions and ports) since VDX nowdays report correct from ifAlias. Removed printing of interface numbers for vdx devices in the interface list since VDX devices do not report the expected ifIndex value like other switches do 2015-12-04 15:35:02 +01:00
laf c1239b50e1 Pointed the snmp calls for Huawei to the correct folder! 2015-12-02 20:57:04 +00:00