Probe Audit Report NSA Script
**********************NOTE**********************
This script is provided AS IS.
Customization and changes can be done by the end user with a little scripting background and testing.
Script description:
This script is designed to go out and loop through all hubs, robots and probes and collect all of the Sections and key-value pairs in all probes. It will then insert them into a table in a SQL database. The un-commented one in the sample script is for Microsoft SQL Server. There are samples if your backend database is MYSQL or Oracle.
The attached Excel spreadsheet and Access database provide samples of how this data may be used for reporting and or comparisons.
Tested on:
- Nimsoft Server version 7.50 & 8.x & 9.X
- Back end SQL server: MS SQL server 2008 Enterprise
- Controller version on primary: 7.05 & 7.80
- Hub version on primary: 7.50 build 797 & 7.80
- NSA version on primary: 2:01
The command to run the script from the NSA directory is as follows:
nsa -l Probe_audit_report.log Probe_Audit_Report.lua
There are currently 2 log levels 0 and 3 which can be set by editing the script and changing the nimbus.setloglevel line to:
nimbus.setloglevel (0)
or
nimbus.setloglevel ( 3)
This was tested in a small environment and did work across tunnels.
Included in the attached zip file:
Use the attached NAS script to collect all probe config information stored in probe .cfg this will not collect template information.
**********************WARNING**********************