2.60.7 • Published 6 years ago

on-syslog v2.60.7

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

on-syslog Build Status Code Climate Coverage Status

on-syslog provides a syslog service that routes syslog messages into the RackHD workflow engine

Copyright 2015, EMC, Inc.

installation

rm -rf node_modules
npm install
npm run apidoc

running

Note: requires MongoDB and RabbitMQ to be running to start correctly.

sudo node index.js

CI/testing

To run tests from a developer console:

npm test

To run tests and get coverage for CI:

# verify hint/style
./node_modules/.bin/jshint -c .jshintrc --reporter=checkstyle lib index.js > checkstyle-result.xml || true
./node_modules/.bin/istanbul cover -x "**/spec/**" _mocha -- $(find spec -name '*-spec.js') -R xunit-file --require spec/helper.js
./node_modules/.bin/istanbul report cobertura
# if you want HTML reports locally
./node_modules/.bin/istanbul report html

Building

Unversioned packages are built automatically from travis-ci and uploaded to bintray.com. Using this repository is detailed in the docs.

Build scripts are placed in the extra/ directory.

  • .travis.yml will call the appropriate scripts in extra/ to build an unversioned package.
  • extra/make-sysdeps.sh can be used to install system level packages in a Ubuntu system.
  • extra/make-cicd.sh will perform all the necessary build steps to generate a version package.

If you want to build your own versioned packages, you can use the Vagrantfile provided in extra/. Simply perform vagrant up and it will run all the necessary steps.

Licensing

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

RackHD is a Trademark of Dell EMC

2.60.7

6 years ago

2.60.6

6 years ago

2.60.5

6 years ago

2.60.4

6 years ago

2.60.3

6 years ago

2.60.2

6 years ago

2.60.1

6 years ago

2.60.0

6 years ago

2.54.0

6 years ago

2.53.0

6 years ago

2.52.0

6 years ago

2.51.0

6 years ago

2.50.0

6 years ago

2.49.0

6 years ago

2.48.0

6 years ago

2.47.0

6 years ago

2.46.0

6 years ago

2.45.0

6 years ago

2.44.0

6 years ago

2.43.0

6 years ago

2.42.0

6 years ago

2.41.0

6 years ago

2.40.0

6 years ago

2.39.0

6 years ago

2.36.0

6 years ago

2.35.0

6 years ago

2.34.0

6 years ago

2.33.0

6 years ago

2.32.0

6 years ago

2.31.0

6 years ago

2.30.0

6 years ago

2.28.0

7 years ago

2.27.0

7 years ago

2.26.0

7 years ago

2.25.0

7 years ago

2.24.0

7 years ago

2.23.0

7 years ago

2.29.0

7 years ago

2.22.0

7 years ago

2.21.0

7 years ago

2.20.0

7 years ago

2.19.0

7 years ago

2.18.0

7 years ago

2.17.0

7 years ago

2.16.0

7 years ago

2.15.0

7 years ago

2.14.0

7 years ago

2.13.0

7 years ago

2.12.0

7 years ago

2.11.0

7 years ago

2.10.1

7 years ago

2.9.0

7 years ago

2.8.0

7 years ago

2.7.1

7 years ago

2.5.0

7 years ago

2.4.0

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

1.3.0-vlab

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.0.0

7 years ago