Kitz ADSL Broadband Information
adsl spacer  
Support this site
Home Broadband ISPs Tech Routers Wiki Forum
 
     
   Compare ISP   Rate your ISP
   Glossary   Glossary
 
Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: 1 [2]

Author Topic: pfSense information added to the kitz wiki  (Read 6481 times)

Alex Atkin UK

  • Addicted Kitizen
  • *****
  • Posts: 5444
    • Thinkbroadband Quality Monitors
Re: pfSense information added to the kitz wiki
« Reply #15 on: June 17, 2024, 12:30:27 AM »

Well I think I figured out why my RRD was broken:

Code: [Select]
-rw-r--r--  1 root   wheel  147848 Dec 11  2023 /var/db/rrd/?-quality.rrd
-rw-r--r--  1 root   wheel  147848 Nov 26  2023 /var/db/rrd/??-quality.rrd
-rw-r--r--  1 root   wheel  147848 Nov 25  2023 /var/db/rrd/?????9-quality.rrd
-rw-r--r--  1 root   wheel  147848 Nov 14  2023 /var/db/rrd/?-quality.rrd
-rw-r--r--  1 root   wheel  147848 Oct 22  2023 /var/db/rrd/?-quality.rrd
-rw-r--r--  1 root   wheel  147848 Oct 29  2023 /var/db/rrd/Ѓ?6?!?^?9?!???-quality.rrd

I guess something went very wrong when migrating the configuration over at some point, so a clean slate it is.

One thing, could your modification run into a problem attempting to read the file before its been fully written?
I run into that a lot when using temporary files to pull stats into my server home page.  Though its kinda rare on the same machine, usually occurs when writing to a shared folder which obviously is slower.

Usual solution to that is to write to one file, then at the last moment rename that file to the actual file to be read.
Logged
Broadband: Zen Full Fibre 900 + Three 5G Routers: pfSense (Intel N100) + GL.iNet GL-X3000/ Spitz AX WiFi: Zyxel NWA210AX
Switches: Netgear MS510TXUP, Netgear MS510TXPP, Netgear GS110EMX My Broadband History & Ping Monitors

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7478
  • AAISP CF
Re: pfSense information added to the kitz wiki
« Reply #16 on: June 17, 2024, 06:52:41 AM »

The file will always exist, I suppose at worst it might read the previous value but the RRD poll runs later.  I dont think its an issue I have already been running it, but if you want, you could modify the cron to add a rename and then I add it to the wiki.  The direct sysctl command runs in a split second.

Also I forgot to mention you do need to disable graphing and enable it again for the patched RRD script to take effect (no need to wipe just turn off then on), a reboot will also work.  I will edit the wiki in a bit for that.

Also it seems it auto populates the graph based on the results of the poll, I think I may add a further patch to add NVME drive temperature to the graph, I would just need to append it to the text file in the same format and the RRD generation should populate it automatically I think.  So keep an eye out for this here. :)
« Last Edit: June 17, 2024, 07:03:39 AM by Chrysalis »
Logged

Alex Atkin UK

  • Addicted Kitizen
  • *****
  • Posts: 5444
    • Thinkbroadband Quality Monitors
Re: pfSense information added to the kitz wiki
« Reply #17 on: June 17, 2024, 08:44:48 AM »

The file always exists (maybe not on first run after boot?), but its possible to read the file when its half-written if its timed exactly right.  By doing the rename it prevents that possibility as the new file is always complete before the filesystem is updated to link the old filename to the new file.

I've been hit by this issue before with all the stats I monitor on my server.  Though it happened a lot more often there due to polling the stats much faster than once a minute.

I wiped all the RRD files and indeed had to reboot to get them to generate again, as I can't for the life of me find where you turn it off and on again.
Logged
Broadband: Zen Full Fibre 900 + Three 5G Routers: pfSense (Intel N100) + GL.iNet GL-X3000/ Spitz AX WiFi: Zyxel NWA210AX
Switches: Netgear MS510TXUP, Netgear MS510TXPP, Netgear GS110EMX My Broadband History & Ping Monitors

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7478
  • AAISP CF
Re: pfSense information added to the kitz wiki
« Reply #18 on: June 17, 2024, 12:38:37 PM »

On the graph page click advanced, then a 'disable graphing' button appears, that will turn it off, and when its off it becomes a 'enable graphing' button to turn it back on again.
Logged

Alex Atkin UK

  • Addicted Kitizen
  • *****
  • Posts: 5444
    • Thinkbroadband Quality Monitors
Re: pfSense information added to the kitz wiki
« Reply #19 on: June 18, 2024, 07:40:37 AM »

Hmm, I would never have thought that was what enabled/disabled the internal data collection.  Its so inconsistent with how the rest of LuCI works.
Logged
Broadband: Zen Full Fibre 900 + Three 5G Routers: pfSense (Intel N100) + GL.iNet GL-X3000/ Spitz AX WiFi: Zyxel NWA210AX
Switches: Netgear MS510TXUP, Netgear MS510TXPP, Netgear GS110EMX My Broadband History & Ping Monitors

Chrysalis

  • Content Team
  • Addicted Kitizen
  • *
  • Posts: 7478
  • AAISP CF
Re: pfSense information added to the kitz wiki
« Reply #20 on: June 18, 2024, 05:07:48 PM »

It is in an odd place hidden behind advanced, yep.
Logged
Pages: 1 [2]
 

anything