inventory-clamav

Adds reporting data (inventory) for useful information from ClamAV (version, definitions version, definitions date).

Maintainer

Nick Anderson

Module stats

Total Downloads: 533
Updated: Oct 5, 2022

Installation version

Version
Released on Oct 5, 2022

Tags

Installation

                    
cfbs add inventory-clamav
Description
Dependencies
Discussion

Inventory ClamAV

CFEngine policy to inventory some interesting information from ClamAV.

Inventory

ClamAV version
The version of ClamAV installed.
ClamAV definitions version
The version of the ClamAV definitions installed.
ClamAV definitions date
The date when the installed definitions were released.

https://raw.githubusercontent.com/nickanderson/cfengine-inventory-clamav/main/data/clamav-inventory-attributes.png

Configuration

Variables

nickanderson:inventory_clamav.definitions_date_format_string

Format to apply to date string, e.g. %Y-%m-%d.

Example setting via Augments:

  {
      "variables": {
          "nickanderson:inventory_clamav.definitions_date_format_string": {
              "value": "%Y-%m-%d",
              "comment": "Format the clamav definitions date in ISO 8601 format so that it sorts nicely."
          }
      }
  }

https://raw.githubusercontent.com/nickanderson/cfengine-inventory-clamav/main/data/clamav-format-date.png

Dependencies

This module has no dependencies