Commit Graph
13474 Commits
Author SHA1 Message Date
Tony Murray 4cdc406a4f Merge pull request #6343 from EnzoZafra/master
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-04-04 12:22:34 -05:00
Tony Murray dd91484716 fix: Select the correct dashboard when there are no defaults. (#6339) 2017-04-04 17:55:18 +01:00
Lorenzo Zafra 99fbe7774d Merge branch 'master' of https://github.com/librenms/librenms 2017-04-04 10:34:40 -06:00
Neil Lathwood 1bbbaff58b refactor: Moved ifLabel -> cleanPort and updated the usage (#6288)
* refactor: Moved ifLabel -> cleanPort and updated the usage

* added list of tags allowed

* few updates as per comments from @murrant

* Added simple unit tests

* double display for javascript popover

* Remove ifNameDescr() function
Fix realtime port page

* remove accidental temp code

* Remove double display calls in ajax tables
2017-04-04 08:08:23 +01:00
Neil Lathwood b1c2ea2194 newdevice: Added HPE iPDU detection (#6334) 2017-04-03 20:02:43 -05:00
Lorenzo Zafra 2b89f9edb5 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2017-04-03 14:01:14 -06:00
Neil Lathwood a0abcbb649 fix: Fix broken mysql application polling (#6317) 2017-04-01 22:22:04 +01:00
Tony Murray 4b9f3f37d7 fix: move user preferences dashboard and twofactor out of users table (#6286)
* fix: move user preferences dashboard and twofactor out of users table
This allows them to work with any authentication method
Add set_user_pref() and get_user_pref() helper functions

* fix edit users for other users

* Fix updated_at default timestamp

* Update and rename 183.sql to 184.sql

* removed commented out debug
2017-04-01 22:18:00 +01:00
Neil Lathwood 98e8e7e407 fix: Compare existing device ip to host lookup like for like (#6316) 2017-04-01 22:17:32 +01:00
Neil Lathwood ae73109159 fix: Fixed CPU/Mem polling for Cyberoam-UTM devices (#6315) 2017-04-01 22:17:08 +01:00
FTBZ 8f0f1ba8b9 newdevice: Add support for AvediaStream Encoder (#6306)
* newdevice: Add support for AvediaStream Encoder

* Add missing tests

* Tests ok, submit away :)
2017-03-31 12:21:41 +01:00
Neil Lathwood a6391ed3e8 fix: Update applications poller to use numeric oid instead of nsExtendOutputFull (#6277)
* fix: Update applications poller to use numeric oid instead of nsExtendOutputFull

* Accidental m
2017-03-30 22:01:40 -05:00
Neil Lathwood 90be6d1f68 feature: Added cisco-vpdn to poller modules (#6300) 2017-03-30 22:13:36 +01:00
sorano 681b8ba9aa docs: Update install docs to remove deprecated GRANT usage 2017-03-30 22:12:51 +01:00
Tony Murray 890350e457 feature: support powerdns-recursor SNMP extend (#6290)
Update direct API access to support version 4
Documentation cleanups
2017-03-30 22:11:50 +01:00
Neil Lathwood 63533666c9 Revert "Add missing datasources for postfix app" (#6310)
* Revert "use components for fail2ban jails list (#6221)"

This reverts commit acd11955d2.

* Revert "fix: Add missing datasources for postfix app (#6173)"

This reverts commit 3ac4e3c8d5.
2017-03-30 17:04:39 +01:00
VVelox acd11955d2 use components for fail2ban jails list (#6221)
* add get_fail2ban_jails functions

* now do component stuff for fail2ban for tracking jails

* now use get_fail2ban_jails for getting a list of jails

* readd the accidentally deleted update app bit

* white space cleanup

* Update fail2ban component code

* remove unneeded variable
2017-03-29 22:54:02 -05:00
Florian Beer 3ac4e3c8d5 fix: Add missing datasources for postfix app (#6173)
* Add missing datasources for postfix app

* Re-order data
2017-03-29 22:59:59 +01:00
Neil Lathwood cf509f138b fix: Fixed the dbTest units so they work (#6293)
* fix: Fixed the dbTest units so they work

* fix schema, should now pass
2017-03-29 16:13:30 -05:00
Neil Lathwood 962c47168c fix: Corrected url in telegram alert transport (#6299) 2017-03-29 16:09:01 -05:00
Neil Lathwood 90e2c74209 fix: Fixed F5 ports not using hc counters (#6294) 2017-03-29 16:43:09 +01:00
Aldemir Akpinar 2dd0ab870f Do not show unintended debug messages (#6296)
* Do not show unintended debug messages

* Fix the silly mistake
2017-03-29 14:35:44 +01:00
Tony Murray 1ea7af424b feature: bind user for active_directory auth (#6255)
* feature: bind user for active_directory auth
Optional, allows the use of "remember me", API, and alerting.

* missing global (but still may not be working)

* always return a value from reauthenticate()

* Make sure the ldapbind credentials are correct on reauth.
Do not send output if they are incorrect (use d_echo) this breaks ajax calls, etc.
Add scripts/auth_test.php, to make it easier to debug authentication.

* Refine auth_test.php a bit more
A few small cleanups in other places of the auth

* Add auth_test.php to docs
Some more improvements in the auth_test.php output.

* Update Authentication.md
2017-03-29 08:22:02 -05:00
Tony Murray 5d2aa30153 Update Poller-Service.md (#6291) 2017-03-28 22:14:57 +01:00
Jari Schäfer 564c03ab3e fix sql (#6289) 2017-03-28 15:19:37 -05:00
Jari Schäfer dc01b8b306 fix: add semicolons in build.sql schema file (#6284) 2017-03-28 16:15:17 +01:00
deepseth 0e0dc0743e webui: Update poller_modules_perf to not show OS disabled module graphs (#6276) 2017-03-28 16:13:31 +01:00
Jan-Philipp Litza 323df86d40 fix: Fixed height of widget boxes (#6282)
* Fix height of widget boxes

This pracitcally reverts #5644 and instead applies the correct fix by
calculating the dimensions of the widget box correctly.

* I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-03-28 16:02:10 +01:00
Ryan Medlyn 3712ca91fe Localizes alerts_grid variable to fix errors with multiple alerts tables (#6285) 2017-03-28 16:00:09 +01:00
Neil Lathwood a776ad5c8a refactor: Update ucd-diskio discovery to use index + descr as unique identifies #4670 (#6270) 2017-03-28 01:42:56 -05:00
barryodonovan c4672f8b37 added graph to definition file (#6280) 2017-03-27 12:01:10 +01:00
deepseth 49d99e3258 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. (#6275)
I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md.
2017-03-27 08:32:47 +01:00
Jari Schäfer 183f7dbed8 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. (#6278) 2017-03-27 08:08:54 +01:00
Neil Lathwood 4404fed297 refactor: Changed MGE UPS to APC UPS (mgeups -> apc) (#6260)
* refactor: Changed MGE UPS to APC UPS (mgeups -> apc)

* Updated APC logo

* removed width/height

* Fixup SVG
2017-03-26 13:19:55 -05:00
Neil Lathwood e165565413 removed -p from doc (#6274) 2017-03-26 13:45:27 +01:00
Neil Lathwood 737865c94f updated changelog (#6273) 1.26 2017-03-26 13:06:00 +01:00
Tyler b6c2648f44 Update Installation-CentOS-7-Apache.md (#6271)
The -p option is not needed by the default installation of mariadb-server on CentOS Linux release 7.3.1611 (Core)

Including it without knowing to press enter for no password results in an authentication error:

root@netmon ~# mysql -u root -p
Enter password:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

Alternatively, it could be noted to leave the password field blank when asked.
2017-03-26 13:02:23 +01:00
Neil Lathwood af2930e0d9 fix: Clear out stale alerts (#6268) 2017-03-25 21:02:21 +00:00
Neil Lathwood 04beee6e22 webui: Do not show disabled devices in alerts list as they stale #6213 (#6263) 2017-03-24 17:06:09 -05:00
Neil Lathwood 3da412df2f refactor: Move some DNOS detection to PowerConnect #6150 (#6206) 2017-03-24 20:54:39 +00:00
barryodonovan 8404eef42e newdevice: Added Rx levels on Ubiquiti Airfibre (#6160)
* poll and graph Rx levels

* some final(?) changes
2017-03-24 20:54:11 +00:00
Neil Lathwood a4be2a4892 fix: Set the from / to for graphs in the devices list #6262 (#6264) 2017-03-23 21:09:55 -05:00
InfraTeam 0c237ba9c1 Contributor Agreement (#6261)
I agree to the conditions of the Contributor Agreement contained in
doc/General/Contributing.md.
2017-03-23 21:20:17 +00:00
Neil Lathwood 668c017608 readded - Klaas Tammling <[email protected]> (KlaasT) mistakenly removed (#6259) 2017-03-23 20:35:20 +00: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
Tony Murray 4a705ea7e3 Fix vertical alingment of the main navbar. (#6256) 2017-03-23 16:22:50 +00:00
David Bell a1b62cea73 Update ports.inc.php (#6253) 2017-03-23 14:11:18 +00:00
Klaas Tammling 7146d1780e newdevice: Support for Netscaler SDX appliances (#6249)
* Netscaler SDX support and unit test

* Citrix Netscaler MIBs

* sysDesc String. Replaces real hostname by examplehost

* added mib_dir
2017-03-23 12:10:30 +00:00
Neil Lathwood be9f4839bf sql query bug fix (#6248) 2017-03-23 10:08:48 +00:00
pblasquez c2cdf14223 feature: Added syslog alert transport (#6246)
* Add syslog alert transport and docs

* Remove redundant priority variable

* Log syslog transport events as critical
2017-03-23 08:46:28 +00:00