Notification Processor 0.24.0
 
Table of Contents
Start
Table of Contents
1. Conventions
2. General information about David system
3. Terminology
4. Installation
5. Notification Processor requirements
6. Installation
7. General
8. Events Service (des)
9. SNMP Notification Receiver (dtrapd)
10. Information Recorder (dsi)
11. Events Service Configurator (xdesc)
12. Buttons the most often used in Web applications
13. Trap Browser
 
 

10.4. Recording data format

All information received as dsi input parameters and any data received from Graphic Notifications Server are printed as a single line of pieces of information limited by square brackets and sometimes preceded by an appropriate letter followed by the dash. A generic line is shown below:

-T [program calling time] -U [program calling time in UNIX format (in sec. from 01.01.1970)] -i [an argument of dsi -i option] -r [an argument of dsi -r option] -s [an argument of dsi -s option] -a [an argument of dsi -a option] -c [an argument of dsi -c option] -g [an argument of dsi -g option] -p [an argument of dsi -p option] -n [an argument of dsi -n option] -e [an argument of dsi -e option] -t [an argument of dsi -t option] -d [an argument of dsi -d option] -M [an argument of dsi --community option] -q [an argument of dsi --closing-reason option] -b [an argument of dsi --closed-by option] -m [a human readable description of the case or the notification] -u [an operator identifier received from the server] -R [notification display time received from the server] rest of data to record (other data to store), aren't recognized by dsi as its options.

Information recorded as a value of -m option depends on a value of --id option of dsi. If this option isn't given (dsi isn't run by Operation Manager), an input argument of -m option is written. If the option --id is given (dsi is run by Operation Manager and the rest of information about a case and its events are given), as a value of -m option such information are written as: an argument of dsi -m option, an argument of dsi -i option and descriptions of each event separated by semicolons. Such description includes: state of the event, where (A) means active, (H) means passive (historical), and (NM) means not-manageable; an argument of --event-ctime for the event; an argument of --event-mtime for the event; an argument of --event-hits-number for the event; an argument of --event-successors for the event (new line characters that separates particular successors are changed into semicolons).