Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login
    1. Home
    2. Tags
    3. monitoring
    Log in to post
    • All categories
    • M

      How to Monitor and Restart VPNs

      Watching Ignoring Scheduled Pinned Locked Moved OpenVPN openvpn nordvpn monitoring
      1
      0 Votes
      1 Posts
      409 Views
      No one has replied
    • beerguzzleB

      Bug report: custom period in monitoring graphs

      Watching Ignoring Scheduled Pinned Locked Moved Traffic Monitoring bug monitoring
      5
      0 Votes
      5 Posts
      1k Views
      beerguzzleB

      I had never used the custom feature before 23.01, so I don't know if it had worked previously or not. If not, then a blank end date defaulting to "now", or an option to select "now, would be a nice enhancement.

      I spent last Fall updating an entire website from PHP 7.4 to 8.1, a month of tedium trying things, looking at the syslogs, fix, try again, etc. What a pain... I am still finding PHP warnings and deprecations in my logs that I have to chase.

    • T

      Telgraf, Influxdb, and Grafana

      Watching Ignoring Scheduled Pinned Locked Moved Traffic Monitoring ntopng grafana influxdb packages monitoring
      1
      1 Votes
      1 Posts
      869 Views
      No one has replied
    • T

      NTOPNG Questions on setup/understanding ntop, etc.

      Watching Ignoring Scheduled Pinned Locked Moved pfSense Packages ntopng pfsense plugin networking monitoring bandwidth
      1
      0 Votes
      1 Posts
      949 Views
      No one has replied
    • Sergei_ShablovskyS

      Properly Prometheus (with alertmanager & exporters) + Grafana installation on CE DEV version

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions prometheus grafana monitoring data-dashboard
      4
      0 Votes
      4 Posts
      1k Views
      Sergei_ShablovskyS

      @stephenw10 said in Properly Prometheus (with alertmanager & exporters) + Grafana installation on CE DEV version:

      Not on pfSense directly. 😉

      Why? Exactly pfSense have exporter for Prometheus. So the question about version are still actual.

      There are quite a few tutorials on how to do exactly this by exporting the data to another host. And that's the correct way to do it IMO.

      Of course, I read it. But asking about tho new version are only on official Prometheus web, but quite old version are in FreeBSD repo.

    • T

      Pfsense bandwidth reporting

      Watching Ignoring Scheduled Pinned Locked Moved Traffic Monitoring bandwidth pfsense monitoring reports
      4
      0 Votes
      4 Posts
      2k Views
      I

      @toddwebnet Did you ever find one you like? I have the same use-case.

    • M

      Increasing quality graph resolution

      Watching Ignoring Scheduled Pinned Locked Moved General pfSense Questions quality monitoring rrd logging resolution
      2
      0 Votes
      2 Posts
      823 Views
      DerelictD

      RRD intentionally aggregates data into larger intervals as the data gets older.

      The monitoring graphs are intended to provide troubleshooting information, not be a high-resolution, historical archive. For that you can query the device using something like cacti or zabbix or a plethora of others.

      Setting 8 hours x 1 minute resolution is pretty comprehensive. Anything longer than 8 hours and the resolution will be reduced.

    • S

      Status: Monitoring is completely broken, pfSense 2.4.5

      Watching Ignoring Scheduled Pinned Locked Moved webGUI monitoring
      46
      0 Votes
      46 Posts
      10k Views
      S

      Hello!

      Just winging it here...I dont have a rrd dataset to reproduce the problem or test any solutions...

      It looks like most (all?) rrd's are setup to hold 2284 days (6.25yr) of data. Once hit, the consolidation strategy must push the resolution out to 7200sec (?).

      You could always increase the max. Is 10 years enough? Maybe 12years? There would need to be special update scripts to "resize GROW" all the current data. Yuk!

      Maybe just add any possible resolutions to timelookup? What if rrd starts using one that wasnt added?

      The simplest solution might be to just convert the timeformat assignment to a ternary operator, like :

      var timeFormat = (timeLookup.hasOwnProperty([data[0].step]) ? timeLookup[data[0].step] : "%Y-%m-%d");

      Maybe you could backup/zip/post your rrd data set so others could load/test possible solutions?

      It is pretty cool that pfsense has the durability/longevity to run into this sort of problem :).

      John