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 514.0k 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

      I did package reinstall.

      I'll do some tests too. :(

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

      Help a community developer! ;D

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

        Sorry cino, I've updated an old file and now template file is missing  :P

        Just wait the 15 minutes to reinstall.

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

        Help a community developer! ;D

        1 Reply Last reply Reply Quote 0
        • perikoP
          periko
          last edited by

          yeaaaaa, thanks man I will tested, I have been use this package for a while but my install is manually, love it.
            How difficult is to download the info in excel,cvs form?

          One client ask about before.

          Thanks!!!

          Necesitan Soporte de Pfsense en México?/Need Pfsense Support in Mexico?
          www.bajaopensolutions.com
          https://www.facebook.com/BajaOpenSolutions
          Quieres aprender PfSense, visita mi canal de youtube:
          https://www.youtube.com/c/PedroMorenoBOS

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

            @periko:

            How difficult is to download the info in excel,cvs form?

            If it's a built in sarg feature can be done but I saw only html, email or sql like reports.

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

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • 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
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.