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

    Dashboard Widget: Antivirus Status

    Scheduled Pinned Locked Moved pfSense Packages
    2 Posts 1 Posters 2.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.
    • L
      LostInIgnorance
      last edited by

      I have been having problems with the dashboard widget showing the information correctly or even showing it at all.  Antivirus database isn't showing even though all of it is added in the php.

      function dwg_avbases_info()
      {
          $db  = '';
          $db .= '';
          $db .= havp_avdb_info("daily.cld");
          $db .= havp_avdb_info("main.cvd");
          $db .= havp_avdb_info("safebrowsing.cld");
          $db .= havp_avdb_info("bytecode.cld");
          $db .= '
      
      | Database | Date | Ver. | Builder |
      
      ';
          return $db;
      }
      
      

      Also, is there a way of showing the last update instead of showing "unknown".
      ![Dashboard Widget.jpg](/public/imported_attachments/1/Dashboard Widget.jpg)
      ![Dashboard Widget.jpg_thumb](/public/imported_attachments/1/Dashboard Widget.jpg_thumb)
      antivirus.jpg
      antivirus.jpg_thumb

      1 Reply Last reply Reply Quote 0
      • L
        LostInIgnorance
        last edited by

        Submitted fix to GitHub to fix dashboard widget.

        AVStatus.jpg
        AVStatus.jpg_thumb

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