Commit Graph
4033 Commits
Author SHA1 Message Date
Chris A. Evans f60bccccc6 created lantronix-os branch 2016-07-07 13:32:32 -05:00
Neil Lathwood 0f5cfb5af1 Merge pull request #3782 from murrant/git-date
Add date to git version info
2016-07-07 19:09:15 +01: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
Søren Rosiak b38cb6b76f Merge pull request #3741 from laf/junos-optics 2016-07-06 23:07:49 +02:00
Tony Murray 846c5ab0c9 Add date to git version info
valdiate: local tz, rfc2822
poller: iso 8601
about: iso 8601 -> browser local
Also, do not fetch github info on about page, it isn't used.
2016-07-06 13:17:13 -05:00
Chris A. Evans 7850f9e68b updated definitions.inc.php to include telco systems binos and binox os: 2016-07-05 09:13:21 -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
Neil Lathwood b8635a0c5a Merge pull request #3649 from vitalisator/vitalisator-patch-1
making CN with a , inside working
2016-07-05 09:07:39 +01: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: <[email protected]>

 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
Daniel Preussker b2e193e244 Merge pull request #3762 from Zappatron/fix95th
Fix 95th in graphs
2016-07-02 06:14:59 +00: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 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
= c6fa5dbe84 Fixed display of 95th % for generic graphs in bytes 2016-07-01 15:22:02 +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
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
Rosiak 086ded6ceb Add sysName to ajax_search
#3756
2016-06-30 21:36:43 +02: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
laf e20281aefd Added support for Juniper optic sensors 2016-06-29 00:14:21 +01:00
Tijmen de Mes fa94c8953c Fixed invalid query to get devices in networkmap when XDP is used. 2016-06-28 11:44:35 +02:00
laf 0eb35c0c88 Initial setup for customising ifSpeed on devices 2016-06-24 14:10:09 +01:00
pblasquez a3d2e1b439 Optimize map SQL
Changing LEFT joins to INNER joins brought a 70k result down from 4.1s to 1.7 in my testing.  The only benefit to LEFT joins is to retrieve rows with no match, but we filter those rows out in the WHERE clause.

Was able to map interconnections between 254 devices in 47s with both 'mac' and 'xdp' options turned on.
2016-06-23 22:45:41 -07:00
Tony Murray 53fa8d52a7 Merge pull request #3701 from geordish/correct-packets
Remove superfluous \ from port packets graph
2016-06-23 10:27:10 -05:00
Tony Murray d01804dc8a Merge pull request #3704 from laf/issue-3699
Fixed all maintenance windows appearing as having lapsed
2016-06-23 10:25:48 -05:00
Tony Murray 47afbd5701 Merge pull request #3697 from laf/issue-1911
Added ability to search graylog using the resolved IP we now store
2016-06-22 14:03:30 -05:00
laf 067f0f8d67 Updated if check for device ip 2016-06-22 19:39:47 +01:00
laf 423c24cf86 Fixed all maintenance windows appearing as having lapsed 2016-06-22 19:29:22 +01:00
Dave Bell 31ae6fb2e1 Made change consistent with rest of code, and fixed an additional problem 2016-06-22 14:51:08 +01:00
Dave Bell e3335fa57b Remove superfluous \ from port packets graph 2016-06-22 13:06:25 +01:00
Tony Murray 35e38025b0 Merge pull request #3691 from laf/issue-3452-new
Updated old frontpage to use new services format
2016-06-21 23:31:34 -05:00
Tony Murray 90565f739f Merge pull request #3692 from laf/issue-3105
Order alerts by state so that we can indicate rules which have triggered
2016-06-21 22:37:29 -05:00
laf 744e3d5d6f Added ability to search graylog using the resolved IP we now store 2016-06-21 20:45:03 +01:00
laf 06998420cf Updated unpolled notification to only show unpolled devices 2016-06-21 20:12:32 +01:00
laf 04778eadaa Order alerts by state so that we can indicate rules which have triggered 2016-06-20 23:23:17 +01:00
laf f2cd332b91 Updated old frontpage to use new services format 2016-06-20 23:00:40 +01:00
Neil Lathwood e07c935292 Merge pull request #3686 from gcoeugnet/master
Change severity color management
2016-06-20 14:21:43 +01:00
Guillaume COEUGNET 3b9d4bd0d3 Change severity color management 2016-06-20 14:45:10 +02:00
Søren Rosiak 6f2badb206 Fix logo
User complained about the logo and the top/bottom border.
2016-06-16 20:26:43 +02:00
Daniel Preussker 91e37a6eb7 Merge pull request #3667 from laf/issue-3526
Un-acknowledging an alert will allow it to continue sending alerts
2016-06-16 05:30:22 +00:00
Neil Lathwood 3c45a96e3b Merge pull request #3661 from laf/issue-3657
Fixed ajax_* calls for use with base_url
2016-06-16 00:51:51 +01:00
laf 16155e2264 Un-acknowledging an alert will allow it to continue sending alerts 2016-06-16 00:50:22 +01:00