13093 Commits

Author SHA1 Message Date
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
Ryan Eno
a29fcea6c7 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. (#5742) 2017-02-02 23:39:31 +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
Robert Verspuy
27417f72ad fix: incorrect hostname in the mouse-over of the services in the availability-map #5734 2017-02-02 16:57:42 +00:00
Xavier Beaudouin
cb5dd299af feature: Rancid config file generator (#5689) 2017-02-02 15:44:15 +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
Neil Lathwood
6b0ed757f3 webui: Added function to shorten strings, used for storage overview display #5317 (#5678) 2017-02-01 20:15:50 +00:00
Neil Lathwood
268d291c26 webui: Only show sysName once if force_ip_to_sysname is enabled #5600 (#5656)
* webui: Only show sysName once if force_ip_to_sysname is enabled #5600

* now also display IP (again) if sysName is used
2017-02-01 20:15:28 +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
rockyluke
b5a8cb0f5b webui: Minors changes on Edit User page (#5717)
* Order user alphabetically (MySQL)

* Add (admin) or (demo) after login on Edit User page

* Fix missing $user_level

* Complete the switch/case on user level

* Remove redundant case

* Remove blank line
2017-02-01 20:05:50 +00:00
David Bell
0240a95e62 Update Distributed-Poller.md (#5714) 2017-02-01 09:13:34 -06:00
Neil Lathwood
5326cb3bd5 added docs for rocket.chat (#5702) 2017-02-01 08:25:23 +00:00
Tony Murray
307e5ae500 fix: mono theme panel headers black (#5705)
Fixes issue where the librenms_logo_mono.svg is now loaded by making the background black to match the logo.
Update twofactor.lib.php.
Remove unused if statement
2017-02-01 08:03:07 +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
a33ae25d0b fix: ifAlias script now works with snmpbulkwalk #5547 2017-01-31 22:19:16 +00:00
Neil Lathwood
d5106514d2 fix: Make about page toggle look better for zoomed in browsers #5219 (#5680) 2017-01-31 21:00:51 +00:00
Bennett Blodinger
eb82beef15 Full width about icons (#5691) 2017-01-31 15:48:46 +00:00
David Bell
7b45a23d57 Correct Kemp memory (#5686) 2017-01-31 11:59:46 +00:00
rockyluke
0a20b102f9 Add another hardware setup (#5687) 2017-01-31 11:59:35 +00:00
rockyluke
e670a639e7 webui: Add $config['title_image'] in doc and use it also for login screen (#5683) 2017-01-31 08:16:01 +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
jackson-tim
94bdff3b86 docs: Update Oxidized integration to show example of SELinux setup 2017-01-30 17:59:35 +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
githubuserx
f828a927d2 docs: Update Graylog docs to clarify ssl and hostname use 2017-01-29 16:58:15 +00:00
Neil Lathwood
216af82b14 Added changelog for 1.24 release (#5663) 2017-01-29 13:42:20 +00:00
Neil Lathwood
f611c7ece1 webui: Update create bill link to list bill or list bills depending on if port exists in bills #5616 (#5653) 2017-01-29 13:27:08 +00:00
Richard Mayhew
5be1ea9132 webui: Final Font Awesome conversion (#5652) 2017-01-28 23:44:36 +00:00
Neil Lathwood
f2e6cfbe87 newdevice: Added further support for Canon printers #5637 (#5650) 2017-01-28 23:41:00 +00:00
Neil Lathwood
5ae4f73ea8 webui: Added ?ver=X to LibreNMS style sheets so we can force refreshes in future (#5651) 2017-01-28 21:59:42 +00:00
Tony Murray
f6fc5fdf71 webui: new generic os SVG icon (#5645) 2017-01-28 10:13:55 +00:00
Tony Murray
1967a7dda6 Some updated logos (#5646) 2017-01-28 10:13:20 +00:00
Tony Murray
5d1d4cd2ed fix: logo scalling to support squarish logos (#5647)
Also improve text alignment
2017-01-28 10:13:04 +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
7b2a818a8f webui: Remove padding at the bottom of widgets to make more room #3687 (#5644) 2017-01-28 01:11:31 +00:00