Skip to content

Commit

Permalink
Merge pull request influxdata#135 from bonitoo-io/master
Browse files Browse the repository at this point in the history
SNMP Template influxdata#125
  • Loading branch information
mhall119 authored Jun 29, 2020
2 parents 2f4bfe6 + caafac4 commit 4dd5c9b
Show file tree
Hide file tree
Showing 3 changed files with 1,420 additions and 0 deletions.
66 changes: 66 additions & 0 deletions snmp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
# SNMP Monitoring Template

Provided by: [bonitoo.io](.)

This template provides several dashboards showing metrics provided via SNMP protocol. It provides both an example of system SNMP stats and examples from Mikrotik and Cisco devices.

### Dashboard examples

![Screenshot](img/snmp-dashboard.png)

### Quick Install

If you have your InfluxDB credentials [configured in the CLI](Vhttps://v2.docs.influxdata.com/v2.0/reference/cli/influx/config/), you can install this template with:

```
influx pkg -u https://raw.githubusercontent.com/influxdata/community-templates/master/snmp/snmp.yml
```

## Included Resources

This template includes the following:

- 1 Bucket: `snmp`, 1d retention
- 3 Labels: `inputs.net`,`inputs.system`,`SNMP`
- 3 Telegraf Configurations: `Linux SNMP`, `Cisco SNMP`, `Mikrotik SNMP`
- 0 Checks:
- 3 Dashboards: `SNMP System Monitoring`, `SNMP Mikrotik Monitoring`, `SNMP Network Monitoring`
- 2 Variables: `snmp_host`, and `snmp_ifName`

## Setup Instructions

Load the dashboards and use the [SNMP plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/snmp) into your
environment.

Include the Telegraf `inputs.snmp` plugin in your Telegraf configuration and start Telegraf. There are multiple configuration files per specific device.
SNMP tools must be installed on the device with Telegraf. If labels are used in OIDs, appropriate MIB files must be installed as well.

Example for Ubuntu: `sudo apt install snmp snmp-mibs-downloader`

For Linux SNMP monitoring SNMP server must be installed and properly configured.

Example for Ubuntu: `sudo apt install snmpd`

### Telegraf
The data for the dashboard is populated by the included Telegraf configuration. The Telegraf Configuration requires the following environment variables

- `INFLUX_TOKEN` - The token with the permissions to read Telegraf configs and write data to a bucket. You can just use your master token to get started.
- `INFLUX_ORG` - The name of your Organization (this will be your email address on the InfluxDB Cloud free tier)
- `INFLUX_HOST` - The URL of your InfluxDB host (this can your localhost, a remote instance, or InfluxDB Cloud)
- `INFLUX_BUCKET` - The name of your bucket (default name is `snmp`)

You **MUST** set these environment variables before running Telegraf using something similar to the following commands

- This can be found on the `Load Data` > `Tokens` page in your browser: `export INFLUX_TOKEN=TOKEN`
- Your Organization name can be found on the Settings page in your browser: `export INFLUX_ORG=my_org`

Each Telegraf configuration requires to update inputs.snmp section to configure SNMP connection parameters.

## Customizations

Extend the telegraf configuration using SNMP OID codes to process more metrics.

## Contact


Author: Miroslav Malecha, https://www.bonitoo.io
Binary file added snmp/img/snmp-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 4dd5c9b

Please sign in to comment.