How to query or export alarm history from the database
search cancel

How to query or export alarm history from the database

book

Article ID: 34745

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM)

Issue/Introduction

Introduction:

If you are interested in querying/reporting on older alarms which may not be visible in the NAS history/status window, you may be able to find information by querying the local database used by NAS.

There may also be additional information in the NimsoftSLM database, depending on your NiS Bridge/retention settings.


 

Instructions:

If "NiS Bridge" is enabled in NAS, then the alarms and history will be populated into three tables in the NimsoftSLM backend database:

NAS_ALARMS
NAS_TRANSACTION_LOG
NAS_TRANSACTION_SUMMARY

You can query these tables to find information on alarms.  The oldest age of alarms will be controlled by the retention settings in the NAS GUI under 'NiS Bridge'.


NAS also stores information in two locally-held database files under the \probes\service\nas\ folder.  

database.db
transactionlog.db

These files are in SQLite format and can be queried against using standard SQL queries and an SQLite browser such as:

https://github.com/sqlitebrowser/sqlitebrowser
https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager-webext/



Environment

Release: CNMSPP99000-8.47-Unified Infrastructure Mgmt-Server Pack-- On Prem
Component:

Resolution

Please Update This Required Field