munkireport/reportdata

Module for munkireport.

Maintainers

👁 Munkireport

Package info

github.com/munkireport/reportdata

pkg:composer/munkireport/reportdata

Statistics

Installs: 10 286

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 2

v3.6 2023-05-20 20:10 UTC

Requires

None

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 01a25cec261bd388a473dad8a5043c79a760c856

This package is auto-updated.

Last update: 2026-06-13 20:06:55 UTC


README

Clients widget

Shows a graph with the total machines, active machines and inactive machines. The following coniguration variable determines the inactive status by the amount of days that a client has not logged in. The default value is 30.

REPORTDATA_DAYS_INACTIVE=30`

IP Ranges widget

Plot IP ranges by providing an array with labels and a partial IP address. Specify multiple partials in array if you want to group them together. The IP adress part is queried with SQL LIKE

The configuration has to be a YAML file and is loaded from:

local/module_configs/ip_ranges.yml

You can override this file by specifying the following variable:

REPORTDATA_IP_CONFIG_PATH=/path/to/custom/config.yml

Example:

MyOrg: 100.99.
AltLocation:
 - 211.88.12.
 - 211.88.13.
Local: 127.0.0.1