Giter VIP home page Giter VIP logo

fork_bedrockstreaming_netapp-exporter's Introduction

netapp-exporter

Prometheus exporter for ONTAP 9.1 using SSH parsing.

Build

GOOS=linux GOARCH=amd64 go build -o netapp-exporter-linux-amd64

Usage

Usage of netapp-exporter:
  -config string
        Config file path (default "config.yaml")
  -listenAddress string
        Expose prometheus metrics (default "0.0.0.0")
  -listenPort int
        Expose prometheus metrics (default 9148)

Configuration

- host: "10.0.0.1"                              # Netapp Host
  port: 22                                      # Netapp SSH Port
  interval: 30                                  # Collect Interval
  username: "XXX"                               # Netapp SSH Username
  password: "XXX"                               # Netapp SSH Password
  known_hosts_file: "/root/.ssh/known_hosts"    # For Secure SSH Connection

Metrics

Ontap Metrics
network interface show netapp_network_interface_status && netapp_network_interface_is_home
network port show netapp_network_port_link_status && netapp_network_port_health
storage aggregate show-status netapp_storage_aggregate_status && netapp_storage_aggregate_physical_size && netapp_storage_aggregate_usable_size
storage disk error show netapp_storage_disk_error
system health status show netapp_system_health
volume show netapp_volume_status && netapp_volume_used_size && netapp_volume_available_size && netapp_volume_total_size
vserver show netapp_vserver_status

More about ONTAP commands

Additionnal metrics

netapp_secure_ssh : to know if secure ssh is enabled or not netapp_up : to know if ssh connection succeeded

fork_bedrockstreaming_netapp-exporter's People

Contributors

tanguyfalconnet avatar

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.