[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-09 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/incubator-metron/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-09 Thread nickwallen
Github user nickwallen commented on the pull request: https://github.com/apache/incubator-metron/pull/103#issuecomment-217981572 Based on feedback, I need to do the following: - Rename the sensors to include -sensor in their name; example `snort` => `yaf-sensor` - Rename `-topo

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-09 Thread merrimanr
Github user merrimanr commented on the pull request: https://github.com/apache/incubator-metron/pull/103#issuecomment-217902300 I like it. +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-06 Thread nickwallen
Github user nickwallen commented on the pull request: https://github.com/apache/incubator-metron/pull/103#issuecomment-217525876 Just to document for future generations, this is what the PR looks like once deployed. https://cloud.githubusercontent.com/assets/2475409/15082991/c

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-05 Thread nickwallen
Github user nickwallen commented on the pull request: https://github.com/apache/incubator-metron/pull/103#issuecomment-217176604 And just to be clear, this is just a stop-gap measure until this kind of functionality gets integrated into a proper Metron UI. --- If your project is set

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62081554 --- Diff: metron-deployment/roles/monit-sensors/defaults/main.yml --- @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62076306 --- Diff: metron-deployment/roles/monit-sensors/defaults/main.yml --- @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread dlyle65535
Github user dlyle65535 commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62065980 --- Diff: metron-deployment/roles/monit-sensors/defaults/main.yml --- @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread dlyle65535
Github user dlyle65535 commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62065723 --- Diff: metron-deployment/amazon-ec2/tasks/check-hosts.yml --- @@ -16,5 +16,5 @@ # --- - name: Wait for connectivity to host(s)

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62039861 --- Diff: metron-deployment/roles/monit-sensors/defaults/main.yml --- @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread nickwallen
Github user nickwallen commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62039681 --- Diff: metron-deployment/amazon-ec2/tasks/check-hosts.yml --- @@ -16,5 +16,5 @@ # --- - name: Wait for connectivity to host(s)

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread dlyle65535
Github user dlyle65535 commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62017742 --- Diff: metron-deployment/roles/monit-sensors/defaults/main.yml --- @@ -0,0 +1,17 @@ +# +# Licensed to the Apache Software Foundation (

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-04 Thread dlyle65535
Github user dlyle65535 commented on a diff in the pull request: https://github.com/apache/incubator-metron/pull/103#discussion_r62017590 --- Diff: metron-deployment/amazon-ec2/tasks/check-hosts.yml --- @@ -16,5 +16,5 @@ # --- - name: Wait for connectivity to host(s)

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-03 Thread nickwallen
Github user nickwallen closed the pull request at: https://github.com/apache/incubator-metron/pull/103 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-03 Thread nickwallen
GitHub user nickwallen reopened a pull request: https://github.com/apache/incubator-metron/pull/103 METRON-132 Manage all sensors and topologies with Monit Adds Monit as a process watchdog to manage all sensors and topologies. - Monit web interface exposed at http:

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-03 Thread nickwallen
Github user nickwallen commented on the pull request: https://github.com/apache/incubator-metron/pull/103#issuecomment-216671448 Closing and reopening since it seems we hit a transient test failure. Need to trigger Travis again. --- If your project is set up for it, you can reply to

[GitHub] incubator-metron pull request: METRON-132 Manage all sensors and t...

2016-05-03 Thread nickwallen
GitHub user nickwallen opened a pull request: https://github.com/apache/incubator-metron/pull/103 METRON-132 Manage all sensors and topologies with Monit Adds Monit as a process watchdog to manage all sensors and topologies. - Monit web interface exposed at http://