Mul File Specification - Adjust : Différence entre versions

[version en cours de rédaction][version en cours de rédaction]
 
Ligne 5 : Ligne 5 :
 
}}
 
}}
 
<translate>=Specification=
 
<translate>=Specification=
The Adjust file  contains information relating to
+
The Adjust file  contains a log of adjustments made by operators or engineers. This allows diagnostics of who changed what, when and by how much
 
{| class="wikitable"
 
{| class="wikitable"
 
|+
 
|+
Ligne 16 : Ligne 16 :
 
|Event Date and Time
 
|Event Date and Time
 
|yyy-mm-dd hh:mm:mm
 
|yyy-mm-dd hh:mm:mm
|
+
|Timestamp of when a parameter adjustment took place
 
|-
 
|-
 
|2
 
|2
 
|Connection Type
 
|Connection Type
|?N
+
|String
|indication of the Connection Type:
+
|Name of parameter changed
"emailConnectionType"
 
 
 
"production recipients"
 
 
|-
 
|-
 
|3
 
|3
|Destination  
+
|Destination
|?N
+
|String
|numeric character or
+
|New Value after the change
 
 
email address
 
 
|}
 
|}
  
= Sample =
+
=Sample=
 
<syntaxhighlight lang="text">
 
<syntaxhighlight lang="text">
 
2022-01-27 13:31:53,emailConnectType,4
 
2022-01-27 13:31:53,emailConnectType,4
Ligne 43 : Ligne 38 :
 
2022-01-31 16:24:20,emailConnectType,0
 
2022-01-31 16:24:20,emailConnectType,0
  
</syntaxhighlight>
+
</syntaxhighlight></translate>
</translate>
 
 
{{PageLang
 
{{PageLang
 
|Language=en
 
|Language=en

Version actuelle datée du 22 juin 2022 à 17:26

Auteur avatarGareth Green | Dernière modification 22/06/2022 par Gareth Green en cours de rédaction

Pas encore d'image

Specification of the Adjust.mul file.

Specification

The Adjust file contains a log of adjustments made by operators or engineers. This allows diagnostics of who changed what, when and by how much

No Name Format Notes
1 Event Date and Time yyy-mm-dd hh:mm:mm Timestamp of when a parameter adjustment took place
2 Connection Type String Name of parameter changed
3 Destination String New Value after the change

Sample

2022-01-27 13:31:53,emailConnectType,4
2022-01-27 13:32:43,emailConnectType,2
2022-01-27 13:52:02,productionRecipients,fredb@stuga.co.uk
2022-01-27 13:52:15,emailConnectType,4
2022-01-31 16:18:17,emailConnectType,2
2022-01-31 16:24:20,emailConnectType,0

Commentaires

Draft