NetBackup IT Analytics User Guide
- Introduction
- Understand the Portal
- About the Admin tab
- Explore your inventory
- Hierarchy toolbar to organize your data
- Show objects
- Use attributes to organize your data
- Pin reports - saving reports with inventory objects
- Assign attributes in the inventory list view
- Get acquainted with reports
- About badging
- Generate and maintain reports
- Select Report Scope
- Group hosts by attributes
- Search for hosts in the report Scope Selector
- Backup Manager advanced scope selector settings
- Solution reports scope selector settings
- Units of Measure in Reports
- Customize report filter logic
- Sort columns in reports
- Convert tabular report to chart
- Distribute, share, schedule, and alert
- Schedule export of reports and dashboards
- Organize reports
- Work with the dynamic template designer
- Dynamic Template Designer Quick Start
- Converting to a Homogeneous, Product-Specific Template
- Dynamic Template Function Configurations
- Create Fields with the Field Builder
- Scope Selector Component - Custom Filter
- Configure a Bar Chart Dynamic Template
- Steps to Create a Bar Chart Dynamic Template
- Configure an Area/Stacked Area Chart Dynamic Template
- Line Charts for Performance Metrics
- Line Chart Field Requirements
- One Object Per Line Chart, One or More Metrics Per Chart
- Multiple Objects Per Line Chart, One Metric Per Chart
- Example of a Stacked Bar Chart Dynamic Template
- Create a Sparkline Chart in a Tabular Dynamic Template
- Adding or Editing Methods
- Validate and Save a Method
- Work with the SQL template designer
- Database Published Views
- Create a SQL Template
- Configure SQL Template Scope Selector Components
- Sample SQL Queries
- Configure SQL Template Scope Selector Components
- Format the SQL Template Output
- Configure a Table in the SQL Template Designer
- Advanced SQL Report Template Options
- Export/Import SQL Templates
- Pipelined functions for report query building
- APTlistOfDates
- aptStringConcat
- getServerAttributeValue
- getObjectAttributeValue
- getChildServerGroupContextById
- getServerGroupContextById
- secsToHoursMinSecs
- APTgetTapeDriveStatusName
- getFullPathname
- listJobSummaryAfterRestart
- listJobSummaryAfterRestartNBW
- listJobSummaryAfterRestart for NetWorker Backup Jobs
- listOfBackupWindowDates
- listChargebackCatByVOLSDetail
- listChargebackCatByNcVolDetail
- listChargebackCatByFSDetail (for HNAS)
- listChargebackCatByFSDetail (for EMC Isilon)
- listChargebackByLUNSummary
- listChargebackByLUNDetail
- listChargebackCatByLUNSummary
- listChargebackCatByLUNDetail
- Alert configuration
- Manage hosts, backup servers, and host groups
- Manage attributes and objects
- Provide Portal access and user privileges
- Setting / Resetting passwords
- Managing user group home pages (Administrator)
- Configure primary schedules and backup windows
- Add, edit, and move policies
- Solutions administration
- Manage and monitor data collection
- About data collection tasks
- Add/Edit Data Collectors
- Review collectors and collection status
- Upgrade Data Collectors
- Work with Capacity Manager host data collection
- Host Access Privileges, Sudo Commands, Ports, and WMI Proxy Requirements
- Host access requirements
- Manage credentials
- Configure host discovery policies to populate the host discovery and collection view
- Discovery processes
- Validate host connectivity
- Search and export in host discovery and collection
- Propagate probe settings: Copy probes, paste probes
- Discovery policies for Veritas NetBackup
- View and manage system notifications
- Customize with advanced parameters
- Use cases for advanced parameters
- Access control advanced parameters
- General Data Collection advanced parameters
- Cloud data collection advanced parameters
- Host discovery and collection advanced parameters
- Backup Manager advanced parameters
- Capacity Manager advanced parameters
- File Analytics advanced parameters
- Virtualization Manager advanced parameters
- Manage your Portal environment
- Manage ransomware scorecard
- Analyze files
- Troubleshoot the Portal
- Retrieving log files
- Debug
- Attribute inheritance overrides
- Understanding report data caching
SNMP traps for report-based alerts
Each NetBackup IT Analytics report-based alert trap contains two standard object identifiers and 2N NetBackup IT Analytics-specific object identifiers where value of N depends on number of columns present in each row in the report. An object identifier (or OID) is a numeric string that is used to uniquely identify an object.
The following table shows the contents of a trap that is sent from NetBackup IT Analytics for report-based alerts. Four bindings (or 4 name-value pairs) are present in each trap that is sent from NetBackup IT Analytics and 2N bindings are present for each column present in report. For each column, there are 2 bindings, one for column name and other for its value. Each binding associates a particular Management Information Base (MIB) object instance with its current value.
NetBackup IT Analytics trap binding shows the name-value pairs that the traps pass to the SNMP manager if SNMP payload format is selected as Enhanced.
Table: NetBackup IT Analytics report-based alert trap binding
Name | Value |
---|---|
1.3.6.1.2.1.1.3.0 | This field is the time (in hundredths of a second) between when NetBackup IT Analytics server service starts and the NetBackup IT Analytics trap is sent. See Request for Comment (RFC) 1905 and 2576 for a detailed definition. http://www.ietf.org/rfc/rfc1905.txt http://www.ietf.org/rfc/rfc2576.txt Example: 1173792454 |
1.3.6.1.6.3.1.1.4.1.0 | This field is the unique identifier for this trap. See RFC 1905 and RFC 2576 for a detailed definition. http://www.ietf.org/rfc/rfc1905.txt http://www.ietf.org/rfc/rfc2576.txt Example: 1.3.6.1.4.1.15622.3.12.11.2.0.4 |
1.3.6.1.4.1.15622.3.12.11.1.1 (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportName) | It displays the report name |
.1.3.6.1.4.1.15622.3.12.11.1.2 (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportDataCount) | It displays number of columns present in report. This value can be used to iterate over bindings which contains column name and column value. For example, if the value is 2 then it means 2 columns are present in the report and there are 4 bindings for column name and value. |
1.3.6.1.4.1.15622.3.12.11.1.3.1.1.1 (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportData.reportEntry.columnName.1) | It displays name of column 1 of the report. |
1.3.6.1.4.1.15622.3.12.11.1.3.1.2.1 (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportData.reportEntry.columnValue.1) | It displays value of column 1 of the report. |
1.3.6.1.4.1.15622.3.12.11.1.3.1.1.N (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportData.reportEntry.columnName.N) | It displays name of column N of the report. |
1.3.6.1.4.1.15622.3.12.11.1.3.1.2.N (iso.org.dod.internet.private.enterprises.it-analytics.products.itaportal.itaReportAlert.itaReportAlertTrapVarsBranch.reportData.reportEntry.columnName.N) | It displays value of column N of the report. |
Note:
The name-value pair in the report-based alert trap binding will be from 1 to N, where N is number of columns present in the report.