Commit Graph

132 Commits

Author SHA1 Message Date
Neil Lathwood
d389069e2e refactor: Tidy up mibs V-Z (#4979) 2016-11-17 15:43:31 -06:00
Neil Lathwood
ce6720edd9 newdevice: Added support for FortiSwitch #4852 (#4858) 2016-11-07 17:25:25 +00:00
Neil Lathwood
1f0395df6e feature: Added CPU detection for Synology DSM #2081 (#4756)
feature: Added CPU detection for Synology DSM #2081
2016-10-09 22:24:16 +03: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
Neil Lathwood
7dec670494 refactor: Updated a lot of references to LibreNMS - copyright still left intact (#4339) 2016-09-08 08:12:23 -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
laf
226202de81 Added support for Avaya VSP 2016-08-12 23:58:34 +01:00
Neil Lathwood
cfe6d39250 Merge pull request #3991 from vitalisator/pbn2
move pbn mibs to subdirectory
2016-08-10 19:22:45 +01:00
Tony Murray
ead28f6acd Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-08-07 08:22:32 -05:00
vitalisator
850c4a2f92 move pbn mibs to subdirectory 2016-08-07 11:40:37 +02:00
laf
89b9f57ce0 Fixed syntax issue 2016-08-06 20:39:53 +01:00
ahmedsajid
2ed9d46746 Update powerconnect.inc.php
Changed echos to d_echos
2016-08-05 17:18:11 -04: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
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
Tony Murray
a1ab19047e Merge remote-tracking branch 'upstream/master' into rrd-create-remote 2016-07-07 21:28:47 -05:00
Tony Murray
57650e4ffc Remove nfs requirement for distributed poller (with rrdtool 1.5+)
Use data_update instead of rrd_update/rrd_create and influx_update
Centralize rrd file check so we can check against a remote rrdcached server too
Use rrd_name() to generate rrd file names
2016-07-07 21:10:06 -05:00
Chris A. Evans
f6b8135ac4 Changes to be committed:
modified:   includes/definitions.inc.php
	renamed:    includes/discovery/os/netvanta.inc.php -> includes/discovery/os/adtran-os.inc.php
	renamed:    includes/discovery/processors/netvanta.inc.php -> includes/discovery/processors/adtran-aos.inc.php
2016-07-06 16:32:39 -05:00
Chris A. Evans
bf617e79c9 Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-adtran-os 2016-07-06 16:27:27 -05:00
Chris A. Evans
790abb1f17 Merge remote-tracking branch 'origin/master' into thecityofguanyu/add-adtran-os 2016-07-06 16:26:27 -05:00
Chris A. Evans
38e222fd8a removed empty/unsued else conditionals 2016-07-05 12:17:25 -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
Neil Lathwood
a291ac2cc6 Merge pull request #3767 from thecityofguanyu/thecityofguanyu/add-accedian-os
Add Accedian MetroNID OS Support
2016-07-05 14:50:47 +01:00
walrus
e537f9743a renamed various metronid.inc.php files to aen.inc.php 2016-07-05 07:49:45 -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
ac2f4ff158 updated os name 2016-07-03 17:13:23 -05:00
walrus
d4e8837053 Changes to be committed:
modified:   includes/definitions.inc.php
	modified:   includes/discovery/os/metronid.inc.php
	modified:   includes/discovery/processors/metronid.inc.php
	modified:   includes/discovery/sensors/temperatures/metronid.inc.php
	renamed:    includes/polling/os/accedian.inc.php -> includes/polling/os/aen.inc.php
2016-07-03 16:22:09 -05:00
walrus
1737190c53 added calix processor discovery module 2016-07-02 12:58:51 -05:00
walrus
c0be0f4cc2 added files to adtran os branch 2016-07-02 12:56:01 -05:00
walrus
6236657126 add files to telco-systems branch 2016-07-02 12:54:09 -05:00
walrus
14679609f1 Add Accedian MetroNID OS Support
Committer: <thecityofguanyu@outlook.com>

 On branch thecityofguanyu/add-accedian-os
 Changes to be committed:
	new file:   html/images/os/accedian.png
	modified:   includes/definitions.inc.php
	new file:   includes/discovery/os/metronid.inc.php
	new file:   includes/discovery/processors/metronid.inc.php
	new file:   includes/discovery/sensors/temperatures/metronid.inc.php
	new file:   includes/polling/os/accedian.inc.php
	new file:   mibs/ACCEDIAN-SMI.mib
	new file:   mibs/ACD-ALARM-MIB.mib
	new file:   mibs/ACD-CFM-MIB.mib
	new file:   mibs/ACD-DESC-MIB.mib
	new file:   mibs/ACD-DISCOVERY-MIB.mib
	new file:   mibs/ACD-FILTER-MIB.mib
	new file:   mibs/ACD-PAA-MIB.mib
	new file:   mibs/ACD-POLICY-MIB.mib
	new file:   mibs/ACD-PORT-MIB.mib
	new file:   mibs/ACD-REGULATOR-MIB.mib
	new file:   mibs/ACD-SA-MIB.mib
	new file:   mibs/ACD-SFP-MIB.mib
	new file:   mibs/ACD-SHAPER-MIB.mib
	new file:   mibs/ACD-SMAP-MIB.mib
	new file:   mibs/ACD-TID-MIB.mib
2016-07-02 11:45:36 -05:00
Rainer Schueler
144acdfc49 renamed remaining viprinet.inc.php to viprinux.inc.php 2016-04-25 10:10:25 +02:00
Rainer Schueler
93e059f2c1 Merge branch 'master' of https://github.com/librenms/librenms
Conflicts:
	includes/services/check_dhcp.inc.php
2016-04-25 08:48:04 +02:00
Rainer Schueler
1c4cf026d4 Renamed Viprinet to Viprinux. Icon size now 32x32 2016-04-25 08:26:46 +02:00
Casey Schoonover
6b425bc482 Added CPU utilization discovery/polling for DNOS 2016-04-19 09:19:45 -05:00
Rainer Schueler
52ad0b24ab Added rudimentary support for Viprinet VPN routers.
https://www.viprinet.com/de/support/downloads
2016-04-13 13:49:15 +02:00
Paul Heinrichs
72b9fd4d38 Added Cambium Support 2016-03-22 09:32:26 -04: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
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
laf
444d6a7a8c Reverted fortigate cpu update from Dec 2015 2016-02-12 13:38:22 +00: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
Neil Lathwood
46231a5e56 Merge pull request #2613 from rucarrol/forti_cpu
Adding support for discovering/polling all processors in a Fortigate device
2015-12-18 16:05:16 +00:00