Re: [opennms-devel] How do I update OpenNMS requisitions from an OGGi feature?

2017-10-15 Thread Jesse White
Craig; On 10/14/2017 02:48 PM, Craig Gallen (opennms) wrote: > Is there an easy way to do this. Am I missing a trick to access the > spring web context from within the Karaf OSGi container? It doesn't look like any implementation for that interface is expose in the OSGi registry, so I would upda

Re: [opennms-devel] OpenNMS minion development - SecureCredentialVault

2017-06-27 Thread Jesse White
On 06/27/2017 09:49 AM, Craig Gallen (opennms) wrote: > Readng the minion developers guide, in 2.4.1. Security, it says, 'Don’t > store any credentials on disk, use the SecureCredentialVault instead'. > (https://docs.opennms.org/opennms/releases/latest/guide-development/guide-development.html#_sec

[opennms-devel] checkstyle & copyright headers

2017-03-07 Thread Jesse White
All; This is just a heads up that we've added Checkstyle in both the 'foundation-2017' and 'develop' branches. >From now on compilation will fail if the copyright headers are missing, or do >not match the expected template. For reference, the template regex is defined here: https://github.com

[opennms-devel] revisiting requisition url handlers

2017-02-03 Thread Jesse White
All; I'm looking into ways we can make the requisition imports a little more flexible, with the goal of getting the handlers to run on Minion. Currently, custom handlers like 'dns' and 'vmware' are registered via the global GenericURLFactory: https://github.com/OpenNMS/opennms/blob/e782249d46c

Re: [opennms-devel] Set review required for Pull Requests

2017-01-31 Thread Jesse White
Don't we already need "write" permissions to be able to merge a PR? If so, what's to gain by this extra step? -Jesse On 01/30/2017 08:53 AM, Ronny Trommer wrote: Hi Guys, I would like vote for setting up Review required [1] for protected branches like foundation / foundation-2016 / master /

Re: [opennms-devel] Multiple issues in Pull Requests

2017-01-31 Thread Jesse White
This sounds like good practice to me. I don't see any problems with addressing multiple issues in a single pull request as long as the commits are related and properly identified. -Jesse On 01/27/2017 04:18 AM, Ronny Trommer wrote: Hi Everyone, I’ve seen we have some Pull Requests (PR) whi

Re: [opennms-devel] Set review required for Pull Requests

2017-01-31 Thread Jesse White
Oups, this was meant for the other thread... On 01/31/2017 09:54 AM, Jesse White wrote: > This sounds like good practice to me. > > I don't see any problems with addressing multiple issues in a single pull > request as long as the commits are related and > properly identifie

Re: [opennms-devel] Set review required for Pull Requests

2017-01-31 Thread Jesse White
This sounds like good practice to me. I don't see any problems with addressing multiple issues in a single pull request as long as the commits are related and properly identified. -Jesse On 01/30/2017 08:53 AM, Ronny Trommer wrote: Hi Guys, I would like vote for setting up Review required [

Re: [opennms-devel] The top nav bar disappears when embed openNMS in an IFrame

2016-10-28 Thread Jesse White
ally tried to enable anonymous access for all, Add Anonymous_role in > applicationContext_spring_security.xml > wherever USER_ROLE appears. The top navigation is missing even access from > web browser. (not within an iframe). > > > On Thu, Oct 27, 2016 at 9:35 AM, Jesse White <

Re: [opennms-devel] The top nav bar disappears when embed openNMS in an IFrame

2016-10-27 Thread Jesse White
Hi Rockdale, We actually ran into this recently too. Try making these changes: https://github.com/OpenNMS/opennms/pull/1088/commits/6b5ef6294690b0c5da56e15ebefaef1a9d31c7c2 Best, Jesse On 10/27/2016 09:22 AM, Rockdale Green wrote: > Hi, all: > > This is the first time I work with OpenNMS.

[opennms-devel] New OpenNMS Datasource for Grafana 3.0.0

2016-04-15 Thread Jesse White
All; I just wanted to let you know that we've updated our datasource plugin to be compatible with Grafana v3.0.0. As part of the update we've also added the datasource to the official plugin repository, which should make it easier install and upgrade moving forward: https://grafana.net/plugi

Re: [opennms-devel] [opennms-discuss] Introducing Grafana support

2015-06-10 Thread Jesse White
On 06/09/2015 07:08 PM, Wolek, Mark wrote: > Is it feasible to take this a step further, or rather work it from another > direction, and remove jrobin from the equation completely. It's relatively simple to have the metrics pushed to another time series database (i.e. InfluxDB) instead of pers

[opennms-devel] Introducing Grafana support

2015-06-01 Thread Jesse White
All; It is my pleasure to announce that we now have a Grafana integration available for OpenNMS 16.0.0 and up. You can find more details and instructions on how to get started in the wiki at: http://www.opennms.org/wiki/Grafana Best, Jesse --

Re: [opennms-devel] OpenNMS 1.14+ on FreeBSD 8, 9, 10, 11

2015-04-03 Thread Jesse White
On 04/01/2015 01:00 PM, Paul Pathiakis wrote: > Just curious as to what it looks like the problem may be. I've been playing around with OpenNMS 15.0.2 on FreeBSD 10.1 and the latest port of OpenJDK 8 (1.8.0_40). The SIGSEGV is easy to reproduce and the problematic frame always points to network

Re: [opennms-devel] Attempting to fix NMS-3615 and I'm new to GWT

2015-01-10 Thread Jesse White
On 01/09/2015 05:13 PM, David Schlenk wrote: > I thought I'd give fixing NMS-3615 a go since it's handy to have and > has been broken for a while now. I actually fixed this one last week while doing other UI related work. The fix is available in develop, see: https://github.com/OpenNMS/opennms/c

Re: [opennms-devel] Assembly OpenNMS master

2013-08-29 Thread Jesse White
I ran into the same issue a few weeks ago. I had to install the makensis binary and make sure it it was available on my $PATH. On Fedora, running 'yum install mingw32-nsis' did the trick. -Jesse On Thu, Aug 29, 2013 at 8:08 PM, Ronny Trommer wrote: > Hey guys, > > I have some problems assemblin

[opennms-devel] Access Point Monitor

2012-10-02 Thread Jesse White
tracked as a service using the Passive-Status Keeper. Can someone provide me with commit access so that I can maintain a feature branch until this is ready to merge? Or should I create a patch and open up an enhancement request? Thanks, Jesse White – Solutions Architect (514) 385-4448 ext 131

[opennms-devel] Development Environment

2009-11-20 Thread Jesse White
Hey guys, I've been having problems setting up a working development environment for OpenNMS. More specifically I am trying to add and debug reporting functionality for the webapp. I've tried setting up the project and workspace using various versions of Eclipse and plug-ins without a