GithubHelp home page GithubHelp logo

luizeduardoserrano / veeam_grafana Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jorgedlcruz/veeam_grafana

0.0 0.0 0.0 31 KB

Scripts and other herbs for Veeam and Grafana

License: GNU General Public License v3.0

PowerShell 100.00%

veeam_grafana's Introduction

How to monitor a Veeam Environment using Powershell, Telegraf, InfluxDB and Grafana

alt tag

This project consists in a Powershell script to retrieve the Veeam Backup & Replication information about last jobs, etc, and save it into JSON which we send to InfluxDB using Telegraf, then in Grafana: a Dashboard is created to present all the information.


Getting started

You can follow the steps on the next Blog Post in Spanish - https://www.jorgedelacruz.es/2017/02/28/en-busca-del-dashboard-perfecto-influxdb-telegraf-y-grafana-parte-vi-monitorizando-veeam/

But in case you can't read Spanish:

  • Download the veeam-stats.ps1 file and change the BRHost with your own fqdn or IP
  • Run the veeam-stats.ps1 to check that you can retrieve the information properly
  • Add the next to your telegraf.conf and restart the telegraf service. Mind the Script path, also if your environment is quite large, you need to tune the interval and timeout and set them higher times 600s for example
 [[inputs.exec]]
  commands = ["powershell C:/veeam-stats.ps1"]
  name_override = "veeamstats"
  interval = "60s"
  timeout = "60s"
  data_format = "influx"
  • Download the grafana_veeam_dashboard JSON file and import it into your Grafana
  • Change your hosts inside the Grafana and enjoy :)

Additional Information

I hope it helps you

veeam_grafana's People

Contributors

jorgedlcruz avatar r4yfx avatar jeffcasavant 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.