Contexts
Contexts are organizational units that provide full isolation between different environments, teams, or infrastructure segments.
Accessing Context Management
- Click the gear icon in the top bar (admin users only)
- Navigate to Contexts
Creating a Context
- Click New context
- Fill in:
- Name (required)
- Description (optional)
- Save
Context Settings
Each context has its own configuration:
General
- Name and Description
Monitoring
- Enable/Disable SNMP and ICMP monitoring
- SNMP poll interval — Frequency of SNMP metric collection (default: 60s)
- ICMP poll interval — Frequency of reachability checks (default: 60s)
- SNMP retention — Data retention period (default: 120 minutes)
Members
- Assign users to the context
- Users only see contexts they are members of (admins see all)
Multi-Context Architecture
Contexts provide full isolation:
Auditix Instance
├── Context: Production
│ ├── Nodes: routers, switches, firewalls
│ ├── Policies: PCI-DSS, ISO 27001
│ └── Reports: monthly compliance reports
├── Context: Staging
│ ├── Nodes: test equipment
│ └── Policies: internal baseline
└── Context: Lab
├── Nodes: lab equipment
└── Policies: experimental rules
astuce
Use contexts to mirror your organizational structure — one per site, team, or compliance scope.