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

    What uses storage space for pfsense?

    Hardware
    3
    34
    1.4k
    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.
    • D
      denitrosubmena @keyser
      last edited by

      @keyser said in What uses storage space for pfsense?:

      Like I said, I use Zabbix for that. an EXCELLENT free monitoring system that really can do everything.

      i actually have zabbix still running i was using to monitor mikrotik router before i moved to fortigate

      i dont like zabbix dashboard, except if they updated their dashboard UI to something modern, that thing is like 1990s widgets. i mean it is not the worst looking but they need to make it more modern like ntopng and other monitoring tool

      so honestly i will pass on zabbix, and just look for one tool that will provide whatever zabbix will and other features am after for a few, wont mind paying. afterall forticloud is not free and one also need to have support for the fortigate so fortigate is out of question

      so gotta make this pfsense thing work with ntopng.
      ntopng enterprise M license is 499.95 euro per year, that is crazy for someone just trying to setup for personal to semi small app operation

      but i get the pricing strategy because most people will use free and they want to charge people that some how need more than free to help pay for the free users :(

      keyserK 2 Replies Last reply Reply Quote 0
      • keyserK
        keyser Rebel Alliance @denitrosubmena
        last edited by

        @denitrosubmena Yeah, with your interface speeds its going to be expensive. For me the Embedded NtopNG Enterprise M for 149€ is enough as a Raspberry Pi 5 i just fine for my 1 Gbit needs.

        Love the no fuss of using the official appliances :-)

        1 Reply Last reply Reply Quote 0
        • keyserK
          keyser Rebel Alliance @denitrosubmena
          last edited by

          @denitrosubmena Also - doing packet capture and analytics at 40 and 100Gbe speeds (like your interfaces), is going to require some potent hardware.
          Not to mention you will have to license pfring ZC also. Otherwise there is no chance of NtopNG keeping up with those traffic speeds

          Love the no fuss of using the official appliances :-)

          D 1 Reply Last reply Reply Quote 0
          • D
            denitrosubmena @keyser
            last edited by denitrosubmena

            @keyser said in What uses storage space for pfsense?:

            @denitrosubmena Also - doing packet capture and analytics at 40 and 100Gbe speeds (like your interfaces), is going to require some potent hardware.
            Not to mention you will have to license pfring ZC also. Otherwise there is no chance of NtopNG keeping up with those traffic speeds

            yeah am not going to be pushing anything close to 10Gbps talk less 100Gbps

            everyone, including just loves the idea of having 100G just for the hell of it :)

            pushing 10G will be all i need for a while

            nothing will be connected to the 100G just yet, probably wont even add the card to the pfsense yet. WAN and LAN will be at 10G

            1 Reply Last reply Reply Quote 1
            • JonathanLeeJ
              JonathanLee
              last edited by

              Logs. If you use a proxy package cache items also. Also boot environments if you have multiple of them each is a huge file.

              Make sure to upvote

              D 1 Reply Last reply Reply Quote 0
              • D
                denitrosubmena @JonathanLee
                last edited by

                @JonathanLee said in What uses storage space for pfsense?:

                boot environments

                what are those?

                @JonathanLee said in What uses storage space for pfsense?:

                Logs. If you use a proxy package cache items also

                nopes, will not be using any proxy cache on pfsense
                this will be in datacenter not homelab
                firewall and router for servers

                JonathanLeeJ 1 Reply Last reply Reply Quote 0
                • JonathanLeeJ
                  JonathanLee @denitrosubmena
                  last edited by

                  @denitrosubmena if you’re rocking official Netgate gear you get multiple boot options for testing environments

                  Make sure to upvote

                  1 Reply Last reply Reply Quote 0
                  • D
                    denitrosubmena
                    last edited by

                    @keyser

                    there is one thing i am looking for and wanted to ask if you have some ideas

                    what i really want to have access to is the historical bandwidth usage but i want the graph that will show the proper real values and not log values

                    i know this is not just about bandwidth but with any graphs or utilization graphs

                    you usually have to zoom in to specific periods to see the closer to real values. For example a monthly usage view can have peak bandwidth at 10Mbps and then you zoom in and then you see peak is like 500Mbps during a short burst

                    is there a graphing tool that can either do this or both

                    #1. at least show me the real max and min values in the reporting data below the graphs even if not shown in the graph.
                    #2. show the real max and min values i dont care how ugly looking or jagged up the graph looks, i want that graph

                    so if i cant get both then at least #1

                    this is to anyone else also, how can one view graphs without being converted to log format that hides real values. the graph then becomes almost useless as one always have to zoom in to have any say in validity

                    keyserK 1 Reply Last reply Reply Quote 0
                    • keyserK
                      keyser Rebel Alliance @denitrosubmena
                      last edited by keyser

                      @denitrosubmena The problem is that most/any graphing tools that collects the data themselves does this smoothing of data (conversion of logvalues to graphing values) to save storage space.
                      Imagine this:

                      You need to collect the bandwidthvalues every second - or faster - to actually get the peaks high/low values and so on. But that will take up a sizable chunk of storage to save every values years back in time. So all tools by default smooth that data into longer dataintervals over time - to save storage space.

                      To get what you want you will need either a montitoring tool that can you what you want - fx. Zabbix like i Suggested, og you need two tools. One that collects the data and saves ALL the second interval - fx. A SNMP monitoring tool with configurable storage policies.
                      Secondly you will need a visualization tool (fx. grafana) where you ask it to graph to values - but also makes fields with the higest and lowest values recorded.

                      But I suggested Zabbix earlier on because it can do exactly what you are asking.

                      Love the no fuss of using the official appliances :-)

                      D 1 Reply Last reply Reply Quote 1
                      • D
                        denitrosubmena @keyser
                        last edited by

                        @keyser said in What uses storage space for pfsense?:

                        But I suggested Zabbix earlier on because it can do exactly what you are asking.

                        that is enough reason to get back to zabbix again then
                        you prefer zabbix to nagios?

                        so will setup new zabbix instance and test out what i want and see how far i get

                        one other question, can one use ntop-ng with any firewall? like fortigate for example?

                        keyserK 1 Reply Last reply Reply Quote 0
                        • keyserK
                          keyser Rebel Alliance @denitrosubmena
                          last edited by

                          @denitrosubmena said in What uses storage space for pfsense?:

                          that is enough reason to get back to zabbix again then
                          you prefer zabbix to nagios?

                          I prefer Zabbix, but for no other reason that it is the product I learned first/most about.

                          so will setup new zabbix instance and test out what i want and see how far i get

                          one other question, can one use ntop-ng with any firewall? like fortigate for example?

                          NtopNG is a standalone product when installed on another machine monitoring a Mirrorport in your switch. You can use it with whatever firewall product you like when setup like that.
                          In terms of installing it on the Firewall itself, it is not really recommended and it is only possible on pfSense/opnSense and any “selfmade” linux firewall you might setup.

                          Love the no fuss of using the official appliances :-)

                          1 Reply Last reply Reply Quote 0
                          • First post
                            Last post
                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.