Quick Start
1. Build
2. Configure
Create config.yaml with your NetBackup server details. See Configuration for all options.
3. Run
The exporter exposes:
- Metrics:
http://localhost:2112/metrics - Health:
http://localhost:2112/health
4. Add to Prometheus
scrape_configs:
- job_name: 'netbackup'
static_configs:
- targets: ['localhost:2112']
scrape_interval: 60s
scrape_timeout: 30s