• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
Netgate Discussion Forum
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login

Grafana Dashboard using Telegraf with additional plugins

Scheduled Pinned Locked Moved pfSense Packages
173 Posts 28 Posters 70.9k Views
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V
    VictorRobellini @JohnKap
    last edited by Apr 16, 2020, 2:52 PM

    @JohnKap I never understood the reason to /100. I just never took the time to dig deeper.

    Thank you

    1 Reply Last reply Reply Quote 0
    • V
      veldthui
      last edited by May 16, 2020, 10:00 PM

      Thanks for this Dashboard. I am just starting to have a play around with it and now have most things working.

      My setup is IGB0.10 is my WAN and have this set in the variable
      I have IGB1 and my LAN, IGB2 as my 10GB LAN, IGB1.30 as my IP Phone network and IGB1.40 as my Guest network.

      The WAN shows but in and out look the same on the graph but show different values.
      For the LAN it only shows IGB0 and OPVNS1. Not sure where all the other LANS are or why it does not display them.

      This is my first look at Telegraf and InfluxDB so am a complete noob at it.

      V 1 Reply Last reply May 16, 2020, 10:34 PM Reply Quote 0
      • V
        VictorRobellini @veldthui
        last edited by May 16, 2020, 10:34 PM

        @veldthui I'm not sure I understand what's going on. Can you post a screenshot?

        V 1 Reply Last reply May 16, 2020, 11:03 PM Reply Quote 0
        • V
          veldthui @VictorRobellini
          last edited by May 16, 2020, 11:03 PM

          Attached is an image of the lower part which should show the WAN and LANs. It shows the WAN but does not look right and does not show the correct LANs

          pfSense.jpg

          V 1 Reply Last reply May 16, 2020, 11:17 PM Reply Quote 0
          • V
            VictorRobellini @veldthui
            last edited by May 16, 2020, 11:17 PM

            @veldthui Can you share how you have the interfaces defined in the grafana variable config?

            V 1 Reply Last reply May 16, 2020, 11:30 PM Reply Quote 0
            • V
              veldthui @VictorRobellini
              last edited by May 16, 2020, 11:30 PM

              @VictorRobellini Okay I worked out that the WAN only had one of the values multiplied by 8 to change it to bytes. Changed the other and it looks okay now.

              Below is the definition which is how it was downloaded. If I add a $ to igb1, igb2, and igb3 I can then see the igb1.30 and igb1.40 networks but not igb1 and igb0.10 should not be in the list as that is the WAN.

              pfSense1.jpg

              V 1 Reply Last reply May 17, 2020, 3:23 AM Reply Quote 0
              • V
                VictorRobellini @veldthui
                last edited by VictorRobellini May 17, 2020, 3:24 AM May 17, 2020, 3:23 AM

                @veldthui said in Grafana Dashboard using Telegraf with additional plugins:

                What is your Regex?
                What adapter(s) is your WAN?
                What adapters to you want displayed?

                Please take a look at the github page. There's plenty written up in the Readme

                V 1 Reply Last reply May 17, 2020, 3:57 AM Reply Quote 0
                • V
                  veldthui @VictorRobellini
                  last edited by May 17, 2020, 3:57 AM

                  @VictorRobellini

                  The regex is as above. My WAN is on the IGB0 adapter as VLAN 10 which shows as igb0.10.

                  I want to display this as the WAN which it is doing. For the LAN I want to display igb1, igb1.30, igb1.40, and igb2.
                  igb3 and igb4 are not in use at present but may be in future. I have read the readme file but it does not explain it very well. I have only very basic understanding of regex as well

                  V 1 Reply Last reply May 17, 2020, 4:01 AM Reply Quote 0
                  • V
                    VictorRobellini @veldthui
                    last edited by May 17, 2020, 4:01 AM

                    @veldthui said in Grafana Dashboard using Telegraf with additional plugins:
                    The content of the "Regex" field is the same as what I have posted to github and it does not match what you are saying.
                    Please review the content on Github, specifically the section titled, Configuration
                    If the instructions are unclear, please let me know what I can add to make them better.

                    V 1 Reply Last reply May 17, 2020, 4:04 AM Reply Quote 0
                    • V
                      veldthui @VictorRobellini
                      last edited by May 17, 2020, 4:04 AM

                      @VictorRobellini

                      Okay I think I have finally worked it out. my regex now looks like /^(?!igb0)/ to filter out everything on igb0 and leave the rest showing. Appears to have worked.
                      Thanks for the help.

                      1 Reply Last reply Reply Quote 1
                      • O
                        oldfart
                        last edited by May 25, 2020, 4:54 PM

                        any chance of an idiots guide (me = dummy) to installing this lot?
                        Tried from your Github page and first problem was the docker-compose example threw errors. So gave up.

                        V 1 Reply Last reply May 25, 2020, 7:18 PM Reply Quote 0
                        • V
                          VictorRobellini @oldfart
                          last edited by May 25, 2020, 7:18 PM

                          @oldfart The docker-compose is just a quick way to setup influx and grafana using docker and docker-compose. There are tutorials on the internet that show how to set this up, a quick google search will turn up plenty of resources, for example: https://www.homelabrat.com/influxdb-homelab-dashboard/

                          O A 2 Replies Last reply May 25, 2020, 7:35 PM Reply Quote 0
                          • O
                            oldfart @VictorRobellini
                            last edited by May 25, 2020, 7:35 PM

                            @VictorRobellini 👍

                            1 Reply Last reply Reply Quote 0
                            • A
                              anx @VictorRobellini
                              last edited by Jun 2, 2020, 8:09 AM

                              @VictorRobellini Basically this link covers all needed components setup ?

                              1 Reply Last reply Reply Quote 0
                              • A
                                anx
                                last edited by Jun 9, 2020, 8:52 PM

                                Hi Guys,

                                I have built pfsense with grafana etc. However I am trying to figure it out how to setup addons,

                                https://forum.netgate.com/topic/152132/grafana-dashboard-using-telegraf-with-additional-plugins

                                "Does /usr/local/bin/python3.7 exist on your pfSense system? If so, use this telegraf_gateways-3.7.py"

                                How could I upload this file to pfesense? as I do not see it in pfsense file hierarchy. Thanks for help

                                1 Reply Last reply Reply Quote 0
                                • J
                                  JohnKap
                                  last edited by Jun 10, 2020, 11:02 PM

                                  @anx

                                  "Does /usr/local/bin/python3.7 exist on your pfSense system? If so, use this telegraf_gateways-3.7.py"

                                  The addons can be downloaded from the repo - look under plugins. https://github.com/VictorRobellini/pfSense-Dashboard

                                  How could I upload this file to pfesense? as I do not see it in pfsense file hierarchy. Thanks for help

                                  use an FTP program - my preference is Filezilla.

                                  Make sure you set the permissions as per instructions - https://github.com/VictorRobellini/pfSense-Dashboard#plugins

                                  1 Reply Last reply Reply Quote 1
                                  • B
                                    bigjohns97
                                    last edited by Jun 17, 2020, 5:38 PM

                                    Looks like this is still working under the new P1 release - just a heads up! :)

                                    1 Reply Last reply Reply Quote 1
                                    • K
                                      kapvcop
                                      last edited by Jul 13, 2020, 1:06 AM

                                      Hi, my dears friends, i´m searching for a visualizer or dashboard
                                      to view live firewall activity.

                                      Does this tool or utility exist?

                                      thanks

                                      Grafana its like a dashboard to see Active Users
                                      Uptime
                                      CPU Load total
                                      Disk Utilization
                                      Memory Utilization
                                      CPU Utilization per core (Single Graph)
                                      Ram Utilization time graph
                                      Load Average
                                      Load Average Graph
                                      CPU and ACPI Temperature Sensors
                                      pfBlocker IP Stats
                                      pfBlocker DNS Stats
                                      Gateway Response time - dpinger
                                      List of interfaces with IP, MAC, Status and pfSesnse labels thanks to /u/trumee
                                      WAN Statistics - Traffic & Throughput (Identified by dashboard variable)
                                      LAN Statistics - Traffic & Throughput (Identified by dashboard variable)
                                      Unbound stats - Plugin and config included and working but not implemented

                                      1 Reply Last reply Reply Quote 0
                                      • V
                                        VictorRobellini
                                        last edited by Jul 13, 2020, 7:38 PM

                                        I would highly suggest reading the linked github page on the initial post and then reforming your question.

                                        1 Reply Last reply Reply Quote 1
                                        • E
                                          erbalo
                                          last edited by Sep 8, 2020, 11:42 AM

                                          First of all really love your tutorial and work, i have installed all of the stuff, receiving data in influxDB and connected to Grafana and added dashboard.

                                          But,

                                          I am not receiving data from pfblocker, i see such as dnsbl log on influxdb but when i expand that o don't see anyting. I am using pfblocker-ng Devel

                                          On the Grafana dashboard i see only data from Disk Utlizization. On influxDB i see well CPU/Memory etc..

                                          I have uploaded the telegraf plugins using Wincp and gived 0555 permissions using Wincscp.

                                          What is really my problem too look up?

                                          V 1 Reply Last reply Sep 8, 2020, 1:16 PM Reply Quote 0
                                          • First post
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received