Commit Graph

11108 Commits

Author SHA1 Message Date
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
Daniel Preussker
b2e193e244 Merge pull request #3762 from Zappatron/fix95th
Fix 95th in graphs
2016-07-02 06:14:59 +00:00
Daniel Preussker
796cc9b18f Merge pull request #3765 from cFire/master
Update common.inc.php to allow custom font color
2016-07-02 06:13:43 +00:00
Neil Lathwood
fa96d60908 Merge pull request #3763 from murrant/fix_git_modified
Validate.php fixes
2016-07-02 00:13:42 +01:00
cFire
902da3a219 Update common.inc.php to allow custom font color
Allowing customization of the font color is useful for me as I pull graphs into a dashboard which happens to have a black background. Perhaps this feature can be useful to others.
2016-07-02 00:14:18 +02:00
Tony Murray
080c59c387 Correct check for command results. 2016-07-01 16:16:23 -05:00
Neil Lathwood
9ff9e5ae72 Merge pull request #3764 from murrant/murrant-poller-spelling
Spelling correction in poller-wrapper.py
2016-07-01 21:57:15 +01:00
Tony Murray
2dbec67088 Run git as the configured user when ./validate.php is run as root
Move the modified files check out of the get_version function
2016-07-01 12:49:44 -05:00
Tony Murray
bc7e5ffb46 Merge pull request #3752 from laf/ifSpeed
Added ability to override the ifSpeed values of a port
2016-07-01 12:06:25 -05:00
laf
7f8e587eaa fix js error 2016-07-01 18:01:24 +01:00
laf
3d77d1b77c fix js error 2016-07-01 18:00:07 +01:00
laf
0991fbd67d Updated form update 2016-07-01 17:55:55 +01:00
=
3593bb7ef1 I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. 2016-07-01 16:07:46 +01:00
=
0e359753b2 Add myself to AUTHORS.md 2016-07-01 15:54:49 +01:00
=
c6fa5dbe84 Fixed display of 95th % for generic graphs in bytes 2016-07-01 15:22:02 +01:00
Neil Lathwood
6956ed7870 Merge pull request #3761 from gcoeugnet/master
Remove extra dbInsert from dashborads creation
2016-07-01 10:30:41 +01:00
laf
2bffc5c1b7 updates as per comments from murrant 2016-07-01 10:27:15 +01:00
Guillaume COEUGNET
8264f3dfb5 Remove extra dbInsert from dashborads creation 2016-07-01 11:13:10 +02:00
Neil Lathwood
e980c8467a Merge pull request #3722 from brandune/rollup_graphs_redux
deduping type_where code, adding manual types to graph widgets, updating default descriptions
2016-07-01 09:30:56 +01:00
Tony Murray
516af08126 Merge pull request #3608 from laf/issue-3590
Added base support + sensors for IBM AMM
2016-06-30 21:25:28 -05:00
Brandon Boudrias
cccb07d2a7 matching default port description types with their names 2016-06-30 17:05:55 -07:00
Brandon Boudrias
1aab030f37 giving graph widgets option to manually specify port type 2016-06-30 17:05:55 -07:00
Brandon Boudrias
4ad75fb89d create common method for generating type_wheres 2016-06-30 17:05:55 -07:00
Brandon Boudrias
4202b7920f adding name to authors and signing contributors agreement
I agree to the conditions of the Contributor Agreement
    contained in doc/General/Contributing.md.
2016-06-30 17:05:55 -07:00
laf
50fa575649 Added $os check + copyright 2016-06-30 21:42:45 +01:00
Neil Lathwood
c6842281c0 Merge pull request #3745 from murrant/sensor_cleanup
Clean up sensors and related tables and add constraints
2016-06-30 21:38:28 +01:00
Tony Murray
f07c286c4f Rename sql to 121 2016-06-30 15:29:58 -05:00
Neil Lathwood
bd7b4fe92a Merge pull request #3754 from pblasquez/patch-6
Support rates >17.1gb/s
2016-06-30 21:14:28 +01:00
Neil Lathwood
69e0bcfb1c Merge pull request #3757 from Rosiak/issue-3756
Add sysName to ajax_search
2016-06-30 20:38:26 +01:00
Rosiak
086ded6ceb Add sysName to ajax_search
#3756
2016-06-30 21:36:43 +02:00
pblasquez
61544e5791 Changed to one line 2016-06-30 11:59:46 -07:00
Neil Lathwood
779efb0d52 Merge pull request #3753 from pblasquez/patch-5
add port_id to sql statement
2016-06-30 19:54:16 +01:00
pblasquez
2759bf0725 Support rates >17.1gb/s 2016-06-30 10:29:22 -07:00
pblasquez
48d8b3f09c add port_id to sql statement 2016-06-30 10:09:16 -07:00
laf
2664dbb5e0 Merge branch 'master' of https://github.com/librenms/librenms into ifSpeed 2016-06-30 09:49:35 +01:00
laf
6690e31f9d Added ability to manually set ifSpeed 2016-06-30 09:49:30 +01:00
Neil Lathwood
1f903af464 Merge pull request #3743 from spinza/mtikmib
Update Mikrotik MIB to revision "201604010000Z"
2016-06-30 08:46:03 +01:00
Neil Lathwood
a7cf105b68 Merge pull request #3730 from cschoonover91/issue-3729
Added additional DNOS polling for hardware/firmware version
2016-06-30 08:45:20 +01:00
laf
2fb253e40a Updated blower states as per murrants find 2016-06-30 08:15:55 +01:00
Tony Murray
77186bac78 Merge pull request #3739 from paulgear/register-mib-debug
Use debug echo on register_mib to prevent interfering with API
2016-06-29 09:49:14 -05:00
Tony Murray
efadac68d4 Clean up sensors and related tables and add constraints
Remove sensors for non existent devices and delete unused sensors_to_state_indexes, state_indexes, and state_translations
Change sensors.device_id to unsigned to match devices.device_id
Add foreign keys to sensors and sensors_to_state_indexes for cascading deletes
2016-06-28 21:09:25 -05:00
SpinZA
f017ef3876 Updated Mikrotik MIB revision "201604010000Z" downloaded from http://download2.mikrotik.com/Mikrotik.mib and this link was found on this page: http://wiki.mikrotik.com/wiki/Manual:SNMP 2016-06-29 02:15:32 +02:00
Tony Murray
2faa2669ed Merge pull request #3742 from laf/issue-3514
Fixed bad SQL query for bgp-peer disco
2016-06-28 19:07:50 -05:00
laf
431b0f085f Fixed bad SQL query for bgp-peer disco 2016-06-29 00:32:33 +01:00
Neil Lathwood
025929c961 Merge pull request #3737 from murrant/huawei
Support Huawei SmartAX products.
2016-06-29 00:26:26 +01:00
Paul Gear
4fa4dc2723 Use debug echo on register_mib to prevent interfering with API 2016-06-29 07:57:54 +10:00
Tony Murray
5f5db66eaa Support Huawei SmartAX products.
Use ifName for display.
ifIndex values exceed 32bit, change ifIndex columnt to bigint
2016-06-28 14:20:04 -05:00
Tony Murray
480135349c Merge pull request #3736 from Optic00/master
Added latest Sophos UTM sysDesc
2016-06-28 12:14:39 -05:00
Optic00
92806bfaf4 agree
I agree to the conditions of the Contributor Agreement contained in
doc/General/Contributing.md.
2016-06-28 18:51:49 +02:00