Install Prometheus Windows Exporter Agent EP.3 - Grafana on Windows

Поділитися
Вставка
  • Опубліковано 18 жов 2024
  • In this step-by-step tutorial, learn how to easily install the Prometheus Windows Agent to efficiently monitor and collect metrics from your Windows systems.
    In this video, you will see the installation process, including downloading the necessary files, configuring the agent, and verifying that it is successfully running. By the end of this tutorial, you will have a fully functional Prometheus Windows Agent set up on your system, ready to start monitoring and collecting valuable metrics.
    Prometheus Windows Exporter:
    github.com/pro...
    YAML Template:
    github.com/see...
    Prometheus Windows Exporter Default Interal URL:
    localhost:9182
    Prometheus Default Interal URL:
    localhost:9090
    Grafana Default Internal URL:
    localhost:3000
    #grafana #windowsos #opensource #tutorial #prometheus #alertmanager

КОМЕНТАРІ • 21

  • @seesteps
    @seesteps  3 місяці тому

    YAML Prometheus file Template/Reference:
    github.com/seesteps/grafana/blob/main/prometheus/prometheus.yml
    Point to note:
    Apologies as I did not make it clear, when you add a new target/host within your prometheus.yml file, the "Prometheus" service needs to be restarted (even if your spacing or config is correct)...in order for it to pick up the new target config.

  • @dbopsdev
    @dbopsdev Місяць тому +1

    Thank you so much for the great series! Waiting for the next video!

    • @seesteps
      @seesteps  Місяць тому

      Thank you so much. It certainly gives me motivation, appreciated.

  • @amitdabade
    @amitdabade 2 місяці тому +1

    Thanks a lot for this series, it is great. If you can provide commands & Urls in description that would be more helpful

    • @seesteps
      @seesteps  2 місяці тому +1

      Hi Amit,
      Appreciate the comment, certainly will take your feedback on board, I usually try by pinning or place config files for apps via GitHub. Commands I usually place for my Linux videos but I understand in hindsight it is probably equally as important to place cmds and URLs for these videos, irrespective.
      At some point I'll update these videos...Thanks again...

  • @nu142tr2
    @nu142tr2 3 місяці тому

    Thank you very much this helped me a lot🙏🏻

    • @seesteps
      @seesteps  3 місяці тому

      Glad to hear that it was of help!

  • @genogarr
    @genogarr 2 місяці тому

    This is a very good series. However, I get a context deadline exceeded when trying to scrape. I don't see any firewall restrictions. Any ideas?

    • @seesteps
      @seesteps  2 місяці тому

      Hey,
      Thank you for the comment... regarding the error, if I recall it's usually related to your network. Where the scraping is taking too long and is timing out before it completes.
      You could troubleshoot and eliminate this possibly being the issue by testing the following, on the Prometheus configuration yaml file, amend it by adding the below, scrape interval and timeout (increase the time, if needed):
      scrape_configs:
      - job_name: 'Windows Exporter'
      scrape_interval: 3m
      scrape_timeout: 1m
      Let me know how you get on...

    • @genogarr
      @genogarr 2 місяці тому +1

      Local Firewall allow application policy had to be enabled.

    • @seesteps
      @seesteps  2 місяці тому +1

      Good to read you resolved the issue.

  • @praveenhari2271
    @praveenhari2271 2 місяці тому

    What prometheus Version are u using?
    And did it work with that windows exporter?

    • @seesteps
      @seesteps  2 місяці тому

      Hi Praveen,
      The Prometheus version within the video was: 2.51.1
      Personally I haven't had any issues in the past requiring the Prometheus application to be at a certain version for windows exporter collector to work, but let me know if this is the case for you, I doubt it will be down to the version.

  • @geovannymolina1490
    @geovannymolina1490 4 дні тому

    Great video but the background music is kinda loud and distracting 😅thanks

    • @seesteps
      @seesteps  4 дні тому

      Sorry about that, thank you for the feedback I'll certainly keep it in mind for future videos, genuinely appreciated. 👍

  • @nu142tr2
    @nu142tr2 3 місяці тому

    Is there a way to download grafana offline? If so, will it affect the download of windows exporter and promethues and I will need to download them again?

    • @seesteps
      @seesteps  3 місяці тому

      Hi,
      You can certainly download Grafana "offline", I've left a link of my first video I created for Grafana - ua-cam.com/video/4-YZajsXukI/v-deo.html
      You can either host it on the same server as where your Prometheus application is or you can install it on a dedicated server. The choice is yours....hope this helps.
      Please do like or subscribe, it helps and keeps me motivated to carry on making future videos, appreciated.

    • @nu142tr2
      @nu142tr2 3 місяці тому

      @@seestepsthanks of quickly responce,
      but i mean i want to download grafana to pc,can’t access to internet

    • @seesteps
      @seesteps  3 місяці тому

      Grafana & Prometheus can operate offline and continue to scrape and collect data, provided that you can communicate within your local network between the Grafana/Prometheus server and the Prometheus Windows Exporter Agent.
      With the above in mind, you will need to download the MSI/EXE and then transfer it to the necessary machines/VMs e.g. using a USB.
      If I've misunderstood, do let me know.

    • @nu142tr2
      @nu142tr2 3 місяці тому +1

      @@seestepsi got it ,thank you so much 🤍🤍