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

    Sarg package for pfsense

    Scheduled Pinned Locked Moved pfSense Packages
    467 Posts 99 Posters 506.8k 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.
    • marcellocM
      marcelloc
      last edited by

      Sarg 0.2 is out.

      • Sarg exclude lists options

      • bug fixes

      • gui improvements

      Treinamentos de Elite: http://sys-squad.com

      Help a community developer! ;D

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        You should add some screenshots of sample reports to the first post on the thread. Might help people decide if this is right for them (vs lightsquid).

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • marcellocM
          marcelloc
          last edited by

          @jimp:

          You should add some screenshots of sample reports to the first post on the thread. Might help people decide if this is right for them (vs lightsquid).

          done  :) Thanks Jimp!

          Treinamentos de Elite: http://sys-squad.com

          Help a community developer! ;D

          1 Reply Last reply Reply Quote 0
          • jimpJ
            jimp Rebel Alliance Developer Netgate
            last edited by

            Nice :-)

            Is that in an iframe? I had problems trying to make lightsquid do that, it was cached very aggressively and the data would never update even when I refreshed, I had to clear the cache to get some pages to reload, so I abandoned doing it that way.

            Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

            Need help fast? Netgate Global Support!

            Do not Chat/PM for help!

            1 Reply Last reply Reply Quote 0
            • S
              saxonbeta
              last edited by

              I was having problems to view the report page. Always I clicked View report tab i got a 404 error, as you can see in the next image.

              So I decided to look in the code of "sarg_reports.php" and I found this line:

              <iframe src="/sarg-reports/" frameborder="0" width="100%" height="600"></iframe>
              

              and I changed to

              <iframe src="/sarg-reports/index.html" frameborder="0" width="100%" height="600"></iframe>
              

              And now every works fine!

              Thank you for this excellent package!!

              1 Reply Last reply Reply Quote 0
              • marcellocM
                marcelloc
                last edited by

                @jimp:

                Is that in an iframe? I had problems trying to make lightsquid do that, it was cached very aggressively and the data would never update even when I refreshed, I had to clear the cache to get some pages to reload, so I abandoned doing it that way.

                The realtime is ajax but report is iframed. I'll check if this cache issue is happening, If so I'll do some ajax with replaces to keep it on gui.

                Treinamentos de Elite: http://sys-squad.com

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • marcellocM
                  marcelloc
                  last edited by

                  @saxonbeta:

                  So I decided to look in the code of "sarg_reports.php" and I found this line:

                  <iframe src="/sarg-reports/" frameborder="0" width="100%" height="600"></iframe>
                  

                  and I changed to

                  <iframe src="/sarg-reports/index.html" frameborder="0" width="100%" height="600"></iframe>
                  

                  And now every works fine!

                  Thanks saxonbeta for your feedback, I'll test it and also the cache issue today.

                  Treinamentos de Elite: http://sys-squad.com

                  Help a community developer! ;D

                  1 Reply Last reply Reply Quote 0
                  • marcellocM
                    marcelloc
                    last edited by

                    updated sarg to 0.2.1 with report tab without cache(as well as I've tested). ;)

                    Treinamentos de Elite: http://sys-squad.com

                    Help a community developer! ;D

                    1 Reply Last reply Reply Quote 0
                    • S
                      saxonbeta
                      last edited by

                      I have tested the latest version and the cache problem persists. I have to manually update the frame to get the last report. :(

                      1 Reply Last reply Reply Quote 0
                      • marcellocM
                        marcelloc
                        last edited by

                        The frame src should be a sarg_frame.php instead of sarg-reports.

                        Can you check if you got these changes?

                        What you mean by manual update? File edit or browser refresh?

                        Treinamentos de Elite: http://sys-squad.com

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • S
                          saxonbeta
                          last edited by

                          @marcelloc:

                          The frame src should be a sarg_frame.php instead of sarg-reports.

                          Can you check if you got these changes?

                          That's right, the frame source is sarg_frame.php

                          @marcelloc:

                          What you mean by manual update? File edit or browser refresh?

                          It is a browser refresh, using the context menu>reload frame

                          1 Reply Last reply Reply Quote 0
                          • marcellocM
                            marcelloc
                            last edited by

                            On my tests everytime I click on report I get the latest index.html ???

                            Treinamentos de Elite: http://sys-squad.com

                            Help a community developer! ;D

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

                              just a note, with the pkg that was available this am.  glad to see this one back.

                              Looks like it can create the directory etc.  This is from the system log

                              php: /pkg_edit.php: The command '/usr/local/bin/sarg ' returned exit code '1', the output was 'SARG: Records in file: 174, reading: 0.00%^MSARG: cannot open /usr/local/www/sarg-reports/2012/03/31/sarg-date for writing SARG:: No such file or directory SARG: Records in file: 174, reading: 100.00%'

                              Followup, access via gui give this;

                              Warning: file_get_contents(/usr/local/www/sarg-reports/index.html): failed to open stream: No such file or directory in /usr/local/www/sarg_frame.php on line 41

                              Sarg Realtime appears to be working ok

                              1 Reply Last reply Reply Quote 0
                              • C
                                Cino
                                last edited by

                                @dlawley:

                                Sarg Realtime appears to be working ok

                                i can't seem to get any data to show in realtime.. only when using the original sarg-realtime.php does it work for me..

                                1 Reply Last reply Reply Quote 0
                                • marcellocM
                                  marcelloc
                                  last edited by

                                  Cino,

                                  What do you get on realtime? Just the headers from sarg?

                                  The sarg-realtime.php is just a sarg -r frontend.

                                  Maybe a stupid question but it shows the running info on button?

                                  Treinamentos de Elite: http://sys-squad.com

                                  Help a community developer! ;D

                                  1 Reply Last reply Reply Quote 0
                                  • marcellocM
                                    marcelloc
                                    last edited by

                                    @dlawley:

                                    Warning: file_get_contents(/usr/local/www/sarg-reports/index.html): failed to open stream: No such file or directory in /usr/local/www/sarg_frame.php on line 41

                                    Sarg Realtime appears to be working ok

                                    Are you running full or nanobsd install?

                                    I'll check folder creation code.

                                    Treinamentos de Elite: http://sys-squad.com

                                    Help a community developer! ;D

                                    1 Reply Last reply Reply Quote 0
                                    • C
                                      Cino
                                      last edited by

                                      @marcelloc:

                                      Cino,

                                      What do you get on realtime? Just the headers from sarg?

                                      The sarg-realtime.php is just a sarg -r frontend.

                                      Maybe a stupid question but it shows the running info on button?

                                      nothing is shown… I click on the button, it changes to running but nothing is displayed

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

                                        @marcelloc:

                                        @dlawley:

                                        Warning: file_get_contents(/usr/local/www/sarg-reports/index.html): failed to open stream: No such file or directory in /usr/local/www/sarg_frame.php on line 41

                                        Sarg Realtime appears to be working ok

                                        Are you running full or nanobsd install?

                                        I'll check folder creation code.

                                        Sorry not to mention that , but it is a full install (not nano)

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

                                          @marcelloc:

                                          @dlawley:

                                          Warning: file_get_contents(/usr/local/www/sarg-reports/index.html): failed to open stream: No such file or directory in /usr/local/www/sarg_frame.php on line 41

                                          Sarg Realtime appears to be working ok

                                          Are you running full or nanobsd install?

                                          I'll check folder creation code.

                                          I dunno.  Still not showing the service as "running" , but I am finally starting to see some data.  I just pulled another reinstall, not sure if that helped.

                                          1 Reply Last reply Reply Quote 0
                                          • marcellocM
                                            marcelloc
                                            last edited by

                                            Sarg service will only show as running only on report updates, It's run by cron.

                                            Better if I remove it from service list.

                                            Treinamentos de Elite: http://sys-squad.com

                                            Help a community developer! ;D

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