Commit Graph

4513 Commits

Author SHA1 Message Date
Richard Mayhew
c8ba28a1e3 feature: updated rrdcached stats app to support Fedora/Centos (#5768)
* feature: updated rrdcached stats app to support Fedora/Centos

* tabs to spaces
2017-02-04 18:19:46 +00:00
Tony Murray
e0ff92bc77 newdevice: improve Mac OSX detection (#5759) 2017-02-04 10:07:20 +00:00
Tony Murray
c08942585a newdevice: Improve Lancom device detection (#5758) 2017-02-04 10:07:09 +00:00
Tony Murray
2d3b2f2ca7 newdevice: improve Brocade Network OS detection (#5756) 2017-02-04 10:06:54 +00:00
Tony Murray
d1818c1b2e newdevice: improve Dell PowerConnect discovery (#5761) 2017-02-04 10:06:27 +00:00
Tony Murray
a8dc640e96 newdevice: Improved HPE Procurve/OfficeConnect discovery (#5763)
This is needed as some of this detection will break with new HPE firmwares.
2017-02-04 10:02:39 +00:00
Tony Murray
03f09118c1 refactor: move hp jetdirect discovery to yaml (#5757) 2017-02-04 10:02:05 +00:00
Richard Mayhew
bea8a14ad3 fix: Added the service parameter to checks that were missing it (#5753) 2017-02-03 20:06:42 +00:00
Tony Murray
0c8bba64fd newdevice: Improved Zyxel IES detection (#5751) 2017-02-03 20:05:36 +00:00
Neil Lathwood
7dc52654db fix: Ignore ports where we only have two entries in the array, this signals bad data #1366 (#5722)
* update to check for valid ports

* fix: Ignore ports where we only have two entries in the array, this signals bad data #1366

* Update functions.php
2017-02-03 19:49:40 +00:00
Neil Lathwood
a19b2614dc fix: added some timeout safeguards for curl calls (#5743) 2017-02-03 08:12:42 -06:00
Svennd
5733fb27fa fix: Fixed system temperature from ipmi descr including a space at the end
based on @laf's help, this issue was resolved.
2017-02-03 12:49:22 +00:00
Neil Lathwood
d4e8c54516 refactor: Tidy up sensor discovery (#5550)
* refactor: Tidy up sensor discovery

* more files

* removed uneeded files

* updated array check

* updates for linux/supermicro

* small changes

* Update linux.inc.php

* Add supermicro temps back to linux.inc.php

* No need for is_file on rfc1628.inc.php, it exists

* Revert rfc1628 change

* Fix whitespace...

* rebased

* fixed $valid data not being passed to new sensors() function
2017-02-03 06:39:38 -06:00
Matt Peterson
008af4cea0 newdevice: Improve support for TiMOS (Alcatel-Lucent) switches #5533
* Improve TiMOS to include 7210 models

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

* correct case of NOS name, don't bother polling for wifi or toner on an ethernet switch

* Remove sysDescr_regex per comment on #5533

* Present correct interface description, based on following:

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifDescr | head -12
IF-MIB::ifDescr.1 = STRING: system, Loopback IP interface
IF-MIB::ifDescr.2 = STRING: info, IP interface
IF-MIB::ifDescr.3 = STRING: port, IP interface
IF-MIB::ifDescr.4 = STRING: to-Richard-1/1/26, IP interface
IF-MIB::ifDescr.35684352 = STRING: 1/1/1, 10/100/Gig Ethernet SFP, \"to CC 1\"
IF-MIB::ifDescr.35717120 = STRING: 1/1/2, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35749888 = STRING: 1/1/3, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35782656 = STRING: 1/1/4, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35815424 = STRING: 1/1/5, 10/100/Gig Ethernet SFP
IF-MIB::ifDescr.35848192 = STRING: 1/1/6, 10/100/Gig Ethernet SFP, \"to 105.403.P24 | to roof PTP to City\"
IF-MIB::ifDescr.35880960 = STRING: 1/1/7, 10/100/Gig Ethernet SFP, \"CLEINT 135790-XYZ | DIA | to 105.403.P04\"
IF-MIB::ifDescr.35913728 = STRING: 1/1/8, 10/100/Gig Ethernet SFP, \"CLEINT 135790-ABCFOO | DIA | to 105.403.P03\"

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifAlias | head -12
IF-MIB::ifAlias.1 = STRING: Loopback IP interface
IF-MIB::ifAlias.2 = STRING: IP interface
IF-MIB::ifAlias.3 = STRING: IP interface
IF-MIB::ifAlias.4 = STRING: IP interface
IF-MIB::ifAlias.35684352 = STRING: to CC 1
IF-MIB::ifAlias.35717120 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35749888 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35782656 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35815424 = STRING: 10/100/Gig Ethernet SFP
IF-MIB::ifAlias.35848192 = STRING: to 105.403.P24 | to roof PTP to City
IF-MIB::ifAlias.35880960 = STRING: CLEINT 135790-XYZ | DIA | to 105.403.P04
IF-MIB::ifAlias.35913728 = STRING: CLEINT 135790-ABCFOO | DIA | to 105.403.P03

$ snmpwalk -v2c -c XXX 172.16.100.173 IF-MIB::ifName | head -12
IF-MIB::ifName.1 = STRING: system
IF-MIB::ifName.2 = STRING: info
IF-MIB::ifName.3 = STRING: port
IF-MIB::ifName.4 = STRING: to-Richard-1/1/26
IF-MIB::ifName.35684352 = STRING: 1/1/1
IF-MIB::ifName.35717120 = STRING: 1/1/2
IF-MIB::ifName.35749888 = STRING: 1/1/3
IF-MIB::ifName.35782656 = STRING: 1/1/4
IF-MIB::ifName.35815424 = STRING: 1/1/5
IF-MIB::ifName.35848192 = STRING: 1/1/6
IF-MIB::ifName.35880960 = STRING: 1/1/7
IF-MIB::ifName.35913728 = STRING: 1/1/8

* OS unit testing as requested

* fixed test unit
2017-02-03 10:01:29 +00:00
twilley
591a40d87c newdevice: Add initial support for Opengear (#5744)
* Add initial support for Opengear

* moved some mib files around
2017-02-03 09:29:48 +00:00
Richard Mayhew
76c91f8486 fixed sanitizing of google map information (#5738) 2017-02-03 09:26:04 +00:00
Tony Murray
cb3700b69d newdevice: Improve Fortinet Fortiswitch detection (#5747) 2017-02-03 09:24:36 +00:00
Tony Murray
177112784b newdevice: Improve Brocade Fabric OS detection (#5746) 2017-02-03 09:24:06 +00:00
Søren Rosiak
9b32fb2b91 feature: Added Cisco Spark Transport #3182
* feature: Added Cisco Spark Transport

* updated sql to be compliant
2017-02-02 23:10:39 +00:00
FTBZ
ab6f78d1fe newdevice: Exterity AvediaPlayer support (#5732)
* Exterity AvediaPlayer support

* small updates + changed to sysObjectId for disco
2017-02-02 23:04:41 +00:00
Søren Rosiak
520b3146df newdevice: Add support for ZyXEL XS (#5737) 2017-02-02 21:44:03 +00:00
Tony Murray
9f8f8b6c26 newdevice: Added support for HPE ILO 4 (#5726)
Actually has some proper snmp support.
*Older HP ILO can not be added under this OS.
2017-02-02 07:58:20 +00:00
twilley
f22f3211d5 newdevice: Add initial support for Meinberg LANTIME OS v6 (#5719)
* Add initial support for Meinberg LANTIME OS v6

* updated mibs and definition
2017-02-01 23:33:17 +00:00
Neil Lathwood
ba2f88ee72 Possible fix for #5318, if delete_device called in webui then continue to run (#5703)
* Possible fix for #5318, if delete_device called in webui then continue to run

* derp
2017-02-01 20:17:35 +00:00
David Bell
f76fc5a897 new device: Added detection for new dasan device, and fixed the poll for serial n… (#5713)
* Added detection for new dasan device, and fixed the poll for serial number

* Actually add new files to commit...
2017-02-01 20:07:03 +00:00
Neil Lathwood
5cdaee16f6 fix: Stripslashes from memcached polling application data #5265 (#5704) 2017-02-01 00:41:42 -06:00
ToeiRei
6bc7b1991e feature: Added Rocket.Chat transport #5427
* Implement Rocket.Chat transport

* copyright stuff as I didn't have anything to hack anything on transport.rocket.php

* Update config-item.inc.php

Use space instead of tabs

* Update config-item.inc.php

kill a blank line

* Update AUTHORS.md

I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-01-31 23:05:35 +00:00
David Bell
7b45a23d57 Correct Kemp memory (#5686) 2017-01-31 11:59:46 +00:00
rockyluke
e90875bee1 feature: Added generic hardware rewrite function 2017-01-31 08:09:56 +00:00
Neil Lathwood
4390347508 fix: Ignore toners with values -2 which is unknown #5637 (#5654) 2017-01-31 08:07:50 +00:00
Neil Lathwood
981e974a70 fix: Check lat/lng are numeric rather than !empty #5585 (#5657) 2017-01-31 08:07:27 +00:00
Tony Murray
b06153d7e9 feature: collect sysDescr and sysObjectID for stats to improve os detection (#5510) 2017-01-30 17:45:22 +00:00
FTBZ
713176f6db Adding a better way to fetch data (#5674) 2017-01-30 17:43:08 +00:00
David Bell
7fa6bb5c57 Add support for Kemp CPU (#5673) 2017-01-30 15:49:11 +00:00
rockyluke
b0fa0a10e6 feature: Update Debian's guestId for VMware (#5669) 2017-01-30 14:41:14 +00:00
FTBZ
01ab0dc326 newdevice: Add serial, model and version support for HPE MSL (#5667) 2017-01-30 14:11:35 +00:00
David Bell
cfd9a35f2c newdevice: Added support for Kemp Loadbalancers (#5668) 2017-01-30 14:10:22 +00:00
Neil Lathwood
f2e6cfbe87 newdevice: Added further support for Canon printers #5637 (#5650) 2017-01-28 23:41:00 +00:00
Tony Murray
f6fc5fdf71 webui: new generic os SVG icon (#5645) 2017-01-28 10:13:55 +00:00
FTBZ
6fcf28266a Correcting some HP to HPE logo (#5557)
* Correcting some HP to HPE logo

* Keeping only the logo without text

* Add full hpe logo
Use the logo for HP comware

* Change procurve to use hpe logo too

* Remove padding
2017-01-27 21:34:02 -06:00
Neil Lathwood
f645ce882b newdevice: Updated generex ups support #5634 (#5640) 2017-01-28 00:15:42 +00:00
Neil Lathwood
86445befde quick tidy up of dnslookup function #5633 (#5639) 2017-01-28 00:02:39 +00:00
Neil Lathwood
4f912e2aca newdevice: Added detection for Exinda #5297 (#5605) 2017-01-27 23:31:31 +00:00
Neil Lathwood
0b3451bd27 refactor: Updated some default disco/poller modules to be disabled/enabled (#5564) 2017-01-27 23:31:03 +00:00
Neil Lathwood
914936493f newdevice: Added additional sensor support for PowerWalker devices #5080 (#5552) 2017-01-27 23:30:10 +00:00
David Bell
5dd030f438 refactor: Added config option for database port (#5517) 2017-01-27 23:16:04 +00:00
Aldemir Akpinar
46003a39b6 newdevice: Added support for Brocade 200E (#5617) 2017-01-27 18:08:27 +00:00
Tony Murray
afe887d85e webui: New LibreNMS logo assets (#5629) 2017-01-27 18:02:49 +00:00
towster
3fb65da339 fix: Fix for issue #5525
* Update discovery-protocols.inc.php

Allow invalid hostnames if discovery by IP is true

* Update AUTHORS.md

signing

* Update AUTHORS.md

signing

* CDP discovery by IP modification

CDP would not discover devices that had invalid DNS value for cdpCacheDeviceId - modified to accept 
Also exclude adding devices whose hostname matches the IP

* Update AUTHORS.md

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

I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-01-26 22:52:13 +00:00
Neil Lathwood
483c40eddd api: Added parent_id to VMs that have a host #3523 (#5621) 2017-01-26 22:38:43 +00:00