Skip to content

munkireport/reportdata

Repository files navigation

Configuration

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 7