UNUS London — Govern · Asset Monitor | ISO/IEC 19770-1 · IEC 80000-13:2008 · ITIL 4 · ISO/IEC 27001:2022
Home Solutions Industries Standards UNUS Govern Asset Monitor — £149/mo Academy Blogs Book Discovery Call →
HomeUNUS GovernAsset Monitor
UNUS Govern — Asset Monitor · £149/month

Know Your Licence Position
Before the Auditor Does

62% of organisations were audited by software vendors in 2024. 32% incurred liabilities exceeding $1 million. The root cause is always the same: no accurate deployment data, no real-time Effective License Position tracking, no mature SAM process. Asset Monitor fixes this — in your own database, running from Day 1.

£149
Per Month — Flat Fee
£0
Per-Seat Charges
ISO 19770-1:2017
Enforced at Schema Layer
10 MIN
Provisioning Time
What Asset Monitor Includes

Two Modules.
One Compliance Position.

Asset Monitor is the entry tier of UNUS Govern. It contains two production-ready modules — Software Asset Management and Hardware Asset Management — both running in your own Supabase/PostgreSQL environment. The system calculates your real licence exposure within hours of provisioning.

Module 01 — Software Asset Management

Real-Time ELP Tracking

ISO/IEC 19770-1:2017 mandates continuous Effective License Position tracking. The SAM module enforces this at the database layer — not as a spreadsheet reconciliation, but as a live schema-level calculation that updates with every installation and removal.

ELP = Σ(Entitlements) − Σ(Deployments) When ELP < 0: automated compliance flag raised. Monthly snapshot archived to compliance_snapshots table. ISO/IEC 19770-1:2017 Clause 4.3.3.
  • Software catalogue (sw_catalog) — master repository per ISO/IEC 19770-1 Cl. 4.2.1
  • Licence entitlement registry (sw_license_entitlements) — supply side tracking
  • Deployment records (sw_deployments) — demand side per Cl. 4.3.2
  • Real-time ELP calculation — flags when position goes negative automatically
  • Monthly compliance snapshot archive — immutable audit trail
  • ISO/IEC 19770-1 audit export on demand
  • SCCM / Intune / JAMF / manual discovery source tagging
  • License model enforcement: Perpetual, Subscription, Concurrent, Core-Based
ISO/IEC 19770-1:2017 ISO/IEC 27001:2022 A.8.1 ITIL 4 Configuration Mgmt
Module 02 — Hardware Asset Management

ITIL 4 Lifecycle Tracking

The Hardware Asset Register enforces the full ITIL 4 asset lifecycle at the schema layer. Every device transitions through defined states with timestamps and audit logs. IEC 80000-13:2008 binary prefix notation is enforced on all capacity fields — GiB, not GB.

In Stock In Use In Transit Under Repair Awaiting Disposal Retired
1 GiB = 230 bytes = 1,073,741,824 bytes (IEC 80000-13:2008)
C_GiB = C_bytes ÷ 230 ≈ C_GB ÷ 1.074 All ram_capacity_gib and disk_capacity_gib columns use IEC-compliant binary notation. COMMENT ON COLUMN metadata references IEC 80000-13 at the schema layer.
  • hw_inventory table — complete asset register per ISO/IEC 19770-1 Cl. 4.2.2
  • Asset classification: Laptop, Desktop, Server, Mobile, Peripheral, Network Equipment
  • Immutable lifecycle state transitions — all timestamped and logged
  • IEC 80000-13:2008 unit enforcement — GiB columns, not GB
  • SCCM integration for automated asset discovery and normalisation
  • ISO/IEC 27001:2022 A.8.1.1 — complete hardware inventory
  • ISO/IEC 27001:2022 A.8.1.2 — asset ownership via primary_user field
  • Financial tracking via cost_gbp field — TCO analysis ready
IEC 80000-13:2008 ISO/IEC 19770-1:2017 ISO/IEC 27001:2022 A.8.1 ITIL 4 SACM
Operational Detail

What Runs in Your Environment
From Day 1

01

Automated ELP Calculation

The sw_license_entitlements table holds your licence supply. The sw_deployments table holds your demand — sourced from SCCM, Intune, JAMF, or manual entry. The system calculates ELP continuously. When the position goes negative, a compliance flag is raised automatically. No spreadsheet. No manual reconciliation.

Source tables: sw_catalog · sw_license_entitlements · sw_deployments
02

Monthly Compliance Snapshots

On the first day of each month, an n8n workflow archives the current ELP position for every managed title into the compliance_snapshots table. This produces an immutable, timestamped audit trail — exactly what an ISO/IEC 19770-1 audit or software vendor inspection requires. Export the snapshot table on demand as a CSV or PDF report.

Standard: ISO/IEC 19770-1:2017 Cl. 4.3.3 · Audit trail: immutable
03

Immutable Asset History

Every state transition in hw_inventory is captured by a database trigger. The trigger writes a before-and-after JSONB record to the asset audit log — an append-only table that cannot be modified or deleted. When a regulator or auditor asks to see your device history, the query returns a complete, timestamped chain of custody.

Controls: ISO/IEC 27001:2022 A.12.4.1 · Trigger type: AFTER UPDATE
Target Buyer

Built for IT Managers
Facing Real Audit Pressure

Vendor Audit Incoming

You've received a licence compliance letter from Microsoft, Adobe, or Oracle. You have 30 days to produce an accurate deployment inventory. Your spreadsheet has 200 rows and three months of drift. Asset Monitor provisions your SAM schema in 10 minutes and runs ELP against your discovery data on Day 1.

ISO/IEC 27001 Renewal

Your certification body requires evidence of ISO/IEC 19770-1 alignment — a maintained software asset inventory with licence position tracking and an audit trail. Asset Monitor satisfies ISO/IEC 27001:2022 Controls A.8.1.1 and A.8.1.2 as a natural output of normal operations.

No Asset Register at All

62% of IT teams have no accurate means of tracking real-time software usage. If you are currently managing assets in a spreadsheet, a shared folder, or a SaaS tool with a 10,000-record export limit — Asset Monitor is the production-grade replacement. It costs less per month than your current spreadsheet tool licence.

Regulatory Standards Satisfied by Asset Monitor
ISO/IEC 19770-1:2017

IT Asset Management — Software

The SAM module satisfies the core requirements of ISO/IEC 19770-1 — software identification, deployment recording, and ELP calculation. Monthly snapshots produce the immutable audit trail required by Clause 4.3.3.

Cl. 4.2.1 · Cl. 4.3.2 · Cl. 4.3.3 · Cl. 4.2.2.1
IEC 80000-13:2008

Quantities & Units — IT

All capacity fields use IEC-mandated binary prefix notation. ram_capacity_gib and disk_capacity_gib store values as gibibytes (2³⁰ bytes). COMMENT ON COLUMN metadata at the schema layer documents the unit standard.

Section 4 — Binary Prefixes · GiB · TiB · MiB
ISO/IEC 27001:2022

Information Security Management

Row Level Security policies enforce persona-based permissions. Immutable audit triggers block UPDATE and DELETE on audit log tables. Asset ownership tracked via primary_user field per Control A.8.1.2.

A.8.1.1 · A.8.1.2 · A.12.4.1 · A.9.4.1
ITIL 4

Service Asset & Configuration Management

Hardware lifecycle states enforce the ITIL 4 SACM practice. No undocumented disposals. No ad-hoc status changes. Every transition is timestamped and produces audit evidence as a natural output of normal asset operations.

SACM Practice · Lifecycle Management · Configuration Items
Asset Monitor — Subscription Pricing

£149/month

Flat fee. No per-seat charges. No renewal uplift.

UNUS Govern — Asset Monitor
£149 /month
Flat fee · 14-day free trial · Cancel anytime
  • Software Asset Manager (real-time ELP)
  • Hardware Asset Register (ITIL 4 lifecycle)
  • IEC 80000-13:2008 unit enforcement
  • SCCM / Intune / JAMF discovery tagging
  • Monthly ELP snapshot archive
  • ISO/IEC 19770-1 audit export on demand
  • Immutable asset audit trail
  • Your database — full data sovereignty
ServiceNow SAM Pro £35–£55/user/month Vendor holds your data
Snow License Manager £20–£40/user/month 10k export limits apply
Asset Monitor £149/month flat Your environment, your data ✓
Start 14-Day Free Trial — No Credit Card Required → Or book a discovery call first →
The Govern Upgrade Path

Asset Monitor is Just
The Starting Point

You Are Here

Asset Monitor

£149/mo
  • SAM
  • HAM
  • ELP Tracking
  • IEC Unit Enforcement
Next Tier

Governance Engine

£299/mo
  • Everything in Asset Monitor
  • Compliance Health Monitor
  • Change Management
  • AI Knowledge Base
  • Weekly CSI Report
  • ISO/IEC 27001 Audit Trail
Full Platform

Full Stack

£449/mo
  • Everything
  • ITIL 4 Service Desk
  • Industry Module included
  • Bridges to full deployment (£13k–£32k)

All tiers include full data sovereignty. Upgrade at any time — your data stays in your environment regardless of tier.
Add industry modules at £99/month: View Add-ons →

Start Today — No Credit Card Required

Your Asset Register.
Live in 10 Minutes.

Automated n8n provisioning deploys the SAM and HAM schemas into your Supabase environment. By Day 3 you have a real ELP position. No vendor. No lock-in. No export limits.