Skip to content

welitonfreitas/snap-plugin-collector-nginx

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snap Collector plugin - Nginx

Collector get Nginx metrics from Nginx application and pass it to blueflood and Metric square to store it in cassandra

  1. Getting Started
  1. Community Support
  2. Contributing
  3. License

Getting Started

A working snap agent and a running instance of Nignx application which expose a rest api in json format to get access to real time nignx metrics.

System Requirements

Operating Systems

  • Linux
  • Mac OS X

Build

Fork https://github.com/Staples-Inc/snap-plugin-collector-nginx Clone repo into $GOPATH/src/github.com/Staples-Inc/:

$ git clone https://github.com/<yourGithubID>/snap-plugin-collector-nginx.git

Build the plugin by running make within the cloned repo:

$ make

This builds the plugin in /build/rootfs/

Run

Make sure that your $SNAP_PATH is set, e.g.:

$ export SNAP_PATH=<snapDirectoryPath>/build/linux/x86_64

Run the snap agent with the config file:

$SNAP_PATH/snapteld --plugin-trust 0 --log-level 1 --config $GOPATH/src/github.com/Staples-Inc/snap-plugin-collector-nginx/config.json

Load the collector plugin:

$SNAP_PATH/snaptel plugin load $GOPATH/src/github.com/Staples-Inc/snap-plugin-collector-nginx/build/rootfs/snap-plugin-collector-nginx

Verify

To Verify nginx mertics:

$SNAP_PATH/snaptel metric list

Configuration and Usage

  • Set up the Snap framework As part of snapd global config
  • Load the plugin and create a task, you can find example config and task manifest files in "examples" directory

Community Support

This repository is one of many plugins in Snap, a powerful telemetry framework. The full project is at http://github.com:intelsdi-x/snap. To reach out on other use cases, visit Slack.

Contributing

We currently have no future plans for this plugin. If you have a feature request, please add it as an issue and/or submit a pull request

License

This plugin is Open Source software released uder the Apache 2.0 License

About

Collect nginx metrics from the status endpoint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.2%
  • Shell 4.3%
  • Makefile 1.5%