GithubHelp home page GithubHelp logo

jenningsloy318 / netapp_exporter Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 2.0 262 KB

prometheus exporter to monitor NetApp ONTP systems

License: Apache License 2.0

Go 93.98% Makefile 4.11% Shell 1.06% Dockerfile 0.85%

netapp_exporter's Introduction

netapp_exporter

This exporter will expose metrics about a netapp ontap NAS storage system, which can be scraped by prometheus. it utilized go-netapp as underlying lib.

example configure set as example

devices:
    10.36.48.39:
      group: BSU
      username: admin
      password: pass
      debug: false

here group which is used to confrom to the netapp-harvest group filter.

then start netapp_exporter via

netapp_exporter --config.file=netapp_exporter.yml

then we can get the metrics via

curl http://<netapp-export host>:9609/netapp?target=10.36.48.39

prometheus job config

add netapp-exporter job config as following

  - job_name: 'netapp-exporter'

    # metrics_path defaults to '/metrics'
    metrics_path: /netapp


    # scheme defaults to 'http'.

    static_configs:
    - targets:
       - 10.36.48.39
    relabel_configs:
      - source_labels: [__address__]
        target_label: __param_target
      - source_labels: [__param_target]
        target_label: instance
      - target_label: __address__
        replacement: localhost:9609  ### the address of the netapp-exporter address

Support netapp(only worked with legacy xml api, under version 9.6)

  • ONTAP NetApp Release 9.3P2
  • ONTAP NetApp Release 9.3P12

Acknowledgement

go-netapp provides the underlying libaray to interact with netapp storage systems.

netapp_exporter's People

Contributors

jenningsloy318 avatar

Stargazers

Ben Ritcey avatar

Watchers

Ben Ritcey avatar James Cloos avatar  avatar

Forkers

treydock alexises

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.